diff --git a/docs/exam.rst b/docs/exam.rst new file mode 100644 index 00000000..e69de29b diff --git a/docs/exam_config.rst b/docs/exam_config.rst index 082266e5..f35780f7 100644 --- a/docs/exam_config.rst +++ b/docs/exam_config.rst @@ -26,7 +26,7 @@ filter use the clear symbol right to the lens symbol. See :ref:`gui-label` for m .. image:: images/exam_config/list.png :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docsexam_config/list.png + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/exam_config/list.png To view details of a specific exam configuration either double-click on a list entry or select a list entry and use the "View Exam Configuration" action from the right action pane. In the detail view all general settings are shown and also a list of exams that uses this exam configuration. @@ -46,7 +46,7 @@ is assigned to an exam the status changes automatically to "In Use" and the SEB .. image:: images/exam_config/view.png :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docsexam_config/view.png + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/exam_config/view.png An exam configuration has a general settings part (like other domain objects has within SEB Server) that defines the name, description and status of the exam configuration that are used to maintain the exam configurations SEB Server internally. And a exam configuration has, separated from @@ -64,7 +64,7 @@ while also publish them to exams that uses this exam configuration. .. image:: images/exam_config/settings.png :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docsexam_config/settings.png + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/exam_config/settings.png .. note:: Changes in SEB settings must be published to be available on exports, exams or other uses. Before publishing they are not @@ -93,7 +93,7 @@ of the exam configuration. The key will be presented by a pop-up dialog where it .. image:: images/exam_config/settings.png :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docsexam_config/config_key.png + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/exam_config/config_key.png Use Cases diff --git a/docs/exam_import.rst b/docs/exam_import.rst new file mode 100644 index 00000000..5645a889 --- /dev/null +++ b/docs/exam_import.rst @@ -0,0 +1,19 @@ +Import LMS Course as Exam in SEB Server +======================================= + +To be able to configure and manage a course or parts of a course existing on a LMS as an exam on SEB Server we first need to import +an exam from the one of the available courses from a LMS that has been setup to use within the SEB Server. + +.. note:: + If you don't have already set up a LMS binding within SEB Server and your institution, you have to do this first. + More information about setting up a LMS binding can be found in the chapter :ref:`lms-setup-label` + +You can find the list of available courses provided form all LMS that are bound within your instituion by going to the "Exam Administration" +section on the left hand side and choosing "LMS Exam Lookup". The SEB Server will present you the list of all available courses and you +are able to filter and sort the list as usual to find to right course for import. + +.. image:: images/exam/lmsExamLookup.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/exam/lmsExamLookup.png + + diff --git a/docs/exam_indicator b/docs/exam_indicator new file mode 100644 index 00000000..e69de29b diff --git a/docs/exams.rst b/docs/exams.rst index 3142341f..24ce867b 100644 --- a/docs/exams.rst +++ b/docs/exams.rst @@ -9,7 +9,9 @@ on the exam management of SEB Server. We will go through all the steps to setting up an exam for Safe Exam Browser with SEB Server one by one. - - - - +.. toctree:: + :maxdepth: 1 + + exam_import + exam + exam_indicator diff --git a/docs/images/exam/addExamConfig.png b/docs/images/exam/addExamConfig.png new file mode 100644 index 00000000..4ea868f4 Binary files /dev/null and b/docs/images/exam/addExamConfig.png differ diff --git a/docs/images/exam/editIndicator.png b/docs/images/exam/editIndicator.png new file mode 100644 index 00000000..3d4d7148 Binary files /dev/null and b/docs/images/exam/editIndicator.png differ diff --git a/docs/images/exam/examNotReady.png b/docs/images/exam/examNotReady.png new file mode 100644 index 00000000..31cef83e Binary files /dev/null and b/docs/images/exam/examNotReady.png differ diff --git a/docs/images/exam/examReady.png b/docs/images/exam/examReady.png new file mode 100644 index 00000000..6da30130 Binary files /dev/null and b/docs/images/exam/examReady.png differ diff --git a/docs/images/exam/importExam.png b/docs/images/exam/importExam.png new file mode 100644 index 00000000..996945ee Binary files /dev/null and b/docs/images/exam/importExam.png differ diff --git a/docs/images/exam/lmsExamLookup.png b/docs/images/exam/lmsExamLookup.png new file mode 100644 index 00000000..4947ccf7 Binary files /dev/null and b/docs/images/exam/lmsExamLookup.png differ diff --git a/docs/images/exam/lmsExamLookupDetail.png b/docs/images/exam/lmsExamLookupDetail.png new file mode 100644 index 00000000..3fb385fd Binary files /dev/null and b/docs/images/exam/lmsExamLookupDetail.png differ