summaryrefslogtreecommitdiff
path: root/yaksh/documentation/moderator_docs
diff options
context:
space:
mode:
authormaheshgudi2016-07-13 14:19:34 +0530
committermaheshgudi2016-07-13 14:19:34 +0530
commit52e7adfaa142353840bb6d8aab570e9f8893160a (patch)
treef7a1cf705daafe03664ddfefb7aac79814ed1334 /yaksh/documentation/moderator_docs
parent73552024136f906f2af0c5f2737216f2db1310e9 (diff)
downloadonline_test-52e7adfaa142353840bb6d8aab570e9f8893160a.tar.gz
online_test-52e7adfaa142353840bb6d8aab570e9f8893160a.tar.bz2
online_test-52e7adfaa142353840bb6d8aab570e9f8893160a.zip
first draft of the Yaksh read the docs documentation.
Diffstat (limited to 'yaksh/documentation/moderator_docs')
-rw-r--r--yaksh/documentation/moderator_docs/creating_course.rst35
-rw-r--r--yaksh/documentation/moderator_docs/creating_question.rst6
-rw-r--r--yaksh/documentation/moderator_docs/creating_quiz.rst59
3 files changed, 100 insertions, 0 deletions
diff --git a/yaksh/documentation/moderator_docs/creating_course.rst b/yaksh/documentation/moderator_docs/creating_course.rst
new file mode 100644
index 0000000..a700971
--- /dev/null
+++ b/yaksh/documentation/moderator_docs/creating_course.rst
@@ -0,0 +1,35 @@
+=======
+Courses
+=======
+
+For students to take a quiz, it is imperative for the moderator to create a course first.
+
+Setting up a new course
+-----------------------
+ To create a course, click on the Add New Course button on the moderator's dashboard. This will lead you to a create add course page, where you need to fill in the following fields.
+
+ * Name
+ Name of the Course
+ * Active
+ If the course should be active for students to take the quiz. The status of the course can be edited later.
+ * Enrollment
+ Open enrollment is open to all students. Enroll Request requires students to send a request which the moderator can accept or reject.
+
+Features in Courses
+-------------------
+
+ Click on the Courses link located at the navigation bar, to view all the courses created by the moderator.
+
+ .. image:: ../images/course_features.jpg
+
+ The following features are available for courses
+
+ * Course Name
+ Clicking on course name link will display all the enrolled, rejected and requested students list. Moderator can accept or reject the student.
+ * Quiz Name
+ Clicking on the quiz name will let you edit the quiz.
+ * Add Teacher
+ Clicking on Add teacher can let you add teachers for the course. The teachers can edit and modify only the specific course that are allotted to them.
+ * View Allotted Course
+ Clicking on view allotted courses will display the courses the moderator is added to by other course creators.
+
diff --git a/yaksh/documentation/moderator_docs/creating_question.rst b/yaksh/documentation/moderator_docs/creating_question.rst
new file mode 100644
index 0000000..5e43b8d
--- /dev/null
+++ b/yaksh/documentation/moderator_docs/creating_question.rst
@@ -0,0 +1,6 @@
+=========
+Questions
+=========
+
+
+
diff --git a/yaksh/documentation/moderator_docs/creating_quiz.rst b/yaksh/documentation/moderator_docs/creating_quiz.rst
new file mode 100644
index 0000000..bf82e4d
--- /dev/null
+++ b/yaksh/documentation/moderator_docs/creating_quiz.rst
@@ -0,0 +1,59 @@
+=======
+Quizzes
+=======
+
+Quizzes are intrinsically associated with a course, hence to view and/or edit a quiz, we need to navigate to the courses page.
+
+
+
+
+Creating a Quiz
+---------------
+ .. image:: ../images/add_quiz.jpg
+
+ .. note :: It is important to have created or uploaded questions before creating a quiz. Click here to know how to add questions.
+
+ 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.
+
+ Once a quiz parameters have been set click on **design questionpaper** button to add questions into a quiz.
+
+
+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.
+
+ * 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) \ No newline at end of file