+
{{ questions[currentQuestionIndex].question }}
+
{{ questions[currentQuestionIndex].clarification }}
+
+
+
+
+ {{ !!(questions[currentQuestionIndex].answer as string[]).length ? (questions[currentQuestionIndex].answer as string[]).join(', ') : 'Select options'}}
+
+
+
+
+
+
+
+ {{ option }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+