First of all: Hello everybody. I am glad to be here.
Second: I am using Sugarcube to create a quiz.
I want to mark the correct answers to be marked by a symbol which should not be printed when providing the answers.
So, for example, a correct answer would be written as "~true". However, on screen, the user should only see "true".
How do I get twine to display only "true", while still having "~true" to process the actual answer in the code?