Missouri Virtual Attendance

MOSIS Student Enrollment and Attendance

Virtual Course Attendance calculates the student's attendance for those courses that are taught online. The Regular Hours Attendance calculation is used; once that value is found, it is multiplied by one of the following:

The course must be an online course (the Online field on the Course editor is set to Yes).

The course does not need to be marked for attendance; the period does not have to be marked as instructional.

The current attendance calculation is used, minus all courses and course sections marked as Online. Non-instructional minutes are not calculated.

Once the initial calculation is complete, Transcript entries are reviewed.

Attendance minutes in a virtual course are NOT included in the calculation when the No Credit checkbox is marked on the Roster Batch Edit tool OR the student's Schedule tool for the course. Otherwise, the 95, 94, 47% attendance calculation is used.
Figure 1: The course must be marked Yes for Online Learning. Virtual Instruction must be set for A+ students to get 95%. Attendance should not be marked when using Missouri Virtual Attendance calculation.
Figure 2: A+ Student must be marked yes for A+ students to get 95%.

Transcripts

Transcripts

Transcript entries can be entered via the Transcripts tool or with SQL on the TranscriptCourse and TranscriptCredit tables.

Listing 1: Setting Online Learning Flag to Yes
UPDATE TranscriptCourse
SET distanceCode = 'Y'
--SELECT *
--FROM TranscriptCourse
WHERE courseNumber LIKE '%VL%' AND startYear = '2023'