-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathinfo.xml
More file actions
33 lines (28 loc) · 1.54 KB
/
info.xml
File metadata and controls
33 lines (28 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="UTF-8"?>
<info>
<author>Marsha Lovett
<email>lovett@andrew.cmu.edu</email>
</author>
<url>https://github.com/LearnSphere/WorkflowComponents/tree/dev/PerformanceDifferenceAnalysis</url>
<date>July 11, 2019</date>
<abstract>This workflow component calculates performance differences for an individual course, following <a href="https://arxiv.org/abs/1608.07565">Koester, Grom, & McKay (2016)</a> and <a href="https://journals.sagepub.com/doi/full/10.1177/2332858417743754">Matz et al. (2017)</a>
The target use case is calculating gendered differences (or other factor) in final grade for a target course (e.g., intro physics), esp relative to grades in other courses taken by
students in the target course.
<p>See <a href="https://pslcdatashop.web.cmu.edu/LearnSphere?workflowId=2344" target="_blank">demo</a> workflow.</p>
</abstract>
<description>
</description>
<inputs>A CSV file, including at least 4 columns (Ref to the Options section): Grade for Target Course, GPA in Other Units, Number of Units Factored into GPA and Anomaly Factor.
</inputs>
<outputs>
<b>A PDF file containing analysis graphs</b>
</outputs>
<options>
<ul>
<li>Grade for Target Course: allowed values are numbers or letter grades (A, B, C, D, F, R, W)</li>
<li>GPA in Other Units: units-weighted GPA (may be cumulative, as in McKay, or single semester), must be numeric values</li>
<li>Number of Units Factored into GPA, must be numeric values</li>
<li>Anomaly Factor: for example, student's gender</li>
</ul>
</options>
</info>