grade: Grades Creator

Description Usage Arguments Examples

Description

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.

Usage

1
grade(total,pass,maxp,cfactor=1,rnd=0.5)

Arguments

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 cfator, the steeper the slope (default=1).

rnd

Rounds the grades to whatever value you specify (default =0.5).

Examples

1
grade(total=45,pass=34,maxp=90,cfactor=0.8,rnd=0.25)

migilicious/glg documentation built on April 19, 2020, 7:14 p.m.