-
Notifications
You must be signed in to change notification settings - Fork 2
Archive
HALLOWEEN edited this page Aug 13, 2022
·
2 revisions
- Identifying potential cheaters by tracking their behaviors through mouse activities
- https://data.mendeley.com/datasets/r9zwb4tvg5/1
- https://zenodo.org/record/3479756
- https://data.mendeley.com/datasets/vznyfcx9xk/2
- https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/H4UQ2R
- https://www.impactcybertrust.org/dataset_view?idDataset=950
- continue google dataset search: key=
mouse dynamics
Fields in common: quiz_id, student_id, attempt_id, question_id, timestamp Models and their respective fields:
-
Blur:
x-y coordinate -
Focus:
x-y coordinate -
Copy:
content -
Paste:
content, location pasted - Left-click
- Right-click
- Double-click
- Heroku: connect to postgres by setting
heroku.yml
job's env to use secret postgres uri - Cleaning/ refactoring
- Update question and quiz endpoints to use the new Dependency functions
- branch
get-results-teacher
>rapid-dev
- pull main
- test GET "/quizzes/": crud.quiz.get_multi_by_participant: answers pulled doesn't come from the latest attempt'
- review and refactor crud methods for each model
- review and merge rapid-dev
- run https://pypi.org/project/black/ on main to clean the codebase
- add documentation to readme (either screenshot or convert interactive doc to html)
- gitignore logs
- Add initial-data option to get real-world quiz data from available APIs (and note to user that it requires internet connection)