prep_peer: prep_peer

Description Usage Arguments Value

Description

prep_peer

Usage

1
2
3
4
5
6
7
prep_peer(
  ps_export,
  gradebook_export,
  roster_from_grouper,
  activity_name,
  total_points = 1
)

Arguments

ps_export

The csv exported from peerScholar.

gradebook_export

The csv exported from your Canvas gradebook. Must have the assessment you want to process as a column.

roster_from_grouper

The class roster, exported from the UT Advanced Group tool. Could be any csv with the columns Student Number and Email to allow you to match as peerScholar uses email as the only uniique ID and the Canvas gradebook needs student ID.

activity_name

The name of the activity you are grading, exactly as shown in the gradebook csv.

total_points

The number of points the assessment is out of on Canvas. Defaults to 1 so the grade is just a proportion.

Value

Writes a csv of the form "import_acitivity name_date.csv" into the current directory.


elb0/prepPS documentation built on Jan. 23, 2021, 8:50 p.m.