From ea57895751e98182c22df91edb8fd6193b17c5f1 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Mon, 16 Jan 2017 18:39:48 +0100 Subject: [PATCH] add instance admin role --- Rewritten-docs.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Rewritten-docs.md b/Rewritten-docs.md index ecbbfc3..5f13851 100644 --- a/Rewritten-docs.md +++ b/Rewritten-docs.md @@ -1777,6 +1777,7 @@ Described roles are: - Student - Group supervisor - Group administrator +- Instance administrator - Superadministrator ## Terminology @@ -2168,6 +2169,13 @@ clicking on it some particular supervisor should not be supervisor of the group anymore. +## Instance administrator + +@todo: who is this? + +@todo: creating groups right in the instance + + ## Superadministrator Superadmin is user with the most priviledges and as such superadmin should be @@ -2214,7 +2222,11 @@ Roles description: ### Simple score calculation -First implemented calculator is simple score calculator with test weights. This calculator just looks at the score of each test and put them together according to the test weights specified in assignment configuration. Resulting score is calculated as a sum of products of score and weight of each test divided by the sum of all weights. The algorithm in Python would look something like this: +First implemented calculator is simple score calculator with test weights. This +calculator just looks at the score of each test and put them together according +to the test weights specified in assignment configuration. Resulting score is +calculated as a sum of products of score and weight of each test divided by the +sum of all weights. The algorithm in Python would look something like this: ``` sum = 0