crsra_timetofinish {crsra}R Documentation

Time that took each learner (in days) to finish a course

Description

Time that took each learner (in days) to finish a course

Usage

crsra_timetofinish(all_tables)

Arguments

all_tables

A list from crsra_import_course or crsra_import

Value

A table containing hashed_user_ids with a column indicating the time (in days) that took each user to complete a course. The time is calculated as the difference between the last and first activity in the a course.

Examples

crsra_timetofinish(example_course_import)

[Package crsra version 0.2.3 Index]