patch_pb_versions: 0.2.25, 0.2.26, 0.2.28, 0.2.29
<2023-08-08 21:06:16> Changes
- added random model import to quizutils
- added some simple challenge question to guard against bots on registration page
- adding a New Question button on admin_question_edit.html
- fixed createUniqueQuiz...working and added error test for missing category question(s)
- updating some last minute todo.org items
- updated quiz_type table with a description column
- finally got the foreignkey relationship working in quizzes table
- adjusting the subjects table and connecting the user_quizzes to user dashboards
- added a searchable field to quiz_in_progress admin table
- updated helper function to add columns in prod quizzes table and user_quizzes
- changed quizutils test to shuffle unique quiz from pool
- add match-token to pick up number choices
- fixed sql commenting and adjusted answer token a little to pull in more answers
- working tnew1parse.el using edebug
- update single question edit form to pick u
patch_pb_v0.2.26
<2023-07-10 09:45:23> Changes
- Added Release Notes: Adding Editing and Updating
pre-beta_0.2.25
<2023-07-07 00:01:40> Changes
- Save quiz in progress %95 working.
- 9 WAC/RCW quizes.
- working quiz_results connected to quiz and user
- stats menu that show all quiz results
- new user creates default quizes.
- wrong answers tracking. SRS (spaced repletion sys)
- Improved db migration by version number based on git tag.
- Lots of tables added.
- Lots of tables changed.