Commit Graph
434 Commits
Author SHA1 Message Date
Ross 390f6f098d Enhance exam review question fragment by ensuring safe rendering of question and answers, improving layout for answer feedback, and refining button alignment for better UI consistency. 2025-11-10 09:14:17 +00:00
Ross 3c31246636 Update progress bar colors to use bg-danger for incorrect answers in exam review summary 2025-11-09 22:27:28 +00:00
Ross dd55f999f7 Remove unnecessary check for defined exam_user_answers in responses fragment 2025-11-09 22:23:33 +00:00
Ross a6f5ed4c88 Enhance exam review UI with detailed response summaries and progress bars for answer choices 2025-11-09 22:21:08 +00:00
Ross 3e9a96d99f Add HTMX-based aggregated response summary for exam questions 2025-11-09 22:09:23 +00:00
Ross 092c4a1be6 Add aggregated response summary and user answer filtering in exam review 2025-11-09 22:06:56 +00:00
Ross ae720662f7 Implement HTMX-based loading of exam question responses and add corresponding view and URL routing 2025-11-09 22:01:57 +00:00
Ross c89c14b89e Add display of user responses with correctness indication in exam review 2025-11-09 21:54:51 +00:00
Ross e6a01cb1b5 Enhance exam review question fragment to display detailed answers and feedback with correct answer indication 2025-11-09 21:52:41 +00:00
Ross fd8edd3cc3 Refactor exam review fragment inclusion to support app-specific templates and improve HTMX handling 2025-11-09 21:41:02 +00:00
Ross d26cac04a7 Add exam review links to navigation in multiple templates 2025-11-08 22:05:52 +00:00
Ross bd0859cce0 Add HTMX indicator for import form to enhance user feedback during submission 2025-11-07 21:53:03 +00:00
Ross 2bf74ea297 Fix event listener closure in LLM prompt view for proper feedback handling 2025-11-07 21:51:55 +00:00
Ross ccb27af697 Add search questions link to the navigation menu 2025-11-05 22:20:43 +00:00
Ross dfdba4cce6 Add question search functionality with HTMX support for dynamic results 2025-11-05 22:19:24 +00:00
Ross b08154f804 Refactor index.html layout for improved responsiveness and user navigation; update QuestionForm to use responsive columns for better display on small screens. 2025-11-03 13:47:03 +00:00
Ross 6d02b35f86 Add Crispy Forms integration to QuestionForm and update question_form template for improved layout and usability 2025-11-03 13:39:35 +00:00
Ross aff8d205ed Remove filter options section from user view template and update permission checks in toggle function 2025-11-03 11:44:14 +00:00
Ross e58f070ae2 Enhance question review functionality with latest review status annotation and display in templates 2025-11-03 11:37:09 +00:00
Ross 7a00efdf39 Add filtering option for questions reviewed by the current user in question review list 2025-11-03 11:21:17 +00:00
Ross e173427d84 Fix HTML escaping for question titles in question review list 2025-11-03 11:11:13 +00:00
Ross 206f0afd32 Refactor QuestionTable to inherit Meta options from SelectionTable for consistency 2025-11-01 21:42:33 +00:00
Ross 0e7307de18 Remove row selection controls from case and question table views for cleaner UI 2025-11-01 21:31:13 +00:00
Ross 57a3b02da3 Implement selection-enabled table base class and update QuestionTable to inherit from it 2025-11-01 20:45:59 +00:00
Ross ad4b06d691 Remove row-selector class from QuestionTable attributes for improved styling 2025-11-01 13:16:55 +00:00
Ross b1f0f9932f Add row selection functionality to question table view; enhance user interaction 2025-11-01 13:07:46 +00:00
Ross b32d265c2c Add buttons for copying and downloading prompts in LLM view; enhance user interaction 2025-11-01 08:27:19 +00:00
Ross 3805c701d3 Preserve existing skip value when navigating to the next matching item 2025-10-29 21:43:27 +00:00
Ross 76d0db0e94 Add FRCR toggle functionality to question detail view 2025-10-29 21:37:19 +00:00
Ross dca4ff249a Add 'frcr_appropriate' field to Question model for exam relevance 2025-10-29 21:03:01 +00:00
Ross ab29a7adf6 Enhance navbar usability with improved tap targets and mobile dropdown behavior 2025-10-28 21:11:25 +00:00
Ross 937edde023 Fix navbar collapse ID for proper functionality in base template 2025-10-28 21:06:38 +00:00
Ross 299ac317e3 Add search prompt to category search form and comment out submit button 2025-10-28 21:04:00 +00:00
Ross 85229124de Remove unused category and filter options from question overview page 2025-10-28 08:58:29 +00:00
Ross 2676cb49a1 Add advanced filtering options to question overview page 2025-10-28 08:40:21 +00:00
Ross 15791fa883 Enhance question overview filters to support multi-selection for categories, findings, structures, conditions, subspecialties, and presentations 2025-10-28 08:35:03 +00:00
Ross 15c243172d Add filtering options for findings, structures, conditions, subspecialties, and presentations in question overview 2025-10-28 08:23:42 +00:00
Ross 293b5b6682 Add question overview page with filtering options and counts by category 2025-10-28 08:15:10 +00:00
Ross 82ce6b0f93 Refactor exam_take.html for improved layout by making columns full-width and adjusting padding for better responsiveness 2025-10-28 07:51:07 +00:00
Ross 02e844006d t 2025-10-27 23:10:14 +00:00
Ross 4cce444153 Refactor exam_take.html for improved layout, accessibility, and user experience 2025-10-27 22:23:52 +00:00
Ross b10110d50f Refactor question_form.html for consistent formatting and improved readability 2025-10-27 21:33:14 +00:00
Ross 640f1841e6 Refactor docker-compose.yml for improved context and volume mounts; update question_form.html to conditionally include question details 2025-10-27 21:30:01 +00:00
Ross a491337a2e Add merge category functionality for admin users with confirmation prompt 2025-10-27 20:23:44 +00:00
Ross 65e95b698d Include active filters in navigation for review-next and skip actions 2025-10-27 17:01:46 +00:00
Ross 1f2a25c3ad Set 'UNREVIEWED' as the default selected option in review status dropdown 2025-10-27 14:21:09 +00:00
Ross 5d0eb56b37 Remove note about question review status from exam generation form 2025-10-27 13:00:09 +00:00
Ross 64238f4052 Add exam generation functionality with customizable name and filters 2025-10-27 12:58:13 +00:00
Ross ef26182b1a Refactor personal exam creation section for improved readability and structure 2025-10-27 12:42:34 +00:00
Ross 3f56af4881 Add functionality to create personal exams from filtered questions and update exam overview with edit option 2025-10-27 12:39:44 +00:00