|
|
@@ -21,7 +21,7 @@
|
|
21
|
21
|
@click='respondFromTag'
|
|
22
|
22
|
v-for='response in prompt.responses'
|
|
23
|
23
|
) {{ response }}
|
|
24
|
|
- //- TODO: Checklist
|
|
|
24
|
+ //- Checklist
|
|
25
|
25
|
.response-wrapper(v-if='prompt.type === "checklist"')
|
|
26
|
26
|
.checklist(
|
|
27
|
27
|
v-for='(response, index) in prompt.responses'
|
|
|
@@ -35,7 +35,7 @@
|
|
35
|
35
|
false-value=''
|
|
36
|
36
|
v-model='answers[makeKebob(prompt.question)]')
|
|
37
|
37
|
label(:for='response') {{ response }}
|
|
38
|
|
- //- TODO: Slider from -3 to 0 to +3 (increments of 1)
|
|
|
38
|
+ //- Slider from -3 to 0 to +3 (increments of 1)
|
|
39
|
39
|
.response-wrapper(v-else-if='prompt.type === "slide"')
|
|
40
|
40
|
label {{ prompt.type }}
|
|
41
|
41
|
input(
|