Checks that all questions in a list are correctly structured for use in
multiQuestions. Each question is validated via
checkSingleQuestion. The list elements can be named (e.g.
q1, q2) or unnamed — unnamed elements are automatically
assigned names q1, q2, etc.
Arguments
- x
A list of question lists, each conforming to the structure described in
checkSingleQuestion.
See also
multiQuestions which calls this function internally,
checkSingleQuestion for validating individual questions.
