Current Behavior
True-false question types are expressed as
- id: "q10"
text: "True or False: Meshery can be deployed as a Docker container."
type: "single-answer
options:
- id: "true"
text: "true"
is_correct: true
- id: "false"
text: "false"
Desired Behavior
Ideally, these question types can be expressed with a dedicated question type, true-false, like so:
- id: "q10"
text: "True or False: Meshery can be deployed as a Docker container."
type: "true-false"
answer: true
Implementation
Acceptance Tests
Current Behavior
True-false question types are expressed as
Desired Behavior
Ideally, these question types can be expressed with a dedicated question type,
true-false, like so:Implementation
Acceptance Tests
true-falsequestion type documented here and anywhere else needed.true-falseas a new question type, with support for differentmarkweights.