Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121611221
question_table.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, Jul 12, 10:52
Size
852 B
Mime Type
text/html
Expires
Mon, Jul 14, 10:52 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27358234
Attached To
R7177 epiph
question_table.html
View Options
<template
name=
"questionTable"
>
<label
class=
"control-label"
>
{{question.label}}
</label>
<table
class=
"table question-table"
>
<thead>
<tr>
<td></td>
{{#each question.choices}}
<td>
{{#if ../preview}}
<p
class=
"code"
>
{{value}}
</p>
{{/if}}
{{label}}
</td>
{{/each}}
</tr>
</thead>
<tbody>
{{#each question.subquestions}}
<tr>
<td>
{{#if ../preview}}
<p
class=
"code"
>
{{../questionnaire.id}}_{{code}}
</p>
{{/if}}
{{label}}
</td>
{{#each ../question.choices}}
<td>
{{#with answer=../../answer question=../../question subquestion=.. choice=. readonly=../../readonly}}
{{> questionTableInput}}
{{/with}}
</td>
{{/each}}
</tr>
{{/each}}
</tbody>
</table>
</template>
Event Timeline
Log In to Comment