Skip to content

Support true-false as a dedicated question type #131

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions