Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93406616
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
Thu, Nov 28, 12:53
Size
872 B
Mime Type
text/html
Expires
Sat, Nov 30, 12:53 (2 d)
Engine
blob
Format
Raw Data
Handle
22538118
Attached To
R7177 epiph
question_table_polar.html
View Options
<template name="questionTablePolar">
<label class="control-label">
{{#markdown}}{{question.label}}{{/markdown}}
</label>
<table class="table question-table question-table-polar">
<thead>
<tr>
<td></td>
{{#each question.choices}}
<td>
</td>
{{/each}}
</tr>
</thead>
<tbody>
{{#each question.subquestions}}
<tr>
<td>
{{#markdown}}{{minLabel}}{{/markdown}}
</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>
{{#markdown}}{{maxLabel}}{{/markdown}}
</td>
</tr>
{{/each}}
</tbody>
</table>
</template>
Event Timeline
Log In to Comment