TLDR: I need the easiest way to present a text snippet to the student once all tests pass.
I love Coderunner and most of the questions in my python course now use it.
We are using a gamification concept (using the stash plugin) and students get little collectible rewards (coins) when they successfully solve certain questions.
What I need to do is to show a shortcode to them, i.e.
[stashdrop secret="5Fx4vL" text="Take coin" image]
For all other question types that is no problem but as there is no specific feedback field in CR and the general feedback does not work I found no way to accomplish this.
I have searched in this forum and found related discussions that all lead to some very complicated solutions.
Before I look into this, I would like to confirm if it is really necessary to code custom test evaluation or question templates to accomplish this goal.