Description Usage Arguments Examples
The function grade()
creates grades with a discontinuous linear grading scale for the Swiss school grading system. It allows to distinguish the slope of your grading scale for passes and fails.
1 | grade(total,pass,maxp,cfactor=1,rnd=0.5)
|
total |
The total points scored. |
pass |
The minimum number of points to pass the exam. |
maxp |
The maximum number of points possible. |
cfactor |
The correction factor allows for a different slope of the grading scale for passing grades. The smaller the |
rnd |
Rounds the grades to whatever value you specify (default =0.5). |
1 | grade(total=45,pass=34,maxp=90,cfactor=0.8,rnd=0.25)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.