Custom Question File Details and Requirements
Your Custom Questions file must be a CSV (comma separated value) file. Column headers should not be specified in the file. Every line in the file represents a question and its associated answers, including formatting parameters.
Every line must include all the following columns (field values) in this exact order:
- Question text (required).
- Question category (optional - leave blank if unspecified).
- Answer format (required), as follows:
- Answer layout (required), as follows:
- One or more columns containing the answer choices for this question.
See the sample CSV file below for examples or answer records that apply these requirements. In text format, each column-value must be followed by a comma. Two commas with no text between them indicate that a value has been omitted.
File formatting technical note: If question or answer text contains a comma, you must enclose that text in quotation marks to prevent the comma from being read as a value separator.