more docu
This commit is contained in:
parent
d4dcdcd64e
commit
e7a8a2fdbd
1 changed files with 27 additions and 2 deletions
|
@ -14,7 +14,8 @@ Since SEB Server is generally an administration tool, meaning generally used to
|
|||
We will have a quick overview of the functionality and the roles on SEB Server in the next chapter.
|
||||
|
||||
|
||||
Roles and Functionality
|
||||
|
||||
Roles and Use-Cases
|
||||
-----------------------
|
||||
|
||||
The SEB Server supports a simple role based privilege system where a role has defined read, modify and write privileges on certain domain entities. The privileges for a role are defined and cannot be changed by a user. Roles can be combined within one user-account.
|
||||
|
@ -23,6 +24,7 @@ Privileges for domain objects are categorized in read, modify and write where wr
|
|||
|
||||
Currently there are four roles that reflect a good separation of concerns within the SEB Server application administration itself and the setup and maintain for e-assessments with SEB.
|
||||
|
||||
|
||||
SEB Server Administrator
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
@ -31,4 +33,27 @@ This role is primarily to administer the SEB Server application, create new and
|
|||
A typical use-case for a SEB Server administrator is to create a new institution and an institutional administrator for this institution.
|
||||
|
||||
Institutional Administrator
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
An institutional administrator has overall read access for its institution and is able to modify the institution properties as well as create new or maintain existing user-accounts for the institution. Furthermore an institutional administrator is able to create and maintain learning management system bindings and SEB startup-configurations for the institution.
|
||||
|
||||
A typical use-case for a institutional administrator is to give the appropriate roles and privileges to newly registered users of the institution, to create and maintain SEB startup configurations for the institutions and maintain learning management systems within the SEB Server and institution.
|
||||
|
||||
Exam Administrator
|
||||
^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Exam Supporter
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
|
||||
Sign Up / Sign In
|
||||
-----------------
|
||||
|
||||
What one probably see first when applying to a SEB server application is the login-screen
|
||||
|
||||
.. image:: images/user/basic/login.png
|
||||
:align: center
|
||||
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/user/basic/login.png
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue