-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathinfo.xml
More file actions
47 lines (42 loc) · 2.28 KB
/
info.xml
File metadata and controls
47 lines (42 loc) · 2.28 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<info>
<author>David Wiley
<email>david@lumenlearning.com</email>
</author>
<url>https://github.com/LearnSphere/WorkflowComponents/tree/dev/RISE</url>
<date>November 12, 2018</date>
<abstract>This R component helps you conduct <b>RISE</b> analyses as described in the paper *Bodily, R., Nyland, R., and Wiley, D. (2017). The RISE Framework: Using Learning Analytics to Automatically Identify Open Educational Resources for Continuous Improvement. International Review of Research on Distance and Open Learning, 18(2).* DOI: http://dx.doi.org/10.19173/irrodl.v18i2.2952.
<br/>
<br/>
The purpose of a RISE analysis is to help an instructional designer / learning scientist / course developer / instructor quickly identify portions of a course that aren't supporting learning as effectively as they would like. When course materials are licensed as "open educational resources" (http://opencontent.org/definition/), materials identified through RISE analysis can be iteratively enhanced through a process of continuous improvement. Special attention should be given to outcomes classified in quadrant four (at the bottom right), where students are spending more time than average using resources but performing below average on associated assessments. For more detail, please refer to the article.
<br/>
<br/>
Before a RISE analysis can be performed, a course must have:
<ul>
<li>clearly defined learning outcomes,</li>
<li>each piece of content (text, video, interactive, etc.) aligned to an outcome,</li>
<li>each individual assessment item aligned to an outcome, and</li>
<li>data about content use and assessment performance by outcome.</li>
</ul>
<br/>
Additional documentation for RISE can be found in <a href="https://github.com/lumenlearning/rise">GitHub</a>.
<br/>
</abstract>
<description></description>
<inputs>
<b>tab-delimited</b> input data with the following three columns:
<ul>
<li>outcome name</li>
<li>average score on all assessments for the specified outcome</li>
<li>average views of each learning resource for the specified outcome</li>
</ul>
</inputs>
<outputs>
<ul>
<li><b>tab-delimited</b> The original input data with RISE analysis columns appended.</li>
<li><b>image</b> A PDF of the generated RISE plot.</li>
</ul>
</outputs>
<options>
</options>
</info>