Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: The PV_.pdf should be used for entry and verification . Double(double-check with the study that the PV_.pdf is the definitive source (, including instructions). If there are discrepancies, then use the PV_.pdf alongside the literal_instruction_condition.csv which has the condition text and instructions taken from the HTML and the PDF exported from LimeSurvey.Note it doesn't contain labels, which have been taken from the .lss.

XML and HTML directly exported from LimeSurvey are used as an import for the parse_LimeSurvey parser. The parser uses the XML for labels, question text, and responses, and HTML for instructions which match the PV_.pdf. Conditions need to be added manually - these can be from the PDF or the CSV produced by the parser. The archivist_insert parser is used to load the questionnaire straight into Archivist.

...

  • Correct the response domains (e.g., change Generic text to Other where appropriate). 

  • Correct the cardinality (e.g., change from 1:1 to 1:6 if there is a six-item code list with the instruction “code all the apply”).

Code lists

  • Code list values come from the input files so do not need to be amended.

Conditions

  • Add all the conditions and condition logic - these can be from the PDF or the CSV produced by the parser.

    • Nest the appropriate constructs inside the conditions.

Statements

  • Move statements to the correct position.

  • Relabel statements.

...