updateAttendance: Update Attendance Details

View source: R/AttendanceFunctions.R

updateAttendanceR Documentation

Update Attendance Details

Description

This function modifies one or more attributes of a attendance.

Usage

updateAttendance(section_id, enrollment_id, date, status, comment = "")

Arguments

section_id

The id of the section for which the attendance entry will be added.

enrollment_id

The id of the enrollment for the student in the course section.

date

The date of the attendance entry in YYYY-MM-DD format.

status

1, 2, 3, or 4 corresponding to 'present', 'absent', 'late', or 'excused'.

Value

An array of attendance ids and statuses

References

API Documentation


sterfa02/SchoologyAPI documentation built on Jan. 10, 2023, 11:27 p.m.