grade | R Documentation |
Computes a grade based on the points of the grade scheme by the Humboldt University of Berlin. (See §96c and §102 in the Achte Änderung der Fächerübergreifenden Satzung zur Regelung von Zulassung, Studium und Prüfung der Humboldt-Universität zu Berlin (ZSP-HU))
grade(points, maxpts = max(points), fixed = TRUE)
hu_grade(points, maxpts = max(points), fixed = TRUE)
points |
numeric: points achieved in exam |
maxpts |
numeric: maximal number of achievable points in an exam (default: |
fixed |
logical: a fixed or relative grade scheme (default: |
Grades as a function of points.
x <- round(runif(100, 0, 22.4))
grade(x, 22)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.