Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112918302
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, May 13, 16:56
Size
975 B
Mime Type
text/html
Expires
Thu, May 15, 16:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26116269
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">{{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