Pair question
Schema
-
A pair question:
-
must satisfy the base-question schema
-
must have a rows property
-
must have a items property
-
must have a random property
-
must have a penalty property
-
may have a solutions property
-
-
The rows property:
-
must be a number
-
must be greater than 1
-
-
The items property:
-
must be an array
-
must contain at least two item
-
Each item:
-
must satisfy the content schema
-
must be unique
-
may have a coordinates property
-
-
-
The random property:
- must be a boolean
-
The penalty property:
- must be a number
-
The solutions property:
-
must be an array
-
Each solution:
-
must be unique
-
must have a itemIds property
-
must have a score property
-
may have a feedback property
-
-
The itemIds property:
-
must be a array
-
Each itemIds:
- must contain at least one item
-
-
The score property:
- must be a number
-
The feedback property:
- must be a string
-