Description Usage Arguments Value Examples
Get the all grades your students for the courses you mentor
1 2 |
h |
A valid handle to a Mathable session (logged in and cookies in jar) |
user |
Your username, e.g. <netid>@netmath.illinois.edu |
passwd |
Your password Mathable password |
all_students |
Boolean, should all of the grades be pulled, or just the logged in Mentor's? |
active |
Boolean, should only the active students be pulled? |
A data frame with columns:
CourseId The fully qualified course ID in Mathable
Mentor The mentor name
Status The status of the student, e.g. "Completed", "Active" or "Withdrawn"
Name The full name of the student in Last Name, First Name form
LastName The last name of the student
FirstName The first name of the student
Value The grade/status of the Try It
Lesson The Lesson number
TryIt The Try It number
CourseName The "short name" for the course
1 2 3 4 5 | ## Not run:
session <- login("mkemp6@netmath.illinois.edu", "<passwd>")
get_all_grades(h = session$handle, name = session$name)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.