Skip to content

Files

Latest commit

author
rajfly
Apr 4, 2023
425e415 · Apr 4, 2023

History

History
15 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 409 Bytes

immediate-feedback-quiz

A simple python based application designed to give immediate feedback to participants for a quiz on army ants.

Install and run

# install
conda create -y -n quiz python=3.9 && conda activate quiz
pip install pandas

# run for each participant
python quiz.py

# run after everyone has taken the quiz to combine results from all participant csv files
pytnon combine.py