diff options
author | adityacp | 2017-01-06 14:55:25 +0530 |
---|---|---|
committer | adityacp | 2017-01-06 14:55:25 +0530 |
commit | 9fc46fc74e87a30f9dcaada88815a5ec8814d5fd (patch) | |
tree | e3ef182335d5908d465b5fc109a753761b582d82 /yaksh/documentation/moderator_docs | |
parent | c4f1fad41940acd3274d4559f820d9270a86450c (diff) | |
download | online_test-9fc46fc74e87a30f9dcaada88815a5ec8814d5fd.tar.gz online_test-9fc46fc74e87a30f9dcaada88815a5ec8814d5fd.tar.bz2 online_test-9fc46fc74e87a30f9dcaada88815a5ec8814d5fd.zip |
Change image in docs and other minor docs changes
Diffstat (limited to 'yaksh/documentation/moderator_docs')
-rw-r--r-- | yaksh/documentation/moderator_docs/creating_course.rst | 2 | ||||
-rw-r--r-- | yaksh/documentation/moderator_docs/creating_question.rst | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/yaksh/documentation/moderator_docs/creating_course.rst b/yaksh/documentation/moderator_docs/creating_course.rst index e01b73a..69935fd 100644 --- a/yaksh/documentation/moderator_docs/creating_course.rst +++ b/yaksh/documentation/moderator_docs/creating_course.rst @@ -18,7 +18,7 @@ Setting up a new course Features in Courses ------------------- - Click on the Courses link located at the navigation bar. + Click on the Courses link on the navigation bar. .. image:: ../images/course_features.jpg diff --git a/yaksh/documentation/moderator_docs/creating_question.rst b/yaksh/documentation/moderator_docs/creating_question.rst index 0de5e43..ec273f5 100644 --- a/yaksh/documentation/moderator_docs/creating_question.rst +++ b/yaksh/documentation/moderator_docs/creating_question.rst @@ -25,11 +25,11 @@ Setting up questions * **Description** - The actual question description is to be written. - .. note:: To add codes in questions please use html <code> and <br> tags. + .. note:: To add code snippets in questions please use html <code> and <br> tags. * **Tags** - Type of label or metadata tag making it easier to find specific type of questions. - * **Snippet** - Snippet is used to give any default value or default code or command. This will be displayed in the answer form. This is used only for code questions. + * **Snippet** - Snippet is used to give any default value or default code or command. This will be displayed in the students answer form. This is used only for code questions. * **Partial Grading** - Click this checkbox to enable partial grading feature. @@ -68,7 +68,7 @@ How to write Test cases for program of addition. * For C, C++, Java and Bash: - In Test Case Field write the code as follows + Sample Moderator code For C and C++: .. image:: ../images/cpp_standard_testcase.jpg @@ -123,7 +123,7 @@ How to write Test cases :width: 80% Consider a Program to find square of a number. - The code in the test should be as follows: :: + The code in the Test case Field should be as follows: :: class main { public static <E> void check(E expect, E result) @@ -170,7 +170,7 @@ How to write Test cases .. Note:: 1. For Java, class name should always be **main** in testcase. 2. In the above example, **Test** is the class of student's code. - 3. Please make sure that the student's code class and calling class in testcase is always **Test**. (square_num is the function inside Test class.) + 3. Please make sure that the student's code class and calling class in testcase is always **Test**. (square_num is the function inside Test class.) For Bash: .. image:: ../images/bash_standard_testcase.jpg @@ -240,7 +240,7 @@ Features in Question * **Download Questions** - Select questions from the list of question displayed on the Questions page. Click on the Download Selected button to download the questions. This will create a zip file of the Questions selected. + Select questions from the list of questions displayed on the Questions page. Click on the Download Selected button to download the questions. This will create a zip file of the Questions selected. * **Upload Questions** |