• v3.5 d8ba336451

    Ghost released this 2026-03-24 03:37:29 +01:00 | 477 commits to main since this release

    • 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.)
    Downloads