Domain Quiz Lessons
[2026-02-08 22:20:58] Uvilo quiz JSON files use literal UTF-8 characters for typographic apostrophes (U+2019 ’), not Unicode escape sequences (\u2019). When fixing typography, use the literal character to match the existing pattern in all quiz files. Python’s json.dump with ensure_ascii=False preserves literal UTF-8 characters correctly.
[2026-02-09 20:13:01] Do not bump quiz version or slug unless explicitly asked. Version is managed by the user, not by the assistant on each edit.