diff options
author | Prabhu Ramachandran | 2017-04-27 18:11:44 +0530 |
---|---|---|
committer | GitHub | 2017-04-27 18:11:44 +0530 |
commit | 2694fd6dd4d37a1a6570792e234998feef21edca (patch) | |
tree | 9b5ccec8fc6358f56d812eee0f8e0116b0d3608f /yaksh | |
parent | 9d93da09f1483271827099079abf97d84111330f (diff) | |
parent | 4603aa91a492c8b55ba66ed55780bcc4bd10c8c1 (diff) | |
download | online_test-2694fd6dd4d37a1a6570792e234998feef21edca.tar.gz online_test-2694fd6dd4d37a1a6570792e234998feef21edca.tar.bz2 online_test-2694fd6dd4d37a1a6570792e234998feef21edca.zip |
Merge pull request #279 from ankitjavalkar/docs-create-course
Docs updation for course code
Diffstat (limited to 'yaksh')
-rw-r--r-- | yaksh/documentation/images/create_course.png | bin | 0 -> 51993 bytes | |||
-rw-r--r-- | yaksh/documentation/moderator_docs/creating_course.rst | 15 |
2 files changed, 13 insertions, 2 deletions
diff --git a/yaksh/documentation/images/create_course.png b/yaksh/documentation/images/create_course.png Binary files differnew file mode 100644 index 0000000..29c8783 --- /dev/null +++ b/yaksh/documentation/images/create_course.png diff --git a/yaksh/documentation/moderator_docs/creating_course.rst b/yaksh/documentation/moderator_docs/creating_course.rst index 69935fd..44ebe44 100644 --- a/yaksh/documentation/moderator_docs/creating_course.rst +++ b/yaksh/documentation/moderator_docs/creating_course.rst @@ -8,12 +8,23 @@ 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. + .. image:: ../images/create_course.png + * 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. + * Active + If the course should be active for students to take the quiz. The status of the course can be edited later. + * Code + If the course should be hidden and only accessible to students possessing the correct course code. + * Instructions + Instructions for the course + * Start Date and Time for enrollment of course + If the enrollment of the course should be available only after a set date and time + * End Date and Time for enrollment of course + If the enrollment of the course should be available only before a set date and time + Features in Courses ------------------- |