Hiding Right/Wrong Tags for Single Questions (CSS)
The right/wrong tagging in ONYX is done with the icons for correct and incorrect answers. For some questions, users can derive correct solution from the tags. If no right/wrong tagging shall be carried out in the entire test, it can be configured in the question assessment settings by enabling the option "points achieved".
If tags in the test shall be prevented for specific questions only, this can be achieved by using a CSS markup. This is possible for all other automatically evaluable question types except for the Hotspot task type.
How to hide right/wrong tags
Hiding right/wrong tags means that there will not be any red or green check mark and no red cross displayed.
If you wish to do so, use the following CSS code:
How to hide the tag for correct answers
Hiding the tag for correct answers means that there will no red check mark be displayed.
To do this, use the following CSS code:
How to add a CSS file to a question or test
Save your statements in a CSS file (.css). Now you can upload this file as an external file in the Options tab under Advanced settings. Detailed instructions on this can be found here Set Options.
Please note:
- If the CSS file is uploaded to a question, it will affect the layout of such.
- If the CSS file is uploaded to a test, all selection tasks of the entire test are designed accordingly.
- If the Show all questions of a section per page option is activated on the test, a CSS file on an individual question affects all questions in the same section.