Question utils
question.utils:#
question_by_key(key, questions, is_skippable=None, drop_choices=[])
#
Return question by given key
Source code in question/utils.py
total_unanswered_questions(participant, questions)
#
Return how many questions have not been answered yet by the participant
Source code in question/utils.py
unanswered_questions(participant, questions, randomize=False, cutoff_index=None)
#
Generator to give next unasked profile question and prepare its result - participant: participant who will be checked for unanswered questions - questions: list of questions from which to select an unanswered question - optionally, randomize order of questions