vignettes/D_hosting_on_shinyappsio.Rmd
D_hosting_on_shinyappsio.Rmd
This document describes hosting the grading app on shinyapps.io.
The following assumes that you will be hosting the submission system
on RStudio’s shinyapps.io
service. For alternatives, see
the end of the document. One problem with shinyapps.io
is
the fact that you can’t easily store files.
You can deploy everything with this command.
deploy_quizgrader()
This function takes the submission app file, the and places them to the Shiny server. Students should now be able to go to the website (e.g. shinyapps.io`) and, after entering their identifying information, upload their quiz.
The submission will be checked to make sure it is not past the due
date or the number of allowed submissions has been exceeded. Then the
quiz is graded by comparing the student submissions with those in the
complete quiz files, the grade is recorded in the form of a score, and
students are provided with immediate feedback on which questions they
did get right and which they didn’t. Anything entered into the
feedback
column is also displayed. In addition, students
can see information about their cumulative performance so far.
Note that as long as any password is missing from the student list,
the app will display a not ready for submission
message.
One
https://shiny.rstudio.com/articles/persistent-data-storage.html