Richtig Falsch-Kennzeichnung ausblenden
Die Richtig/Falsch-Kennzeichnung erfolgt in ONYX immer mit den Richtig-/Falsch-Icons. Für einige Aufgaben kann der Nutzer aus dieser Kennzeichnung die korrekte Lösung ableiten. Soll im gesamten Test keine Richtig-/Falsch-Kennzeichnung erfolgen, ist dies über die Einstellung zur Aufgaben-Auswertung durch die Einschränkung auf "Erreichte Punkte" möglich.
Soll die Kennzeichung im Test nur für einzelne Aufgaben unterbunden werden, kann man dies über eine CSS-Auszeichnung erreicht werden. Mit Ausnahme des Aufgabentyps Hotspot ist dies für alle anderen automatisch auswertbaren Aufgabentypen möglich.
Richtig-/Falsch-Kennzeichnung ausblenden (kein rotes oder grünes Häkchen und kein rotes Kreuz anzeigen) Verwenden Sie folgende CSS-Anweisung: .evaluation {display: none !important;} | |
Richtig-Kennzeichnung ausblenden (kein rotes Häkchen anzeigen) Verwenden Sie folgende CSS-Anweisung: .notansweredbutcorrect {display: none;} |
Speichern Sie die Anweisung in einer CSS-Datei (.css). Fügen Sie die CSS-Datei dem Aufgabeninhalt hinzu, indem Sie die CSS-Datei als Stylesheet-Datei im Tab Optionen im Abschnitt Layout-Einstellungen hochladen.
The right/wrong marking in ONYX is always carried out with the icons for correct and incorrect answers. For some questions, the user can derive the correct solution from this marking. If no right/wrong marking shall be carried out in the entire test, this can be configured in the question assessment settings by enabling the option "points achieved".
If the marking 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 task types except for the Hotspot task type.
Hide right/wrong marking (no red or green tick and no red cross will be displayed) To do this, use the following CSS code: .evaluation {display: none!important;} | |
Hide marking for correct answers (no red tick will be displayed) To do this, use the following CSS code: .notansweredbutcorrect {display: none} |
Save the code in a CSS file (.css). Then add the CSS file to the question content by uploading it as a style sheet file to the Layout settings section in the Options tab.