You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds question numbers 1, 2 and 3 to the quiz named CS2103T.
430
+
Adds question numbers 1, 2 and 3 to the quiz labelled CS2103T.
431
431
432
432
==== Creating a Quiz automatically: `auto`
433
433
434
434
Allows a user to create a quiz automatically. +
435
+
[NOTE] The questions chosen are randomised from the questions that you have previously added. As such, the user has to ensure enough questions are available in storage for quiz creation.
435
436
Format: `quiz auto quizID/... numQuestions/... type/...`
436
437
437
438
The format supported by this feature includes:
438
439
439
-
- `Quiz ID` (The name of the quiz)
440
-
- `Number of Questions` (The number of questions you want added to the quiz)
441
-
- `Question Type` (mcq, open, all)
440
+
. `Quiz ID` (The label of the quiz)
441
+
. `Number of Questions` (The number of questions you want added to the quiz)
442
+
. `Question Type` (mcq, open, all)
442
443
443
444
Examples:
444
445
445
446
* `quiz auto quizID/CS2103T numQuestions/2 type/mcq` +
446
-
Adds 2 questions of type mcq to the quiz named CS2103T.
447
+
Adds 2 questions of type mcq to the quiz labelled CS2103T.
0 commit comments