Context
As part of release 6.0.0, inQuiry building block is releasing newer versions of it’s components; QuML Editor, QuML Player and Microservice.
...
Component Versions vs QuML compatibility
Component | Component version (V1) | Component version (V2) | ||
---|---|---|---|---|
QuML Editor | QuML 1.0 | QuML 1.1 | ||
QuML Player | QuML 1.0 | QuML 1.1 | ||
inQuiry Microservice (API) | QuML 1.0 | QuML 1.1 QuML 1.0 for read only
|
Component Versions vs API Version compatibility
Component | API (V1) | API (V2) |
---|---|---|
Editor (V1) | Allowed | Not permitted |
Player (V1) | Allowed | Not permitted |
Editor (V2) | Not permitted | Allowed |
Player (V2) | Not permitted | Allowed |
Behaviour of V2 Consumption APIs when requesting for Old or New Question / QuestionSet identifier
Question / QuestionSet | QuestionSet Read | Question List | ||||
---|---|---|---|---|---|---|
Old Question / QuestionSet identifier | Allowed
| Allowed
| ||||
New Question / QuestionSet identifier | Allowed | Allowed |
...
QuML version | QuestionSet Create | QuestionSet Update | Question Create | Question Update | Review | Publish |
---|---|---|---|---|---|---|
Questions / QuestionSets in QuML 1.0 format | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted | Not permitted |
Questions / QuestionSets in QuML 1.1 format | Allowed | Allowed | Allowed | Allowed | Allowed | Allowed |
...