We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fbb14 commit b722b2dCopy full SHA for b722b2d
evap/student/views.py
@@ -213,6 +213,7 @@ def get_vote_page_form_groups(
213
request.POST or None,
214
contribution=contribution,
215
questionnaire=questionnaire,
216
+ # TODO@Felix: make this more readable (this initialises all answers to NO_ANSWER if dropout=True)
217
initial=(
218
{
219
answer_field_id(contribution, questionnaire, question): NO_ANSWER
0 commit comments