docu
This commit is contained in:
parent
697f2e4dfd
commit
13a3eba97e
1 changed files with 60 additions and 1 deletions
|
@ -21,10 +21,69 @@ exam administrator of your institution to get help and check if you are correctl
|
|||
To monitor an exam either double-click on the list entry of the exam or select the list entry and use the "Monitoring" action form the
|
||||
right action pane to navigate into the main page of exam monitoring.
|
||||
|
||||
Within the the main page of exam monitoring you see a list of all SEB client connections that has been connected to the exam since the
|
||||
On the the main page of exam monitoring you find a list of all SEB client connections that has been connected to the exam since the
|
||||
exam is running. There are some filter switches on the right action pane that may hide some canceled and/or closed SEB connections but
|
||||
you should see at least all active connections instantly.
|
||||
|
||||
.. image:: images/monitoring/examMonitoring.png
|
||||
:align: center
|
||||
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/monitoring/examMonitoring.png
|
||||
|
||||
The list is automatically sorted in the way that SEB connections with incidents came to the top of the list and are then sorted by the
|
||||
"User Name or Session" identifier criteria. The general SEB client connection attributes are:
|
||||
|
||||
- **User Name or Session** The user account or user session identifier sent by the LMS to the SEB client and from SEB client to the SEB Server.
|
||||
This identifier may vary depending on the LMS that is involved. For Open edX it is the user account identifier (username).
|
||||
- **IP Address** The IP address of the device the connected SEB client is running.
|
||||
- **Status** The status of the SEB client connection.
|
||||
|
||||
This general attributes are followed by the indicator attributes of all indicator defined by the exam. The column name of an indicator is
|
||||
the name of the indicator defines in the exam and the cell shows the measured value of the indicator for each SEB client connection and
|
||||
the cell is tinted in the color of the reached threshold also defined for each indicator on the exam.
|
||||
|
||||
**Instructions**
|
||||
|
||||
Instructions are actions applied to one or more SEB client connections that also can apply a signal to a active SEB Client connection to
|
||||
instruct the SEB client to do a particular action on client side. In the monitoring view you can select one ore more list entries
|
||||
with usual list (multi)selection by holding Ctrl or Shift key plus right mouse click(s). Currently there are two instructions.
|
||||
|
||||
- **Quit SEB Client** Sends a quit instruction to the SEB Client to quit the session. This can be applied to all active SEB client connection
|
||||
with the "Quit all SEB Clients" action from the right action pane or to all selected SEB client connections with the "Quit Selected SEB Clients"
|
||||
action.
|
||||
|
||||
- **Mark As Canceled** Can be applied to all inactive SEB client connections to enforce the inactive SEB client connection to "Canceled" state.
|
||||
This can be used to mark and remove inactive SEB client connection you don't want to have on the main monitoring board anymore when the filter
|
||||
for canceled SEB client connections is set to hide.
|
||||
|
||||
**Filter**
|
||||
|
||||
There are some filter to hide/show SEB client connection of in particular states. These are located in the right action pane has the name of the
|
||||
filter action that will be performed on click and the name of the effected connection status. With this actions you are able to toggle between
|
||||
hide and show SEB client connection of a particular state.
|
||||
|
||||
- **Show/Hide Closed** Use this to show or hide all SEB client connections that are currently in the "Closed" state.
|
||||
- **Show/Hide Requested** Use this to show or hide all SEB client connections that are currently in the "Requested" state and are not responding anymore.
|
||||
- **Show/Hide Canceled** Use this to show or hide all SEB client connections that are currently in the "Canceled" state.
|
||||
|
||||
.. note::
|
||||
When a certain state filter is set to hide and a particular SEB client connection switches into that state, it will automatically be hiding from the list.
|
||||
|
||||
Detailed View
|
||||
-------------
|
||||
|
||||
To view more details of a particular SEB client connection either select the SEB client connection entry from the list and use the "View Details" action
|
||||
from the right action pane or just double-click the SEB client connection entry from the list. In the details view you also see all the attributes
|
||||
in a form and additional a list of all events and logs the SEB client has sent to the SEB Server for this session so far.
|
||||
|
||||
.. image:: images/monitoring/clientMonitoring.png
|
||||
:align: center
|
||||
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/monitoring/clientMonitoring.png
|
||||
|
||||
The table shows the event type that for all log-events is the log-level, The text and a value that has been sent with the event. The Value may be empty
|
||||
and marked as "Not a Number" (NaN). In this table we also have the client- and the server-time of the event. The client-time is the time the SEB client
|
||||
sends along with the event to the SEB Server and the server time is the time the SEB Server got the event. With this it is also possible to see or
|
||||
overview temporary network latency or other irregularities, when this two time values differs much.
|
||||
|
||||
In the detail view you are also able to use the instructions "Quit SEB Client" and "Mark as Canceled" for the selected SEB client connection.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue