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>
255255 < div class ="question-number "> Question {{ add $index 1 }}</ div >
256256 < div class ="question-text "> {{ $question.text }}</ div >
257257
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 " ) }}
259259 {{ range $optIndex, $option := $question.options }}
260260 < div class ="option ">
261261 < label >
262- {{ if eq $question.type "multiple_answers " }}
262+ {{ if eq $question.type "multiple-answers " }}
263263 < input type ="checkbox " name ="selected_option_ids_{{ $question.id }} " value ="{{ $option.id }} ">
264264 {{ else }}
265265 < input type ="radio " name ="selected_option_ids_{{ $question.id }} " value ="{{ $option.id }} ">
You can’t perform that action at this time.
0 commit comments