Description Usage Arguments Examples
The function gscale()
creates grading scales for the Swiss school grading system.
1 | gscale(pass,maxp,cfactor=1,rnd=0.5)
|
pass |
The minimum number of points to pass the exam. |
maxp |
The maximum number of points possible. |
cfactor |
The correction factor allows for a steeper slope of the grading scale for passing grades. The smaller the |
rnd |
Rounds the grades to whatever value you specify (default =0.5). |
1 | gscale(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.