Version 70.1 von Carina Enke am 19.05.2020

Zeige letzte Bearbeiter
1 {{sv-translation language="de"}}
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6
7 {{details}}
8 (% class="wrapped" %)
9 |=(((
10 Verantwortlicher
11 )))|(((
12 \\
13 )))
14 |=(% colspan="1" %)(% colspan="1" %)
15 (((
16 Status
17 )))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
18 (((
19 (% class="content-wrapper" %)
20 (((
21 {{sv-metadata type="workflow-status"/}}
22
23 {{status colour="Green" title="Fertig"/}}
24 )))
25 )))
26 |=(% colspan="1" %)(% colspan="1" %)
27 (((
28 Varianten
29 )))|(% colspan="1" %)(% colspan="1" %)
30 (((
31 (% class="content-wrapper" %)
32 (((
33 {{sv-metadata type="variants"/}}
34 )))
35 )))
36 |=(% colspan="1" %)(% colspan="1" %)
37 (((
38 Attribute
39 )))|(% colspan="1" %)(% colspan="1" %)
40 (((
41 (% class="content-wrapper" %)
42 (((
43 {{sv-metadata type="attributes"/}}
44 )))
45 )))
46 |=(% colspan="1" %)(% colspan="1" %)
47 (((
48 Pagekey
49 )))|(% colspan="1" %)(% colspan="1" %)
50 (((
51 (% class="content-wrapper" %)
52 (((
53 {{sv-metadata type="pagekey"/}}
54 )))
55 )))
56 |=(% colspan="1" %)(% colspan="1" %)
57 (((
58 Übersetzung
59 )))|(% colspan="1" %)(% colspan="1" %)
60 (((
61 (% class="content-wrapper" %)
62 (((
63 Hide Right/Wrong Marking for a Single Question (CSS)
64
65 {{status colour="Green" title="fertig"/}}
66 )))
67 )))
68 |=(% colspan="1" %)(% colspan="1" %)
69 (((
70 TODOs
71 )))|(% colspan="1" %)(% colspan="1" %)
72 (((
73 (% class="content-wrapper" %)
74 (((
75 (% class="task-list" %)
76 (((
77 {{task reference="/Tasks/Task_13" status="Done"}}
78 carina {{mention reference="XWiki.0a49950f5c0f19a8015c101b60e10001" style="FULL_NAME" anchor="XWiki-0a49950f5c0f19a8015c101b60e10001-unMkC"/}} Kleine neue Seite
79
80 {{/task}}
81 )))
82 )))
83 )))
84 |=(% colspan="1" %)(% colspan="1" %)
85 (((
86 Beispielressourcen
87 )))|(% colspan="1" %)(% colspan="1" %)
88 (((
89 [[attach:Test_mit_CSS_Beispielen.zip]]
90
91 [[attach:item-display-redbutcorrect-none.css]]
92
93 [[attach:item-display-none.css]]
94 )))
95 {{/details}}
96 {{/layout-cell}}
97 {{/layout-section}}
98
99 {{layout-section ac:type="single"}}
100 {{layout-cell}}
101 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.
102 Soll die Kennzeichung im Test **nur für einzelne Aufgaben** unterbunden werden, kann man dies über eine CSS-Auszeichnung erreicht werden.
103
104 (% class="auto-cursor-target" %)
105 ==== [[image:attach:Ausgeblendete Richtig-Falsch Icons_de.png]] ====
106
107 (% class="wrapped" %)
108 |(((
109 (% class="content-wrapper" %)
110 (((
111 **Richtig-/Falsch-Kennzeichnung ausblenden** (kein rotes oder grünes Häkchen und kein rotes Kreuz anzeigen)
112
113 Verwenden Sie folgende CSS-Anweisung:
114
115 {{code}}
116 .evaluation {display: none}
117 {{/code}}
118 )))
119 )))|(((
120 (% class="content-wrapper" %)
121 (((
122 (% class="auto-cursor-target" %)
123 [[image:attach:Testdurchführung - alle Icons per CSS ausblenden_de.png]]
124 )))
125 )))
126 |(((
127 (% class="content-wrapper" %)
128 (((
129 (% class="auto-cursor-target" %)
130 **Richtig-Kennzeichnung ausblenden** (kein rotes Häkchen anzeigen)
131
132 (% class="auto-cursor-target" %)
133 Verwenden Sie folgende CSS-Anweisung:
134
135 {{code}}
136 .notansweredbutcorrect {display: none}
137 {{/code}}
138 )))
139 )))|(((
140 (% class="content-wrapper" %)
141 (((
142 (% class="auto-cursor-target" %)
143 [[image:attach:Testdurchführung - Icon per CSS ausblenden_de.png]]
144 )))
145 )))
146
147 (% class="auto-cursor-target" %)
148 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.
149 {{/layout-cell}}
150 {{/layout-section}}
151 {{/layout}}
152 {{/sv-translation}}
153
154 {{sv-translation language="en"}}
155 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".
156
157 If the marking in the test is **to be prevented only for specific questions**, this can be achieved using CSS markup.
158
159 [[image:attach:Ausgeblendete Richtig-Falsch Icons_de.png]]
160
161 \\
162
163 (% class="wrapped" %)
164 |(((
165 (% class="content-wrapper" %)
166 (((
167 **Hide right/wrong marking** (no red or green tick and no red cross will be displayed)
168
169 To do this, use the following CSS statement:
170
171 {{code}}
172 .evaluation {display: none}
173 {{/code}}
174 )))
175 )))|(((
176 (% class="content-wrapper" %)
177 (((
178 [[image:attach:Testdurchführung - alle Icons per CSS ausblenden_de.png]]
179 )))
180 )))
181 |(((
182 (% class="content-wrapper" %)
183 (((
184 (% class="auto-cursor-target" %)
185 **Hide marking for correct answers** (no red tick will be displayed)
186
187 (% class="auto-cursor-target" %)
188 To do this, use the following CSS statement:
189
190 {{code}}
191 .notansweredbutcorrect {display: none}
192 {{/code}}
193 )))
194 )))|(((
195 (% class="content-wrapper" %)
196 (((
197 [[image:attach:Testdurchführung - Icon per CSS ausblenden_de.png]]
198 )))
199 )))
200
201 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.
202 {{/sv-translation}}