Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

9.1quiz_dash - Monitor in real time and correct with quiz_dash - šŸ§‘ā€šŸ«šŸ«Ā¶

As described above, you can load the results table at the terminal level and perform all the tests and statistics you want. However, it is easier to use a small graphical utility to do this. This monitoring and analysis dashboard is available here:

https://jfb-quizdash.streamlit.app/

šŸ›  In addition to cloud deployment, the application can also be installed locally using from pypi by

pip install quiz-dash 

šŸ›  or from git

pip install git+https://github.com/jfbercher/labquiz.git#subdirectory=quiz_dash

An entry point is provided, allowing it to be used directly from the command line by simply invoking quiz_dash.

Based on the Google Sheet URL specification, the associated read password, and the YAML file containing the answers, this dashboard allows you to:

Some screenshots of actual monitoring:

quiz_dash

FigureĀ 27:quiz_dash -- Entering monitoring/correction configuration parameters

quiz_dash

FigureĀ 28:quiz_dash -- Integrity monitoring

quiz_dash

FigureĀ 29:quiz_dash -- Monitoring of quizzes taken by students and the group. Automatic refresh possible and adjustable (student names have been hidden)

quiz_dash

FigureĀ 30:quiz_dash -- Automated correction, with the option to adjust the scoring system (automatic recalculation); (student names have been hidden). Of course, the results table can be downloaded.

quiz_dash

FigureĀ 31:quiz_dash -- Individual correction can be generated for a student.

quiz_dash

FigureĀ 32:quiz_dash -- Individual reports can be downloaded so that you can distribute them to the students.

quiz_dash

FigureĀ 33:quiz_dash -- Participation analytics: detects and quantify early attempts, late attempts, retakes after the main session, etc.

Since version 1.1, quiz_dash

Since version 0.9.6, quiz_dash

Since version 0.9, quiz_dash