Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103714686
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
Tue, Mar 4, 05:53
Size
779 B
Mime Type
text/html
Expires
Thu, Mar 6, 05:53 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24646381
Attached To
R7177 epiph
question_table.html
View Options
<template
name=
"questionTable"
>
<table
class=
"table question-table"
>
<thead>
<tr>
<td></td>
{{#each question.choices}}
<td>
{{label}}
</td>
{{/each}}
</tr>
</thead>
<tbody>
{{#each question.subquestions}}
<tr>
<td>
{{label}}
</td>
{{#each ../question.choices}}
<td>
{{#with answer=../../answer question=../../question subquestion=.. choice=. readonly=../../readonly}}
<input
data-subquestion_code=
{{subquestion.code}}
data-choice_variable=
{{choice.variable}}
data-choice_value=
{{choice.value}}
name=
{{subquestion.code}}
type=
{{type}}
checked=
{{checked}}
{{
disabled
}}
/>
{{/with}}
</td>
{{/each}}
</tr>
{{/each}}
</tbody>
</table>
</template>
Event Timeline
Log In to Comment