ubc / vizit2

Course Visualization for Instructional Teams (VizIT): An R package and Shiny app for visualizing data from student engagement in edX courses.
https://ubc.github.io/vizit2/
MIT License
1 stars 0 forks source link

Sometimes problems data is available in BQ but it doesn't show up after the R wrangling. Investigate. #40

Open davidklaing opened 6 years ago

davidklaing commented 6 years ago

There was one case in which there were completion check questions but no MC questions. In our validate statement in problemModule.R, we needed to add an extra condition to account for these cases and prevent a red error message where really all we needed was "No multiple choice questions found."