Certain things like animations and effects are really easy to do in Construct. Other things, like scrolling lists are MUCH more difficult than in an app-building IDE. It took me a long time and over a hundred small Construct projects before I attempted to make a scrolling list in Construct, and I’m still not 100% satisfied with the look and feel.
For a quiz app, if you are okay with single screens and no scrolling, all you need to do is add sprites and a “Touch” object to the layout, then in the event sheet, use an “On Touched Object” event on each sprite to do some action, like popup another sprite that says “Correct!”, or “Try Again!” You can then go to another layout for the next question.
For an example of this built in Construct, check out my site simbucket.com/chemthinkserver/chemthink/index.html . It is free, and you can log in as a guest.