Title: | Conduct RISE Analysis |
---|---|
Description: | Implements techniques for educational resource inspection, selection, and evaluation (RISE) described in Bodily, Nyland, and Wiley (2017) <doi:10.19173/irrodl.v18i2.2952>. Automates the process of identifying learning materials that are not effectively supporting student learning in technology-mediated courses by synthesizing information about access to course content and performance on assessments. |
Authors: | David Wiley [aut, cre], Lumen Learning [cph] |
Maintainer: | David Wiley <[email protected]> |
License: | MIT + file LICENSE |
Version: | 1.0.4 |
Built: | 2024-11-12 05:41:38 UTC |
Source: | https://github.com/lumenlearning/rise |
Conduct RISE analysis to automatically identify learning outcomes whose learning resources or assessments might benefit from continuous improvement efforts.
rise(df, visual = FALSE)
rise(df, visual = FALSE)
df |
A dataframe containing three columns: outcome name, avg score on aligned assessmets, and average views of aligned learning resources. The columns in the data frame must be in exactly this order. |
visual |
When this argument is FALSE (the default), the function returns an annotated data frame with RISE information in the final two columns. When this argument is TRUE, the function returns a ggplot2 graph of the RISE diamond. |
Returns either an annotated data frame or a graph, depending on the value of visual.
library(ggplot2) rise(sample_df, visual = TRUE)
library(ggplot2) rise(sample_df, visual = TRUE)
Seven learning outcomes, average scores on aligned assessments, and average number of views of each aligned resource.
sample_df
sample_df
A data frame with 7 rows and 3 variables:
a learning outcome
average score on aligned assessments
average views per student of each aligned learning resource