${title} % if return_to_annotation: Return to Annotation
% endif
${text}
${comment}
${comment_prompt}
${tag_prompt}
    % for option in options:
  • % if has_options_value: % if all([c == 'correct' for c in option['choice'], status]): Status: Correct % elif all([c == 'partially-correct' for c in option['choice'], status]): Status: Partially Correct % elif all([c == 'incorrect' for c in option['choice'], status]): Status: Incorrect % endif % endif ${option['description']}
  • % endfor
% if debug:
Rendered with value:
${value|h}
Current input value:
% else: % endif ${status.display_name}

% if msg: ${msg|n} % endif