...
- Is all the content included?
- Is all the content in the right order?
- Is the nesting correct?
- Have the question grids been parsed in?
- Are the labels correct?
- For conditions and statements: are they labelled after the right question?
- Are the _i, _ii, _iii's, etc When multiple conditions reference the same question, are the roman numerals correct? Use the summary tables in Archivist to check.
- Check the Interviewee, particularly for instances where it needs to be changed to Interviewer or Proxy.
...
- Has any text which includes key contextual information been concatenated to the question literal? E.g., text from a statement or from another question literal.
- Watch for month and year questions that need text, and sometime sometimes instructions, from month question concatenated onto the year question (the order of the questions could be Year and then Month, and the text needs to be concatenated to month question).
- Have all the instructions been grouped together if they appear above and below the question literal in the questionnaire?
- Instructions vs statements vs question text is correct.
- Check for text in question literals that can be deleted from question and added as a statement before the question.
- There may be instruction text that should be in the literal and vice versa.
...
- Is the condition text and logic correct?
- Are the conditions labelled after the right question?
- Are the || and && symbols included the condition logic?
- Are the constructs inside the condition correctly located in the True/False branch?
- Check condition text for repeated conditions that can be separated and then remaining portion of conditions can be nested inside the repeated condition.
- Make sure redundant conditions are deleted (i.e., ones that repeat so don’t need to be in twice).
...