blob: 69935fd1d91c2e5fbe42ef27f94d4b82f601ce1a (
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
|
=======
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 on the navigation bar.
.. image:: ../images/course_features.jpg
This page shows all the courses created by a moderator and all the courses allotted to a moderator.
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.
* Question Paper
Click on the **Add** link to create a Question Paper for associated Quiz.
If a question paper is already created, click on the Question Paper link to
edit question paper.
* 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.
* Teachers added to the course
This shows all the teachers added to a particular course.
|