|
2 | 2 | <section xml:id="instructor-interface_exams-and-quizzes-in-runestone"> |
3 | 3 | <title>Exams and Quizzes in Runestone</title> |
4 | 4 | <subsection xml:id="create_quiz_intro"> |
5 | | - <title>Introduction</title> |
6 | | - <figure align="center" xml:id="create_exam_fig"> |
7 | | - <caption xmlns:c="https://www.sphinx-doc.org/" xmlns:changeset="https://www.sphinx-doc.org/" xmlns:citation="https://www.sphinx-doc.org/" xmlns:cpp="https://www.sphinx-doc.org/" xmlns:index="https://www.sphinx-doc.org/" xmlns:js="https://www.sphinx-doc.org/" xmlns:math="https://www.sphinx-doc.org/" xmlns:py="https://www.sphinx-doc.org/" xmlns:rst="https://www.sphinx-doc.org/" xmlns:std="https://www.sphinx-doc.org/">Figure 1: Creating an exam from an assignment</caption> |
8 | | - <image source="Figures/assignmentMain.png" width="100%" alt="Check the timed exam checkbox"/> |
| 5 | + <title>Creating a Quiz/Exam Assignment</title> |
| 6 | + |
| 7 | + <p>In the new Assignment Builder in the Instructor Dashboard, you can choose to make a new assignment a Quiz/Exam like below where you can select whether there is a time limit and whether pauses and feedback are allowed.</p> |
| 8 | +<figure align="center" xml:id="create_exam_fig"> |
| 9 | + <caption>Creating an exam from an assignment</caption> |
| 10 | + <image source="Figures/assignmentQuiz.png" width="100%" alt="Creating a Quiz/Exam"/> |
9 | 11 | </figure> |
10 | | - <p>If you look at Figure 1 on this page again, you will see there is a checkbox labelled <q>Show as Timed Assessment</q> This turns a problem assignment into an exam. There are severall things to note about this. First is the appearance to the students, when the students first see a timed exam it looks like this:</p> |
| 12 | + |
| 13 | + <p>When the students first see a timed exam, it looks like this:</p> |
11 | 14 | <figure align="center"> |
12 | 15 | <image source="Figures/timedExamStart.png" width="100%" alt="Check the timed exam checkbox"/> |
13 | 16 | </figure> |
|
16 | 19 | <p>When the student navigates to the new question the question they were on is evaluated and the results are sent to the server. Questions that a student has attempted are marked as grey on the numbered interface so students know which questions they have answered.</p> |
17 | 20 | <p>During an exam the student will not see any feedback on whether they answered the questions right or wrong. Once the exam is completed they will see that feedback unless you have checked the don't show feedback checkbox.</p> |
18 | 21 | <p>It is important to remind students that if they close the tab or their browser or navigate away from the page or even try to refresh the page, the exam is over and they will not be able to answer any more questions. Once they click the finish exam button they are done. As an instructor you can reset a students exam from the instructors page, but they will be forced to start over.</p> |
19 | | - <p>When a student submits their exam with the finish exam button or when the exam is automatically submitted due to time expiring, the autograder is run on the server and a score is recorded. If all your questions are autogradable you're done! If not you can use the grading interface to manually grade any questions.</p> |
| 22 | + <p>When a student submits their exam with the finish exam button or when the exam is automatically submitted due to time expiring, the autograder is run on the server and a score is recorded. If all your questions are autogradable you're done! If not, you can use the grading interface to manually grade any questions.</p> |
20 | 23 | <figure align="center"> |
21 | 24 | <image source="Figures/timedExamUI.png" width="100%" alt="Check the timed exam checkbox"/> |
22 | 25 | </figure> |
23 | 26 | </subsection> |
24 | 27 | <subsection xml:id="instructor-interface_resetting-an-exam"> |
25 | 28 | <title>Resetting an Exam</title> |
26 | | - <p>The instructor interface allows you to reset an exam for any student.</p> |
| 29 | + <p>The instructor dashboard allows you to reset an exam for any student.</p> |
27 | 30 | <figure align="center"> |
28 | | - <image source="Figures/timedExamReset.png" width="100%" alt="resetting an exam"/> |
| 31 | + <caption>Reset Exams</caption> |
| 32 | + <image source="Figures/timedExamReset1.png" width="100%" alt="resetting an exam"/> |
| 33 | + </figure> |
| 34 | + <p>You just select the student and the assessment name and then press the red reset button.</p> |
| 35 | + <figure align="center"> |
| 36 | + <caption>Resetting an exam for a student</caption> |
| 37 | + <image source="Figures/timedExamReset2.png" width="100%" alt="resetting an exam"/> |
29 | 38 | </figure> |
30 | | - <p>You just select the student and the assignment name and then press the red button.</p> |
31 | 39 | </subsection> |
32 | 40 | </section> |
0 commit comments