Wiki-Quellcode von Richtig Falsch-Kennzeichnung ausblenden
Version 62.1 von Carina Enke am 24.02.2021
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{sv-translation language="de"}} | ||
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. | ||
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} | ||
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 | {{/sv-translation}} | ||
63 | |||
64 | {{sv-translation language="en"}} | ||
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 is to 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 is **to be prevented only for specific questions**, this can be achieved using CSS markup. | ||
68 | |||
69 | [[image:attach:Ausgeblendete Richtig-Falsch Icons_de.png]] | ||
70 | |||
71 | \\ | ||
72 | |||
73 | (% class="wrapped" %) | ||
74 | |((( | ||
75 | (% class="content-wrapper" %) | ||
76 | ((( | ||
77 | **Hide right/wrong marking** (no red or green tick and no red cross will be displayed) | ||
78 | |||
79 | To do this, use the following CSS statement: | ||
80 | |||
81 | {{code}} | ||
82 | .evaluation {display: none} | ||
83 | {{/code}} | ||
84 | ))) | ||
85 | )))|((( | ||
86 | (% class="content-wrapper" %) | ||
87 | ((( | ||
88 | [[image:attach:Testdurchführung - alle Icons per CSS ausblenden_de.png]] | ||
89 | ))) | ||
90 | ))) | ||
91 | |((( | ||
92 | (% class="content-wrapper" %) | ||
93 | ((( | ||
94 | (% class="auto-cursor-target" %) | ||
95 | **Hide marking for correct answers** (no red tick will be displayed) | ||
96 | |||
97 | (% class="auto-cursor-target" %) | ||
98 | To do this, use the following CSS statement: | ||
99 | |||
100 | {{code}} | ||
101 | .notansweredbutcorrect {display: none} | ||
102 | {{/code}} | ||
103 | ))) | ||
104 | )))|((( | ||
105 | (% class="content-wrapper" %) | ||
106 | ((( | ||
107 | [[image:attach:Testdurchführung - Icon per CSS ausblenden_de.png]] | ||
108 | ))) | ||
109 | ))) | ||
110 | |||
111 | Save the statement 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. | ||
112 | {{/sv-translation}} |