Commit Graph

4437 Commits

Author SHA1 Message Date
Ross be94ed8d0f Refactor HTML structure and indentation in trainees bulk update template for improved readability 2025-10-27 14:35:59 +00:00
Ross 668007b899 Implement user search functionality with HTMX support for manual user selection in bulk updates 2025-10-27 14:32:03 +00:00
Ross 1c8f862303 Add user search functionality for manual trainee matching in bulk update 2025-10-27 14:26:55 +00:00
Ross 1f2a25c3ad Set 'UNREVIEWED' as the default selected option in review status dropdown 2025-10-27 14:21:09 +00:00
Ross 690cabe30c Update default status filter to return only unreviewed questions if not specified 2025-10-27 14:13:41 +00:00
Ross 4dc07b1860 Refactor trainees bulk update logic to improve user matching criteria and enhance clarity in code comments 2025-10-27 14:03:21 +00:00
Ross d9602eeae9 Add bulk update functionality for trainees from spreadsheet input 2025-10-27 13:07:50 +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
Ross 473efbc8f4 Add source display to question review and improve wording in review start template 2025-10-27 12:02:56 +00:00
Ross 6e8c86ab10 Add question review list view and template with filtering options 2025-10-27 12:00:05 +00:00
Ross 511b3c3777 Add skip and next buttons to question review with corresponding JavaScript functionality 2025-10-27 11:54:02 +00:00
Ross a38c31ca87 Fix template path for question review block and remove unnecessary form wrapper to prevent nested forms 2025-10-27 11:27:59 +00:00
Ross 74c5f4d8fd Enhance question review template with active filters and improved metadata display 2025-10-27 11:19:07 +00:00
Ross 621e95cfd5 Add question title field to QuestionForm and improve question review template for better feedback display 2025-10-27 10:56:51 +00:00
Ross 3dc38ef57a Add filters to question review rendering for improved context 2025-10-27 10:39:53 +00:00
Ross 27e575f772 Add QuestionReviewForm to question review view and update template to include form 2025-10-27 10:38:49 +00:00
Ross a404a335c0 Refactor question review template for improved readability and structure; enhance question title display and answer rendering 2025-10-27 10:28:40 +00:00
Ross 8380ca1dd9 Implement question review flow with category and status filters; add templates for review start, question display, and completion 2025-10-27 10:21:07 +00:00
Ross ec45464e58 Refactor volume mounts in docker-compose.yml for clarity and consistency 2025-10-27 10:07:35 +00:00
Ross 702b7b35a7 Refactor docker-compose.yml build context and add question review URL and view; create question_review.html template 2025-10-27 09:47:35 +00:00
Ross 4f72de6be9 Add styling for correct-answer badge to allow text wrapping 2025-10-26 21:08:19 +00:00
Ross 9c68c4ff1c Add HTMX trigger to close review modal after saving 2025-10-26 21:06:34 +00:00
Ross b26d31b216 Refactor docker-compose.yml to mount the entire repository and update question_review_form.html to render radio buttons for status choices. 2025-10-26 20:46:16 +00:00
Ross c2d6cfa78e add local dev docker 2025-10-26 19:30:48 +00:00
Ross e687b55e6a Enhance QuestionReviewForm by adding autofocus to comment field and improve status button rendering with active state 2025-10-25 17:28:50 +01:00
Ross d19e937bd4 Enhance QuestionReviewForm layout with Bootstrap styling for status buttons and improve comment field presentation 2025-10-22 22:05:33 +01:00
Ross fa68034f03 Add 'In Progress' status to QuestionReview model for enhanced tracking 2025-10-22 22:02:38 +01:00
Ross 68f45c8561 Refactor QuestionReviewForm to use RadioSelect for status and update template for improved layout 2025-10-22 22:01:49 +01:00
Ross be68fcd0b9 Add QuestionReviewForm for handling question review submissions and update views for form integration 2025-10-22 22:00:05 +01:00
Ross e819645278 Remove Edit and Cancel buttons from review templates for cleaner UI 2025-10-22 21:56:11 +01:00
Ross 9efec6b79b Update button label for reviews history and relocate modal definition for clarity 2025-10-22 21:53:37 +01:00
Ross 3fb5bc2ae8 Add hx-trigger attribute to History button for improved interaction 2025-10-22 21:48:19 +01:00
Ross 6700c6a7d2 Add question reviews functionality with modal display and listing 2025-10-22 21:39:19 +01:00
Ross 55621b2dcc Refactor question review and form templates to use innerHTML for HTMX swaps, enhancing dynamic content updates 2025-10-22 21:32:57 +01:00
Ross b417266e56 Add QuestionReview model and implement review functionality with HTMX integration 2025-10-22 21:00:01 +01:00
Ross 6d589ef630 Add QuestionReview model and link to QuestionBase for enhanced review functionality 2025-10-22 20:15:20 +01:00
Ross 8addc900f5 Refactor exam overview layout to enhance responsiveness and integrate action buttons for improved user interaction 2025-10-21 22:47:22 +01:00
Ross a055e138c4 Enhance exam overview layout with responsive design improvements and candidate count buttons for better user interaction 2025-10-21 22:32:40 +01:00
Ross 132f3c48c9 Add hx-disabled-elt attribute to exam status buttons for improved user experience 2025-10-20 23:11:31 +01:00
Ross 07f121fb69 Refactor exam status display to use buttons for publish results and exam active states, enhancing user interaction and visual clarity. 2025-10-20 23:03:40 +01:00
Ross c7fa3a096c Enhance question display in exam overview by adding question titles and improved numbering format 2025-10-20 22:58:54 +01:00
Ross 196d472608 Add question numbering to exam overview for better clarity 2025-10-20 22:55:25 +01:00
Ross 1a04064e6b Refactor exam overview layout for improved readability and structure, enhancing question display with better styling and organization. 2025-10-20 22:53:35 +01:00
Ross a49f198d26 Add render_best_answer method to capitalize first character of best_answer 2025-10-20 22:49:37 +01:00
Ross 8663482a6b Enhance QuestionFilter with title and stem search capabilities and update fields in Meta class 2025-10-20 22:42:16 +01:00
Ross 5e4fea38d7 Fix layout issue by closing div tag for import items in preview 2025-10-20 22:36:47 +01:00
Ross 45e50e9e93 Enhance import preview functionality with editable fields and overlay logic for payload updates 2025-10-20 22:35:01 +01:00