create_forms: Creates CSAHS Misconduct forms

View source: R/main_functions.R

create_formsR Documentation

Creates CSAHS Misconduct forms

Description

Creates CSAHS Misconduct forms

Usage

create_forms(
  usernames,
  assignment,
  assignment_grade,
  offense,
  assignment_due_date,
  assignment_submit_date,
  other_assignments,
  course,
  instructor,
  notes = "",
  interview_date = "today",
  forward_date = "today",
  chair,
  courselink_filename
)

Arguments

usernames

Usernames for the students involved.

assignment

Assignment name in Courselink gradebook.

assignment_grade

Assignment grade (unofficial grade).

offense

Academic offense. Use short form code(s).

assignment_due_date

Assignment due date.

assignment_submit_date

Assignment submission date.

other_assignments

Other assignment grades (in Courselink gradebook) to be reported.

course

Course code, name, and section number.

instructor

Instructor's name.

notes

Other notes about evidence from the instructor, long form text.

interview_date

Date of form forwarded to Chair. If not specified, uses today's date.

chair

Name of the Department Chair.

courselink_filename

Name of the .csv grade file exported from Courselink.


dstanley4/misconduct documentation built on April 12, 2022, 12:24 a.m.