Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116467855
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
Sat, Jun 7, 01:57
Size
690 B
Mime Type
text/html
Expires
Mon, Jun 9, 01:57 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26627273
Attached To
R7177 epiph
question_table_polar.html
View Options
<template name="questionTablePolar">
<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>
{{minLabel}}
</td>
{{#each ../question.choices}}
<td>
{{#with answer=../../answer question=../../question subquestion=.. choice=. readonly=../../readonly}}
{{> questionTableInput}}
<p>{{choice.label}}</p>
{{/with}}
</td>
{{/each}}
<td>
{{maxLabel}}
</td>
</tr>
{{/each}}
</tbody>
</table>
</template>
Event Timeline
Log In to Comment