diff --git a/docs/dashboard/user-guide/progress-and-ranking.md b/docs/dashboard/user-guide/progress-and-ranking.md
index f57feee4..bbb75d9a 100644
--- a/docs/dashboard/user-guide/progress-and-ranking.md
+++ b/docs/dashboard/user-guide/progress-and-ranking.md
@@ -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
diff --git a/docs/dashboard/user-guide/quizzes-and-surveys.md b/docs/dashboard/user-guide/quizzes-and-surveys.md
index 8916b87a..1bdecd05 100644
--- a/docs/dashboard/user-guide/quizzes-and-surveys.md
+++ b/docs/dashboard/user-guide/quizzes-and-surveys.md
@@ -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.
diff --git a/docs/release-notes/skills-service.md b/docs/release-notes/skills-service.md
index e1fdb075..535cbf45 100644
--- a/docs/release-notes/skills-service.md
+++ b/docs/release-notes/skills-service.md
@@ -8,6 +8,13 @@ To obtain deployable artifacts please visit [Distributions](/dashboard/install-g
+## 3.10
+
+- 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
diff --git a/docs/training-participation/take-training.md b/docs/training-participation/take-training.md
index 7ae1b063..5763c294 100644
--- a/docs/training-participation/take-training.md
+++ b/docs/training-participation/take-training.md
@@ -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.