<%block name="main">

${field_label}

Switch to ${other_field_label}

${error}

% for definition_id in all_hints:

Problem: ${id_to_name[definition_id]}

% for answer, hint_dict in all_hints[definition_id]: % if len(hint_dict) > 0:

Answer: ${answer}

% endif % for pk, hint in hint_dict.items():

${hint[0]}
Votes:

% endfor % if len(hint_dict) > 0:

% endif % endfor

Add a hint to this problem

Answer:

(Be sure to format your answer in the same way as the other answers you see here.)
Hint:


% endfor

${error}

% if field == 'mod_queue': % endif