R/func_progression_plot.R
progression_plot.Rd
Plot the Progression of the Students in the Data Science Exercises
progression_plot(login, course, module = NULL, sdd_url)
The student (GitHub) login.
The institutional identifier of the course, e.g., "S-BIOG-015".
The module to restrict to, or NULL for all modules in the course.
The URL to the SDD MongoDB database.
This function is used for its side-effect of plotting a chart comparing the student and the class progression.
#progression_plot(<insert_login_here, "S-BIOG-015",
# module = NULL, sdd_url = "mongodb://127.0.0.1:27017/sdd")