Skip to content

Support true-false as a dedicated question type #131

@leecalcote

Description

@leecalcote

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

  • 1. The Academy docs have this new true-false question type documented here and anywhere else needed.
  • 2. The Academy theme supports true-false as a new question type, with support for different mark weights.
  • 3. The academy-example repo has sample content updated with true-false question examples.
  • 4. The meshery-academy , exoscale-academy , and layer5-academy have issues open calling for conversation of any existing true-false question to use this new, dedicated question type.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions