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