From 8c817dc0415bb3a02a48d0cc07664c5e6896d8b8 Mon Sep 17 00:00:00 2001 From: Javier <89335739+Incogdino@users.noreply.github.com> Date: Wed, 12 Feb 2025 22:27:13 +0800 Subject: [PATCH] Add MCQ question with multiple correct answers to UG (#2591) MCQ questions allow for more than one correct answer. Leaving it as a tip is ambiguous and can cause confusion to users. A separate question is added to show users how it can be done. --- docs/userGuide/syntax/questions.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/userGuide/syntax/questions.md b/docs/userGuide/syntax/questions.md index 7cf020c71..5f05c4bc1 100644 --- a/docs/userGuide/syntax/questions.md +++ b/docs/userGuide/syntax/questions.md @@ -153,7 +153,7 @@ Optionally, you can provide the reason for the particular option using the ` - + Each valid test input should appear at least once in a test case that doesn’t have any invalid inputs. @@ -185,6 +185,32 @@ Optionally, you can provide the reason for the particular option using the `MCQ questions can have multiple correct options! +{% set mcqQuestionWithMultipleAnswers %} + + + + Product surveys + + + Observation + + + User assumptions + + + Focus groups + +
+ There can be more than one correct answer, but only one can be selected! +
+
+{% endset %} + + +html +{{ mcqQuestionWithMultipleAnswers }} + + **Checkbox Questions** {% set checkboxQuestion %}