Question About Click Quiz

Submitted by LegoBuilderOne on March 9, 2026
Hello everyone,

I'm remaking a quiz that was Multiple Choice but I'm turning it into a Click Quiz (using advice from LuckyCat). The two options begin with Yes and No, and I want Yes to come before No, but I can't find a way to change it - No comes before Yes. Is there any way to change this?

Thanks!

LegoBuilderOne

6 Comments
+3
Level 72
Mar 9, 2026
iirc there is not an "alphabetical" option (sadly), but you can number them; but "1. Yes" and "2. No" to set one before the other.

In all, I don't think it's extremely important to have Yes come before the No. But numbering is the best way to do so I believe.

+3
Level 61
Mar 9, 2026
You could be a little sneaky and wrap 'yes' in a div tag, and 'no' in a span tag. Then the alphabetical order kicks in and thinks 'yes' is before 'no'
+1
Level 55
Mar 9, 2026
How would I use those?
+2
Level 83
Mar 10, 2026
Just give them random tags in the edit html part. Use triangle brackets. We can’t show triangle brackets in the comments, but they are the greater than or less than symbols. Do something like {number01}{text}Yes{/text}{/number01}

Except you use triangle brackets and not squiggly brackets.

+1
Level 55
Mar 11, 2026
I've tried that and it worked - here it is. Thanks everyone!
+1
Level 72
Mar 10, 2026
Yo I think there's an alphabetical option now