Version 76.1 von Carina Enke am 10.01.2024

Zeige letzte Bearbeiter
1
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6 {{/layout-cell}}
7 {{/layout-section}}
8
9 {{layout-section ac:type="single"}}
10 {{layout-cell}}
11 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.
12 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.
13
14 (% class="auto-cursor-target" %)
15 ==== [[image:attach:Ausgeblendete Richtig-Falsch Icons_de.png]] ====
16
17 (% class="wrapped" %)
18 |(((
19 (% class="content-wrapper" %)
20 (((
21 **Richtig-/Falsch-Kennzeichnung ausblenden** (kein rotes oder grünes Häkchen und kein rotes Kreuz anzeigen)
22
23 Verwenden Sie folgende CSS-Anweisung:
24
25 {{code}}
26 .evaluation {display: none !important;}
27 {{/code}}
28 )))
29 )))|(((
30 (% class="content-wrapper" %)
31 (((
32 (% class="auto-cursor-target" %)
33 [[image:attach:Testdurchführung - alle Icons per CSS ausblenden_de.png]]
34 )))
35 )))
36 |(((
37 (% class="content-wrapper" %)
38 (((
39 (% class="auto-cursor-target" %)
40 **Richtig-Kennzeichnung ausblenden** (kein rotes Häkchen anzeigen)
41
42 (% class="auto-cursor-target" %)
43 Verwenden Sie folgende CSS-Anweisung:
44
45 {{code}}
46 .notansweredbutcorrect {display: none;}
47 {{/code}}
48 )))
49 )))|(((
50 (% class="content-wrapper" %)
51 (((
52 (% class="auto-cursor-target" %)
53 [[image:attach:Testdurchführung - Icon per CSS ausblenden_de.png]]
54 )))
55 )))
56
57 (% class="auto-cursor-target" %)
58 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.
59 {{/layout-cell}}
60 {{/layout-section}}
61 {{/layout}}
62
63
64
65 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".
66
67 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.
68
69 \\
70
71 [[image:attach:Ausgeblendete Richtig-Falsch Icons_de.png]]
72
73 \\
74
75 (% class="wrapped" %)
76 |(((
77 (% class="content-wrapper" %)
78 (((
79 **Hide right/wrong marking** (no red or green tick and no red cross will be displayed)
80
81 To do this, use the following CSS code:
82
83 {{code}}
84 .evaluation {display: none!important;}
85 {{/code}}
86 )))
87 )))|(((
88 (% class="content-wrapper" %)
89 (((
90 [[image:attach:Testdurchführung - alle Icons per CSS ausblenden_de.png]]
91 )))
92 )))
93 |(((
94 (% class="content-wrapper" %)
95 (((
96 (% class="auto-cursor-target" %)
97 **Hide marking for correct answers** (no red tick will be displayed)
98
99 (% class="auto-cursor-target" %)
100 To do this, use the following CSS code:
101
102 {{code}}
103 .notansweredbutcorrect {display: none}
104 {{/code}}
105 )))
106 )))|(((
107 (% class="content-wrapper" %)
108 (((
109 [[image:attach:Testdurchführung - Icon per CSS ausblenden_de.png]]
110 )))
111 )))
112
113 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.