Student Object

gc_student(
  userId = NULL,
  courseId = NULL,
  profile = NULL,
  studentWorkFolder = NULL
)

Arguments

userId

Identifier of the user

courseId

Identifier of the course

profile

Global user information for the student

studentWorkFolder

Information about a Drive Folder for this student's work in this course

Value

Student object

Details

Student in a course.

See also

Other Student functions: gc_courses_students_create()