Instructor activity
The tables below highlight faculty teaching workloads for a two most recent semesters, Spring 2024 and Fall 2024.
The tab Header descriptions
for an explanation of the visualizations. The tab model
describe the workload model itself. Other models can be proposed and then applied across all the faculty. The tab All
combines faculty across all departments. Departmental tabs group faculty by department.
Below is the workload model used for this analysis. These rules are applied to each CRN and faculty member for the respective terms.
= {
model_sample 'base_lecture_value':1.0,
'labs_per_lecture':3.0,
'vips_per_lecture':3.0,
'capstones_per_lecture': 3.0,
'students_per_capstone': 4.0,
'seminars_per_lecture': 1.0,
'res_ind_fld_per_lecture': 0.0,
'large_classes': [ [80,1.5],[160,2.0],[240,2.5] ]
}
- Each section (or CRN/course reference number) is assigned base of 1.0 workload units.
- Lab sections including actual course labs, capstone/senior design, and VIP receive 1/3 credit. This is consistent with the model that 3 lab hours is equivalent to 1 teaching hour. (e.g., 3-3-4 courses.) Many departments in EGR code lab sections as lecture sections, making it difficult to discern. We can identify lab sections by class meetings - if a CRN has multiple class meetings, one meeting multiple times per week and another meeting only once per week, the lab is denoted as the once-per-week meeting. See this section for more details.
- Seminar sections get full section credit as a positive incentive. There is a limited number of SEM courses, they are important to the curriculum, and we want them covered.
- Capstone designs are scaled to give one LAB (0.33 per above) unit per groups of 4 students.
- Research, indepedent study and coop/intern sections receive zero teaching credit in this workload model. Research active faculty receive reduced teaching loads, rather than credit for these units.
Significant effort was also invested in the corresponding google workbook.
The tables in the tabs show the workload model applied to each department for the period shown above. Relative workloads are also visualized. Four major metrics are highlighted:
- Total workload (
Wrkld
), the cumulative workload for lectures, labs, seminar, capstones and VIP, with oneworkload unit
equivelent to one standard lecture course per semester. - Lecture workload (
W.Lec
), the cumulative workload associated with lecture classes. This most closely corresponds to the traditional workload conversation (e.g., 1+1 would show as 2, 2+1 or 1+2 would show as 3, etc.) - Lecture hours (
Hr.Lec
) the cumulative credit hours (number of students enrolled * course credit) for just lecture sections, - Total Hours (
Hours
), the cumulative credit hours for all sections. This value drives the VCU budget model, as a portion of each unit’s budget is estimated on a per-credit hour basis for the academic year.
The visualization shows two horizontal, stacked bars, centered around an axis, showing workload extending to the left and credit hours extending to the right. Bars represent lecture-only and non-lecture units so that the total bar length represents the total, either workload units or credit hours.
Columns can be sorted by clicking the header triangle icons. Holding shift
while clicking permits sorting over multiple columns.
The median (50th percentile across instructors) for total workload and total hours is also shown.
Individual faculty rows can be expanded to explore the details of each computation. The detail table shows each CRN, workload assignments, and the rule applied to derive the value.
Note because of a limitation in way that these data are accessed, these tables only include courses taught under the College of Engineering. For example, if a engineering faculty member coteaches a section OUTSIDE of engineering, the units associated with the non-engineering sections are not included in the analysis. This limitation can be removed, talk with me and I can tell you how.
You can click on the triangle next to your name to see the courses that were aggregated to produce your line in the plot.
As noted, these data need cleaning:
What was originally coded in Banner doesn’t necessarily reflect what happened in the classroom.
Departments code courses differently and adjustments are required to permit consistent measurement across the college as a whole.
Courses may be misclassified as LEC, LAB, etc. Adjustments can be made in my code as necessary.
If you believe that your data are wrong, send me an email! John Leonard describing the situation.
I’ll implement the fixes in the code and regenerate the reports with improved data.
This is iterative process. The more eyes that look at these data the better - and the cleaner they will become!