Sort question
Schema
-
A sort question:
-
must satisfy the base-question schema
-
must have an items property
-
may have a solution property
-
-
The items property:
-
must be an array
-
must contain at least two items
-
Each item:
-
must satisfy the content schema
-
must be unique
-
-
-
The solution property:
-
must be an array
-
must contain at least two items
-
Each solution item:
-
must be unique
-
must be an object
-
must have an itemId property
-
must have a score property
-
The itemId property:
- must be a string
-
The score property:
- must be a number
-
-