If you wanted something more advanced, I’d create a widget that represents a single question and have four of those widget added to a parent container. This way you can very easily adjust what and how each line displays its text.
When the next question gets selected, we feed those widgets relevant data.
Do tell if any this gives you a headache, I believe I could cobble something similar for you to take apart and take it from there.
edit: Thinking about it, I believe I’ve done it once or twice already, it’s somewhere on Answer Hub but I can’t find it, as per usual.
edit2: had to Google it, ‘quiz’ was the keyword AH could not handle:
Sadly the project link is no longer valid, but there’s plenty of examples about handling something very similar.
Hope it helps a little but do tell if it does not.