% if input_type == 'checkbox' or not value: % if status == 'unsubmitted' or show_correctness == 'never': % elif status == 'correct': % elif status == 'incorrect': % elif status == 'incomplete': % endif % endif
% for choice_id, choice_description in choices: % endfor
% if show_correctness == "never" and (value or status not in ['unsubmitted']):
${submitted_message}
%endif