I have a weird one here (and I wonder if I'm being dumb) but a client has requested question feedback to be only displayed on click of 'Show feedback' and not automatically as a result of submitting an answer. Is there any way of doing this? If I'm not being dumb I imagine it's not straightforward…
It's not something that's available 'out of the box', no.
If you're comfortable with doing this sort of thing, you could probably do something like amend adapt-contrib-tutor so that it ignores the first questionView:showFeedback
event triggered by any question view. Although if you need to ensure that your course is accessible, there might well be a bit more work to do to ensure that the 'focus' goes to the 'show feedback' button.