Ross
|
c34dcdfd5e
|
improve surverys
|
2026-06-29 09:35:12 +01:00 |
|
Ross
|
79ba4db4bf
|
add simple survey support
|
2026-06-29 09:04:28 +01:00 |
|
Ross
|
6bb9441748
|
smoke test the rest of the apps
|
2026-06-10 22:05:12 +01:00 |
|
Ross
|
2aff9516ac
|
feat: Enhance security by adding @login_required to multiple views and replacing print statements with logger.debug
Co-authored-by: Copilot <copilot@github.com>
|
2026-04-30 21:35:08 +01:00 |
|
Ross
|
fb9952e7aa
|
Replace FilteredSelectMultiple with ExamSearchWidget for exams field in multiple forms
|
2026-02-16 10:54:39 +00:00 |
|
Ross
|
1f5931aab2
|
Refactor question search template: rename and move to sbas_search.html
|
2026-02-09 12:50:31 +00:00 |
|
Ross
|
6d5303cd0d
|
Update exam scores URL for clarity and remove commented-out paths
|
2026-02-02 17:11:12 +00:00 |
|
Ross
|
e3241b503d
|
Refactor exam take help template for improved readability and structure
|
2026-02-02 16:54:49 +00:00 |
|
Ross
|
04174484b1
|
Refactor exam take help template for improved URL handling and readability
|
2026-02-02 16:54:38 +00:00 |
|
Ross
|
168a4126d3
|
Refactor exam start template for improved readability and URL handling
|
2026-02-02 16:51:56 +00:00 |
|
Ross
|
a882a3592b
|
Add debug logging for exam take view to track user actions
|
2026-02-02 16:38:47 +00:00 |
|
Ross
|
a512c2ba09
|
Refactor HTML formatting to use mark_safe for safe rendering in various tables and models
|
2026-01-28 14:28:36 +00:00 |
|
Ross
|
a61c8529ae
|
Clean up whitespace in various template files for consistency
|
2026-01-26 12:49:04 +00:00 |
|
Ross
|
a667566db6
|
Remove unused partials loading from various template files
|
2026-01-26 12:43:11 +00:00 |
|
Ross
|
048168e87d
|
Add user-related collections feature with HTMX support and timestamps for collections
|
2026-01-26 11:07:15 +00:00 |
|
Ross
|
8ac292eb0c
|
Add ExamUserStatus logging for exam completion and start events
|
2025-12-22 11:35:09 +00:00 |
|
Ross
|
fd6e25d55e
|
more ninja fixes
|
2025-12-01 13:31:02 +00:00 |
|
Ross
|
f55bb1b18e
|
Refactor exam navigation: enhance layout and accessibility by replacing links with a responsive navbar structure
|
2025-11-17 12:02:21 +00:00 |
|
Ross
|
0d4d4f1dc0
|
Add option to reveal respondent identities in exam review responses
|
2025-11-10 10:16:11 +00:00 |
|
Ross
|
3a40a5087d
|
Add management command to normalize Question HTML fields by unwrapping single <p> tags
|
2025-11-10 10:11:05 +00:00 |
|
Ross
|
921cc53667
|
Refactor exam review question summary layout for improved alignment and text wrapping
|
2025-11-10 10:01:58 +00:00 |
|
Ross
|
53ff56edc0
|
Add clean method to QuestionForm to unwrap single <p> tags from TinyMCE HTML fields
|
2025-11-10 10:00:42 +00:00 |
|
Ross
|
e078b5a98f
|
Refactor exam review templates and views to improve response summary display and handle unanswered responses
|
2025-11-10 09:58:02 +00:00 |
|
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 |
|