Wiki-Quellcode von Test-Optionen festlegen
Version 374.1 von Carina Enke am 22.01.2019
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 | |||
7 | (% class="removedPlaceholderWrapper" %) | ||
8 | |||
9 | |||
10 | |||
11 | |||
12 | |||
13 | {{/layout-cell}} | ||
14 | {{/layout-section}} | ||
15 | |||
16 | {{layout-section ac:type="two_right_sidebar"}} | ||
17 | {{layout-cell}} | ||
18 | Nutzen Sie im Tab "//**Optionen**//" verschiedene Konfigurationsmöglichkeiten, um den Test entsprechend Ihrer Bedürfnisse anzupassen. | ||
19 | |||
20 | [[image:attach:image2017-3-23 20:34:43.png]] | ||
21 | |||
22 | [[image:attach:image2017-3-23 21:11:34.png]] | ||
23 | \\ | ||
24 | {{/layout-cell}} | ||
25 | |||
26 | {{layout-cell}} | ||
27 | {{scroll-ignore}} | ||
28 | {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Inhalt"}} | ||
29 | |||
30 | |||
31 | {{toc/}} | ||
32 | |||
33 | **Verwandte Themen**(% class="sv-pt-link confluence-link" %) | ||
34 | |||
35 | |||
36 | * [[doc:Sektion-Optionen festlegen]](% class="sv-pt-link confluence-link" %) | ||
37 | * (% class="sv-pt-link confluence-link" %) [[doc:Konfiguration der Testdurchfuehrung]] | ||
38 | {{/panel}} | ||
39 | {{/scroll-ignore}} | ||
40 | {{/layout-cell}} | ||
41 | {{/layout-section}} | ||
42 | |||
43 | {{layout-section ac:type="single"}} | ||
44 | {{layout-cell}} | ||
45 | |||
46 | |||
47 | {{display reference="Attempts at a Solution"/}} | ||
48 | |||
49 | === Variablen zurücksetzen === | ||
50 | |||
51 | Die Test-Aufgaben können durch den Einsatz von [[Variablen >>doc:Variablen verwenden]]für jeden Testaufruf verändert werden. Standardmäßig werden für jeden Aufgaben-Lösungsversuch die selben Variablenwerte genutzt. Wählen Sie die Option "**//Neue Variablenwerte zuweisen pro Aufgaben-Lösungsversuch//**", werden die Variablen jeweils neu berechnet. Dies ermöglicht es mehren Teilnehmern gleichartige Aufgaben anzuzeigen, für welche allerdings pro Lösungsversuch bspw. die Lösung immer neu berechnet werden muss (vgl. [[doc:Berechnungsaufgabe]]). | ||
52 | |||
53 | == Zeitlimit == | ||
54 | |||
55 | Der Autor kann für den gesamten Test oder einzelne Test-Sektionen eine Bearbeitungszeit festlegen. Dem Teilnehmer wird während der Testbearbeitung die verbleibende Bearbeitungszeit sekundengenau angezeigt. | ||
56 | |||
57 | [[image:attach:image2017-3-23 18:25:21.png]] | ||
58 | |||
59 | Nach Ablauf der Zeit wird dem Teilnehmer ein Hinweis angezeigt und er kann die enthaltenen Sektionen und Aufgaben nicht mehr bearbeiten. Ist die Bearbeitungszeit für den Test abgelaufen, wird der Test automatisch beendet. | ||
60 | |||
61 | [[image:attach:image2017-3-23 20:23:48.png]] | ||
62 | |||
63 | == Navigation == | ||
64 | |||
65 | Der Autor kann zwischen einer linearen oder nicht-linearen Navigation wählen. Eine nicht-lineare Navigation ermöglicht dem Teilnehmer zwischen den Aufgaben hin- und herzuwechseln. Auf diese Weise können Lösungen vorangegangener Aufgaben auch zu späteren Zeitpunkten verändert werden. | ||
66 | |||
67 | [[image:attach:image2017-3-23 18:27:3.png]] | ||
68 | |||
69 | Bei einer linearen Navigation erfolgt die Navigation über Vor- und Zurück-Buttons. Bei einer nicht-linearen Navigation kann zusätzlich der angezeigte Navigationsbaum zur Navigation genutzt werden. | ||
70 | |||
71 | == Darstellung == | ||
72 | |||
73 | Der Autor kann entscheiden in welcher Form dem Teilnehmer die Aufgaben präsentiert werden. Es ist eine Einzelaufgaben-Ansicht oder die Ansicht von mehreren Aufgaben pro Seite (sektionsbasiert) möglich. | ||
74 | |||
75 | [[image:attach:image2017-3-23 18:28:4.png]] | ||
76 | |||
77 | Für die Darstellung **auf mobilen Endgeräten** empfiehlt sich die Darstellung von einer Aufgabe pro Seite. | ||
78 | |||
79 | |||
80 | |||
81 | {{display reference="Comments"/}} | ||
82 | |||
83 | |((( | ||
84 | Kommentare im Test verwenden | ||
85 | )))|((( | ||
86 | Um die Kommentarfunktion für einen Test zu verwenden gehen Sie bitte wie folgt vor: | ||
87 | |||
88 | 1. Wechseln Sie in den Testeinstellungen in den Tab „**//Optionen//**“. | ||
89 | 1. Markieren Sie im Abschnitt Optionen unter Kommentare die Auswahlbox "//**Auf Aufgabenebene zulassen**//". Nun kann der Teilnehmer für jede Aufgabe im Test einen Kommentar hinterlegen. | ||
90 | ))) | ||
91 | |||
92 | |||
93 | |||
94 | |||
95 | |||
96 | {{display reference="Layout Settings"/}} | ||
97 | |||
98 | === Beispiel: Testtitel ausblenden === | ||
99 | |||
100 | Bei der Testdurchführung wird der Testtitel im linken, oberen Bereich angezeigt. Sie können den Testtitel mit einer eigenen Stylesheet-Datei (CSS) ausblenden. | ||
101 | |||
102 | [[image:attach:image2016-4-28 9:41:34.png]] [[image:attach:image2016-4-28 9:42:55.png]] | ||
103 | |||
104 | Verwenden Sie folgende CSS-Anweisung: | ||
105 | |||
106 | {{code}} | ||
107 | .nav-header h1 {display: none !important;} | ||
108 | |||
109 | {{/code}} | ||
110 | |||
111 | Speichern Sie die Anweisung in einer CSS-Datei (.css). Fügen Sie die CSS-Datei dem Testinhalt hinzu, indem Sie die CSS-Datei als Stylesheet-Datei im Tab "**//Optionen//**" im Abschnitt Layout-Einstellung hochladen. | ||
112 | |||
113 | (% style="text-align: center;" %) | ||
114 | |||
115 | {{/layout-cell}} | ||
116 | {{/layout-section}} | ||
117 | {{/layout}} | ||
118 | {{/sv-translation}} | ||
119 | |||
120 | {{sv-translation language="en"}} | ||
121 | {{layout}} | ||
122 | {{layout-section ac:type="two_right_sidebar"}} | ||
123 | {{layout-cell}} | ||
124 | Use the various configuration options in the tab "**//Options//**" to adapt the test according to your needs. | ||
125 | |||
126 | [[image:attach:image2017-3-23 20:34:43.png]] | ||
127 | |||
128 | [[image:attach:image2017-3-23 21:11:34.png]] | ||
129 | {{/layout-cell}} | ||
130 | |||
131 | {{layout-cell}} | ||
132 | {{scroll-ignore}} | ||
133 | {{panel title="Content"}} | ||
134 | |||
135 | |||
136 | {{toc/}} | ||
137 | |||
138 | **Related Topics** | ||
139 | |||
140 | * [[Section - Set Options>>doc:Sektion-Optionen festlegen]]** | ||
141 | ** | ||
142 | * [[doc:Konfiguration der Testdurchfuehrung]] | ||
143 | {{/panel}} | ||
144 | {{/scroll-ignore}} | ||
145 | {{/layout-cell}} | ||
146 | {{/layout-section}} | ||
147 | |||
148 | {{layout-section ac:type="single"}} | ||
149 | {{layout-cell}} | ||
150 | |||
151 | |||
152 | {{display reference="Attempts at a Solution"/}} | ||
153 | |||
154 | === Reset variables === | ||
155 | |||
156 | The test tasks can be changed for each test call by the use of [[variables>>url:https://www.bps-system.de/help/display/ONYXintern/.Variablen+verwenden+v1.11||shape="rect"]]. By default, the same variable values are used for each attempt to solve a task. If you select the option "**//New variable values per attempt//**", the variables will be recalculated. In this way, it is possible to display similar tasks to multiple participants, who will need to calculate a new solution for each of their attempts (cf. [[calculation task (cloze)>>url:https://www.bps-system.de/help/display/ONYXintern/.Berechnungsaufgabe+v1.11||shape="rect"]]). | ||
157 | |||
158 | == Time limit == | ||
159 | |||
160 | The author can define a processing time for the entire test or individual test sections. The remaining processing time will be displayed to the participant during the testing process accurately to the second. | ||
161 | |||
162 | [[image:attach:image2017-3-23 18:25:21.png]] | ||
163 | |||
164 | After the expiration of this time limit, a message will be displayed to the participant indicating that the sections and tasks can no longer be processed. If the processing time for the whole test has expired, the test will be automatically terminated. | ||
165 | |||
166 | [[image:attach:image2017-3-23 20:23:48.png]] | ||
167 | |||
168 | == Navigation == | ||
169 | |||
170 | The author can choose between a linear and a non-linear navigation. A non-linear navigation allows the participants to navigate between tasks. In this way, solutions entered for previous tasks can still be changed later on. | ||
171 | |||
172 | [[image:attach:image2017-3-23 18:27:3.png]] | ||
173 | |||
174 | In the case of a linear navigation, participants have to navigate from question to question via the forward and back button. As concerns the non-linear navigation, it is further possible to navigate via the displayed navigation tree. | ||
175 | |||
176 | == Presentation == | ||
177 | |||
178 | The author can decide about the form in which the tasks will be presented to the participants. Currently, it is only possible to show either one or all questions on one page (section-based). | ||
179 | |||
180 | [[image:attach:image2017-3-23 18:28:4.png]] | ||
181 | |||
182 | For the presentation **on mobile devices**, we recommend showing only one question at once. | ||
183 | |||
184 | |||
185 | |||
186 | {{display reference="Comments"/}} | ||
187 | |||
188 | |((( | ||
189 | Use comments in a test | ||
190 | )))|((( | ||
191 | To enable the comment function for a test, proceed as follows: | ||
192 | |||
193 | 1. In the test settings, switch to the tab "**//Options//**". | ||
194 | 1. In the section "**//Options//**", activate the selection box "**//Allow on question level//**" under comment. Now, participants can leave a comment for each task in the test. | ||
195 | ))) | ||
196 | |||
197 | |||
198 | |||
199 | {{display reference="Layout Settings"/}} | ||
200 | |||
201 | === **Example: Hide test title** === | ||
202 | |||
203 | When performing a test, the test title is displayed in the upper left pane. You can hide the test title by means of an own style sheet file (CSS). | ||
204 | |||
205 | [[image:attach:image2016-4-28 9:41:34.png]] | ||
206 | |||
207 | [[image:attach:image2016-4-28 9:42:55.png]] | ||
208 | |||
209 | Use the following CSS statement: | ||
210 | |||
211 | {{code}} | ||
212 | .nav-header h1 {display: none !important;} | ||
213 | {{/code}} | ||
214 | |||
215 | Save the statement in a CSS file (.css). Add the CSS file to the test content by uploading it as a style sheet file to the section "//**Layout setting**//" in the tab "**//Options//**". | ||
216 | {{/layout-cell}} | ||
217 | {{/layout-section}} | ||
218 | {{/layout}} | ||
219 | {{/sv-translation}} |