diff --git a/templates/selectchoice.jsx b/templates/selectchoice.jsx index 673fef3..612a6ee 100644 --- a/templates/selectchoice.jsx +++ b/templates/selectchoice.jsx @@ -76,7 +76,9 @@ export default function SelectChoice(props) { _isInteractionComplete && !_isCorrect && 'selectchoice__item-incorrect-icon' ])} > -
+ {shouldShowMarking && ( + + )}