grade | R Documentation |
Computes a grade based on points to grade scheme by the Humboldt-Universität zu 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)
points |
numeric: points achieved in exam |
maxpts |
numeric: maximal number of achievable points in exam (default: |
fixed |
logical: fixed or relative grade scheme (default: |
grades as 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.