Select any option.
- {!emptyOption &&
- questions &&
- questions.length > 0 &&
- questionId != null &&
- questions[questionId - 1].options.map((option, key) => (
-
- ))}
+ questionId != null && (
+
+
+ Level {level}
+
+ Question {id} out of {totalQuestion}
+
-
- {/* Either option is clicked or question option is empty render proceed button */}
- {(emptyOption || answerClick) && (
-