summaryrefslogtreecommitdiff
path: root/yaksh/documentation/moderator_docs/creating_quiz.rst
blob: 3f227ef83f9c40992c33a6a134b9acc02949eccb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=======
Quizzes
=======

Quizzes are intrinsically associated with a course, hence to view and/or edit a quiz, we need to navigate to the courses page.

In courses page click on **Add Quiz** button to create a new quiz.


Creating a Quiz
---------------	
	.. image:: ../images/add_quiz.jpg
	
	.. note :: It is important to have created or uploaded questions before creating a quiz. 

	In courses click on **Add Quiz** button to add a quiz.
	
	* **Course** - Select a course from Course field. This field is mandatory.
	* **Start Date and Time of quiz** - The date and time after which the quiz can be taken.
	* **End Date and Time of quiz** - The date and time after which the quiz is deactivated and cannot be attempted.
	* **Duration** - Duration of quiz to be written in minutes.
	* **Active** - If the quiz is active or not.
	* **Description** - Description or name of the quiz.
	* **Passing Percentage** - Minimum percentage required to pass the test.
	* **Prerequisite** - Set a prerequisite quiz to be passed before attempting the current quiz.
	* **Language** - Programming language on which the quiz is based.
	* **Attempts allowed** - Number of attempts that a student can take of the current quiz.
	* **Number of Days** - Number of days between attempts.
	* **Instructions for students** - Additional instructions for students can be added. Some default instructions are already provided.
	* **Allow student to view answer paper** - Click on this checkbox to allow student to view their answer paper.

	Once a quiz parameters have been set click on **Save** button to save the quiz.

To create a Question paper, Click on **Add** link located besides the created quiz in courses page.

Designing Question Paper
------------------------

	.. image:: ../images/design_questionpaper.jpg

	A quiz can have fixed as well as random questions. Fixed questions are those question that are bound to appear for every student taking the quiz. In random questions a pool of questions is given and number of questions to be picked from the pool is set. Hence for different students, different questions from the pool will appear.

	To add questions to a questionpaper

	* Select Question type and marks and a list of questions will be displayed will be in the **select questions to add** section. Do this for both fixed questions and random questions.
	* After adding questions click on **Next** button to go to **Step 3 Finish**.
	* Select shuffle paper if you want to jumble up the question sequence for every student and for every attempt.
	* Click on save question paper to save it or preview question paper to preview it.


Editing a Quiz
--------------

	In Courses page, click on the quiz link to edit the quiz. Then change the parameters and click on design question paper to save it. This will redirect you to the moderator dashboard.

	In edit quiz you can also attempt the quiz in two modes - 
		* **God Mode** - In God mode you can attempt quiz without any time or eligibilty constraints.
		* **User Mode** - In user mode you can attempt quiz the way normal users will attempt i.e.
			
			* Quiz will have the same duration as that of the original quiz.
			* Quiz won't start if the course is inactive or the quiz time has expired.
			* You will be notified about quiz prerequisites.(You can still attempt the quiz though)


Editing a QuestionPaper
-----------------------


	Click on the Question Paper for a Quiz link besides Quiz in courses page and follow steps from Design Question Paper.

	If the questions are already added to a Question Paper then they are shown in the 
	**Fixed Questions currently in the paper** section.