pediatric-ai-scribe-v3/src
Daniel Onyejesi d8ba336451 Add Quill rich text editor, multi-select questions, per-field rich text toggle
- Replace textarea+toolbar with Quill.js (free, MIT) for body editor
  - Full WYSIWYG: headings, bold/italic, lists, blockquote, code, link (inline, no popup)
- Rich Text toggle button on each question text field and option text field
  - Plain textarea by default; toggle activates mini Quill editor per field
- New 'Multiple Select' question type: checkboxes, all correct must be chosen
  - Backend scoring: allCorrectChosen && noWrongChosen
  - Results show all correct options highlighted, wrong selections flagged
- quiz display uses sanitizeHtml for question/option text (supports formatted HTML)
- sanitizeHtml allows Quill class attrs (ql-indent, etc.)
2026-03-23 22:37:29 -04:00
..
db v3.1: Add Learning Hub with CMS, quizzes, and 3-role user system 2026-03-23 19:32:47 -04:00
middleware v3.1: Add Learning Hub with CMS, quizzes, and 3-role user system 2026-03-23 19:32:47 -04:00
routes Add Quill rich text editor, multi-select questions, per-field rich text toggle 2026-03-23 22:37:29 -04:00
utils Expand ROS/PE: pertinent negatives for WNL, clinical descriptions for abnormal 2026-03-23 23:45:09 +01:00