ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Instructions
2
Save the Canvas data as an excel sheet (comes as .csv naturally)
3
Separate out the program Canvas outcomes by program data if necessary
4
Set the first row in the data sheet as filtered
5
Create a Condensed Sheet for the individual course data (which goes in to the faculty reflection forms and the appendices for the annual assessment reports)
6
Create a Student Sheet for the student counts per PLO (which goes into the assessment reports)
7
For the Condensed Sheet, the relevant columns are: Assessment Name, Learning Outcome Name, Section Name, Llearning Outcome Rating Points, and Enrollment State
8
For the Student Sheet, the relevant columns are: Student SIS ID, Learning Outcome Name), Section Name, Learning Outcome Rating Points), and Enrollment State
9
Note: For the following sheet instructions, the columns are based on the Mock Data. Always ensure that your columns match the names listed above, not the column letters in the examples
10
11
Condensed Sheet
12
The format for these tables can be found in the example 'Mock Condensed' sheet of this excel workbook - it is recommended to copy/paste that format for consistency.
13
At the top of the table, replace 'PLO 01' with the first PLO being analyzed as it appears in the Data sheet
14
For each assignment (listed below the appropriate PLO), list each section name (column P) applicable - use the filters in the Data sheet to ensure all sections are listed
15
For the table, there is an example formula included for each cell in the Mock Condensed Sheet, but to break them down --
16
Section-Specific Rows [Formula: =COUNTIFS('VARIABLE Data'!$W:$W,3,'VARIABLE Data'!$B:$B,'VARIABLE Condensed'!$A$[VARIABLE - appropriate assessment name],'VARIABLE Data'!$G:$G,'VARIABLE Condensed'!$A$1,'VARIABLE Data'!$P:$P,'VARIABLE Condensed'!$B[VARIABLE - appropriate section name],'Mock Data'!$Z:$Z,"<>inactive")]
17
Section-specific n columns
18
Operation: COUNTIFS
19
Assessment Name (column B) to limit the count to only that specific assessment
20
Learning Outcome Name (column G) to limit the count further to only that learning outcome - some assessments may cover multiple PLOs
21
Section Name (column P) to separate the data by sections
22
Learning Outcome Rating Points (column W) to reflect the appropriate column (3 for exceeds, 2 for meets, 1 for below, 0 for does not meet)
23
Enrollment State (column Z) to ensure that the data only looks at students who are enrolled properly
24
25
Compiled n columns
26
Operation: SUM
27
Each section-specific n column
28
29
% columns
30
n column divided by compiled n column
31
32
TOTAL Row
33
All n columns
34
Operation: SUM
35
Each n column cell
36
37
% columns
38
n column divided by compiled n column
39
40
For each assessment, create a new table under the appropriate PLO heading
41
42
Student Sheet
43
The format for these tables can be found in the example 'Mock Student' sheet of this excel workbook - it is recommended to copy/paste that format for consistency.
44
In Cell A1, insert the formula (replacing the variables): =UNIQUE('VARIABLE Data'!G:G) - this will populate a list of all used PLOs in the data set
45
Below this list, insert the formula (replacing the variables): =UNIQUE('VARIABLE Data'!A:A) - this will populate a list of each unique Student SIS ID #
46
Create a Table based on PLOs extending from the Student UNIQUE list (example available in 'Mock Student' sheet)
47
Table Criteria
48
PLO-Only
49
Create a column for each PLO listed in the PLO UNIQUE list
50
PLO Criteria
51
Create a column for each criteria listed in the PLO UNIQUE list and create a PLO column for each overarching PLO associated
52
53
Some programs use criteria while others do not. Refer to the PLO rubrics/learning outcomes documentation to confirm whether or not criteria are present
54
When creating the table, highlight the first row (with the PLO numbers) and down to the final student row - select 'my table has headings', and once the table is created, remove the filters
55
56
In the first PLO column for the first student ID #, insert the following formula (replacing the variables): =AVERAGEIFS('VARIABLE Data'!$W:$W,'VARIABLE Data'!$A:$A,'VARIABLE Student'!$A[VARIABLE - first student number],'VARIABLE Data'!$G:$G,'VARIABLE Student'!$A$[VARIABLE - PLO matching the column],'VARIABLE Data'!$Z:$Z,"<>inactive")
57
The breakdown for the pieces in this formula:
58
Student SIS ID (column A) to ensure each student is counted only once while averaging each score
59
Learning Outcome Name (column G) to ensure that only that learning outcome is included - some assessments may cover multiple PLOs
60
Learning Outcome Rating Points (column W) to average the numbers applied to the appropriate PLO
61
Enrollment State (column Z) to ensure that the data only looks at students who are enrolled properly
62
63
Repeat this formula, replacing variables as appropriate, for each PLO for each student
64
65
If there are criteria present: Use the above formula for each criteria cell and use the following formula for the overarching PLO columns: =AVERAGEIF(Table[VARIABLE][@[VARIABLE]:[VARIABLE]],"<>#DIV/0!")
66
Essentially, this formula averages the scores for each criteria - currently, we do not include weighted scoring, so this is a flat average.
67
68
An example of a completed table (without criteria) is present on the 'Mock Student' sheet
69
70
Finally, insert a copy of the results table (located in the Mock Student sheet) and adjust the table and formulas to reflect the PLOs and assessment scores.
71
For averages, .5 and higher rounds up; ex, 2.5 counts as a 3
72
73
If this table was copied, the percentages and totals should calculate automatically. If not, follow the same pattern as the course table from Mock Condensed instructions
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100