Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dashboard/user-guide/progress-and-ranking.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ A single quiz or survey attempt will display the results of that attempt. In the

In the case of a quiz, there are a number of possible conditions based on the status of the attempt:
- `Passed` Quiz: all the questions and answers are shown
- `Failed` Quiz: by default only manually graded (`Text Input`) answers are shown, `Multiple Answers` and `Multiple Choice` questions are not displayed; however if [Show Correct Answers On Failure](/dashboard/user-guide/quizzes-and-surveys.html#quiz-settings) setting is enabled then all the answers are displayed
- `Failed` Quiz: by default, only manually graded (`Text Input`) answers are shown, other question types are not displayed; however if the [Show Correct Answers On Failure](/dashboard/user-guide/quizzes-and-surveys.html#quiz-settings) setting is enabled then all the answers are displayed
- `Needs Grading` Quiz: answers are not displayed

## Badges Page
Expand Down
1 change: 1 addition & 0 deletions docs/dashboard/user-guide/quizzes-and-surveys.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Quizzes support three types of questions:
- ``Multiple Choice`` - Single correct answer
- ``Multiple Answers`` - Multiple correct choices; all must be selected to earn credit
- ``Input Text`` - Free-form text response, graded by quiz administrators
- ``Matching`` - Match items from one list with their correct matches in another list

To administer a quiz click `Manage` button for that quiz on the `Quizzes and Surveys` page.

Expand Down
7 changes: 7 additions & 0 deletions docs/release-notes/skills-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ To obtain deployable artifacts please visit [Distributions](/dashboard/install-g

</conditional>

## 3.10
<release-date date="November 2025" />
- Implemented support for [matching](/dashboard/user-guide/quizzes-and-surveys.html#quiz) question type in quizzes
- Define terms and their matches so trainees can match items from one list with their correct matches in another list
- Drag-and-drop functionality for matching items
- Bug Fixes
- Library Upgrades

## 3.9
<release-date date="September 2025" />
Expand Down
1 change: 1 addition & 0 deletions docs/training-participation/take-training.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ You may encounter three types of questions:
- **Multiple Choice**: Select one correct answer
- **Multiple Answers**: Select all correct choices to earn credit
- **Input Text**: Free-form text response, graded by quiz administrators
- **Matching**: Match items from one list with their correct matches in another list

To finish the quiz, click the **Complete Quiz** button. The results page will then appear. If your quiz only includes Multiple Choice and Multiple Answers questions, it will be automatically graded by the system.

Expand Down