ConditionChoiceState
"check_answer": ConditionChoiceState(
name="check_answer",
choices={
"true": "correct_answer_state",
"false": "wrong_answer_state",
},
condition='${str(image_selected) == str(correct_answer)}',
title="check_answer",
),Last updated