% 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']}