File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,11 +255,11 @@ <h1>{{ $title }}</h1>
255
255
< div class ="question-number "> Question {{ add $index 1 }}</ div >
256
256
< div class ="question-text "> {{ $question.text }}</ div >
257
257
258
- {{ if or ( eq $question.type "single_answer ") ( eq $question.type "multiple_answers " ) }}
258
+ {{ if or ( eq $question.type "single-answer ") ( eq $question.type "multiple-answers " ) }}
259
259
{{ range $optIndex, $option := $question.options }}
260
260
< div class ="option ">
261
261
< label >
262
- {{ if eq $question.type "multiple_answers " }}
262
+ {{ if eq $question.type "multiple-answers " }}
263
263
< input type ="checkbox " name ="selected_option_ids_{{ $question.id }} " value ="{{ $option.id }} ">
264
264
{{ else }}
265
265
< input type ="radio " name ="selected_option_ids_{{ $question.id }} " value ="{{ $option.id }} ">
You can’t perform that action at this time.
0 commit comments