generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
framework/hugohacktoberfestHappy contributing!Happy contributing!help wantedExtra attention is neededExtra attention is neededkind/enhancementImprovement in current featureImprovement in current feature
Description
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 differentmark
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.
- 📚 Instructions for contributing to academy-theme
- 🎨 Wireframes and designs for Layer5 site in Figma (open invite)
- 🙋🏾🙋🏼 Questions: Layer5 Discussion Forum and Layer5 Community Slack
Metadata
Metadata
Assignees
Labels
framework/hugohacktoberfestHappy contributing!Happy contributing!help wantedExtra attention is neededExtra attention is neededkind/enhancementImprovement in current featureImprovement in current feature