Questy FLOVE dev is the Questy skill's HTML form — a demonstrative home applied to the Flove.org project (parent of questy) — and it imports your own questy surveys: a Markdown survey file, or your answers as JSON (standard below).
Surveys apply live — pick one and its questions appear immediately. The colour bars narrow by perspective, and replies / pending narrow by answering state; those three stay staged until you press Go.
Replies are kept on the question cards. A pick that differs from the loaded default glows red and is marked as changed in the exports; a pick that matches the loaded reply does nothing extra.
Surveys — Markdown (.md). Repeating blocks, one question each:
question: opens a question (text after the colon), option: adds an
answer (an optional (description in parentheses) becomes its hint, or a following
description: sets it), multi: true switches to multi-select,
suggest: lists comma-separated suggestions, and colour:/hat:
sets the thinking-hat bar colour (facts · heart · risk · optimism · creative · make). Each new
question: closes the previous one. Imported questions are clickable, mix with the
built-in packs, and persist on this device.
Answers — JSON (.json). The answers standard, re-imported with the
Re-import answers button to merge your saved replies back into the cards — each question
id maps to its picked options, and a ':txt'-suffixed key carries the free-text note:
{
"questy-q1": ["yes — per focused type"],
"questy-q1:txt": "keep single decisions simple",
"blogy-q2": ["drafts-first until OK"],
"narraty-q1": ["piper neural TTS", "a recorded one"]
}