Using (petite) Vue in Hype

Crude example of a Questionnaire in Hype Petite Vue. Could obviously be done even nicer with subcomponents and symbols, but I wanted to keep this example simple.

Download:
HypePetiteVue_Questionnaire.hype.zip (78,6 KB)

Update and hints:
Made some minor updates as reactivity does update immediately when influencing values. Also, I added a correct answer feedback with a simple checkmark. Another hint is that v-show influences display and can interfere with subsequent calls. I used visibility instead.

2 Likes