From 7515eae11138a4b815988c76f9e93bf3bfb91187 Mon Sep 17 00:00:00 2001 From: Incogdino Date: Wed, 29 Jan 2025 17:47:00 +0800 Subject: [PATCH] Add question to docs 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..fe6c95afe 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 is more than one correct answer! +
+
+{% endset %} + + +html +{{ mcqQuestionWithMultipleAnswers }} + + **Checkbox Questions** {% set checkboxQuestion %}