Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121953625
question_table_polar.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 15, 01:16
Size
999 B
Mime Type
text/html
Expires
Thu, Jul 17, 01:16 (2 d)
Engine
blob
Format
Raw Data
Handle
27373116
Attached To
R7177 epiph
question_table_polar.html
View Options
<template
name=
"questionTablePolar"
>
<label
class=
"control-label"
>
{{question.label}}
</label>
<table
class=
"table question-table question-table-polar"
>
<thead>
<tr>
<td></td>
{{#each question.choices}}
<td>
{{#if ../preview}}
<p
class=
"code"
>
{{value}}
</p>
{{/if}}
</td>
{{/each}}
<td></td>
</tr>
</thead>
<tbody>
{{#each question.subquestions}}
<tr>
<td>
{{#if ../preview}}
<p
class=
"code"
>
{{../questionnaire.id}}_{{code}}
</p>
{{/if}}
{{minLabel}}
</td>
{{#each ../question.choices}}
<td>
{{#with answer=../../answer question=../../question subquestion=.. choice=. readonly=../../readonly}}
{{> questionTableInput}}
<p>
{{#markdown}}{{choice.label}}{{/markdown}}
</p>
{{/with}}
</td>
{{/each}}
<td>
{{maxLabel}}
</td>
</tr>
{{/each}}
</tbody>
</table>
</template>
Event Timeline
Log In to Comment