Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97878365
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, Jan 7, 02:43
Size
999 B
Mime Type
text/html
Expires
Thu, Jan 9, 02:43 (2 d)
Engine
blob
Format
Raw Data
Handle
23426608
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