Use less confusing terminology than yes/no

Yes/no is quite ambiguous. Correct/incorrect is more formal, but
clearer.

Right/wrong doesn’t feel quite right. Good/bad is definitely not right.
This commit is contained in:
Chris Hill-Scott
2016-06-20 15:59:39 +01:00
parent cc95f52f3f
commit be80c501d7

View File

@@ -5,10 +5,10 @@
Use double brackets to add personalisation.
</p>
<p>
Yes: ((name))
Correct: ((name))
</p>
<p>
No: ((Helen))
Incorrect: ((Helen))
</p>
</div>
</details>