calc_progress: Calculate a student's status in their course

Description Usage Arguments Value Examples

Description

Calculate a student's status in their course

Usage

1
calc_progress(course_id, latest_lesson, latest_tryit, end_date)

Arguments

course_id

The course id for which the student is enrolled, used to select the correct schedule

latest_lesson

The latest lesson that the student has completed

latest_tryit

The latest Try It that the student has completed

end_date

The end date of the student, must be an R date object

Value

A data table with columns:

Examples

1
2
3
4
calc_progress("deployedcourses/uiuc_netmath_math461_r2012_mm",
              latest_lesson = 4,
              latest_tryit = 3,
              end_date = as.Date("12/25/2016", format = "%m/%d/%Y"))

McClellandLegge/netmathtools documentation built on May 7, 2019, 4:55 p.m.