| # !/bin/bash | |
| # Student Time Gap Distribution | |
| python plot_timegap_distribution.py \ | |
| --bin-time 5 \ | |
| --plot-upper-limit-minutes 240 | |
| # Student Attempt Distribution | |
| python plot_student_attempt_distribution.py \ | |
| --bin-time 1440 | |
| python plot_student_attempt_distribution.py \ | |
| --bin-time 10800 | |
| python plot_student_attempt_distribution.py \ | |
| --bin-time 43200 | |
| # Total Time Distribution | |
| python plot_totaltime_distribution.py \ | |
| --bin-time 10800 | |
| # Preprocess | |
| python process_to_single_file.py \ | |
| --grouping-time 10800 |