This function opens a Shiny app called quizmanager_app with a menu that allows the user to perform all relevant quiz management operations.

quizmanager(courselocation = NULL)

Arguments

courselocation

Path to main course directory

Details

Run this function with no arguments to start the main menu (a Shiny app). You can also provide a path to an existing course directory.

Author

Andreas Handel

Examples

if (FALSE) quizmanager()