Setup project for teaching-stats.
This project has been tested only under Ubuntu 20.04 LTS.
The project is still under development and has not been completed yet. Please, refer to each release description for further information.
git clone --recurse-submodules https://github.com/FherStk/teaching-stats-setup.git
cd teaching-stats-setup
sudo ./install-localhost.sh
and follow the instructions.Only open surveys allows the participants to join and answers.
sudo ./config.sh survey open
sudo ./config.sh survey close
Only staff members will be able to query for results.
sudo ./config.sh staff add <email> <name> <surname>
sudo ./config.sh staff remove <email>
The participants can only answer once, this will clear this data so every participant will be ablte to answer again, but no data will be erased (so duplicated answers can be collected).
sudo ./config.sh survey restart
The list of trainers, students and the subjects assigned to each of them will be erased, including the participation data. No participant will be able to joint the survey till this data became reintroduced into the system.
sudo ./config.sh survey reset
sudo ./start.sh