Wiki-Quellcode von Expert Mode
Version 108.1 von Carina Enke am 02.06.2020
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 | **Verwendungsbeispiele für Expertenregeln | ||
12 | ** | ||
13 | |||
14 | Nachfolgend sind Beispiele aufgeführt, die Ihnen zeigen, wie Sie den Expertenregeln verwenden können. | ||
15 | |||
16 | \\ | ||
17 | |||
18 | (% class="auto-cursor-target" %) | ||
19 | **Typische Anwendungsbeispiele** | ||
20 | |||
21 | {{expand title="In einem öffentlichen Kurs einzelne Inhalte nur für registierte Nutzer sichtbar schalten ..."}} | ||
22 | Sie wollen Inhalte in einem öffentlichen Kurs vor Gästen verbergen? Tragen Sie im Tab Sichtbarkeit des betreffenden Kursbausteins bei Expertenmodus in das Textfeld nachfolgenden Inhalt ein. Damit wird der Kursbaustein in einem öffentlich zugänglichen Kurs für nicht registrierte Gastnutzer angezeigt. | ||
23 | |||
24 | {{code}} | ||
25 | isGuest(0)=false | ||
26 | {{/code}} | ||
27 | |||
28 | (% class="wrapped" %) | ||
29 | |=((( | ||
30 | Konfiguration im Kurseditor | ||
31 | )))|((( | ||
32 | (% class="content-wrapper" %) | ||
33 | ((( | ||
34 | [[image:attach:Kurseditor - Konfiguration nur registrierte Nutzer_de.png]] | ||
35 | ))) | ||
36 | ))) | ||
37 | |=(% colspan="1" %)(% colspan="1" %) | ||
38 | ((( | ||
39 | Ansicht als registrierter Nutzer | ||
40 | )))|(% colspan="1" %)(% colspan="1" %) | ||
41 | ((( | ||
42 | (% class="content-wrapper" %) | ||
43 | ((( | ||
44 | [[image:attach:Kursrun - Ansicht registrierte Nutzer_de.png]] | ||
45 | ))) | ||
46 | ))) | ||
47 | |=((( | ||
48 | Ansicht als Gastnutzer | ||
49 | )))|((( | ||
50 | [[image:attach:Kurseditor - Konfiguration nicht für Gäste_de.png]]\\ | ||
51 | |||
52 | (% class="content-wrapper" %) | ||
53 | ((( | ||
54 | \\ | ||
55 | ))) | ||
56 | ))) | ||
57 | |=(% colspan="1" %)(% colspan="1" %) | ||
58 | ((( | ||
59 | Ansicht als Kursverantwortlicher | ||
60 | )))|(% colspan="1" %)(% colspan="1" %) | ||
61 | ((( | ||
62 | (% class="content-wrapper" %) | ||
63 | ((( | ||
64 | [[image:attach:Kursrun - Ansicht Kursverantwortlicher_de.png]] | ||
65 | ))) | ||
66 | ))) | ||
67 | {{/expand}} | ||
68 | |||
69 | {{expand title="In einem öffentlichen Kurs einzelne Inhalte nur für Gäste sichtbar schalten ..."}} | ||
70 | Sie wollen Inhalte in einem öffentlichen Kurs ausschließlich Gästen und Kursverantwortlichen anzeigen? Tragen Sie im Tab Sichtbarkeit des betreffenden Kursbausteins bei Expertenmodus in das Textfeld nachfolgenden Inhalt ein. Damit wird der Kursbaustein in einem öffentlich zugänglichen Kurs nur Gastnutzer und Kursverantwortlichen angezeigt. | ||
71 | |||
72 | {{code}} | ||
73 | isGuest(0)=true |isCourseAdministrator(0) | ||
74 | {{/code}} | ||
75 | |||
76 | (% class="wrapped" %) | ||
77 | |=((( | ||
78 | Konfiguration im Kurseditor | ||
79 | )))|((( | ||
80 | (% class="content-wrapper" %) | ||
81 | ((( | ||
82 | [[image:attach:Kurseditor - Konfiguration nur registrierte Nutzer_de.png]] | ||
83 | ))) | ||
84 | ))) | ||
85 | |=(% colspan="1" %)(% colspan="1" %) | ||
86 | ((( | ||
87 | Ansicht als registrierter Nutzer | ||
88 | )))|(% colspan="1" %)(% colspan="1" %) | ||
89 | ((( | ||
90 | (% class="content-wrapper" %) | ||
91 | ((( | ||
92 | [[image:attach:Kursansicht - nicht für registrierte Nutzer_de.png]] | ||
93 | ))) | ||
94 | ))) | ||
95 | |=((( | ||
96 | Ansicht als Gastnutzer | ||
97 | )))|((( | ||
98 | [[image:attach:Kursrun - Ansicht nur Gäste_de.png]]\\ | ||
99 | |||
100 | (% class="content-wrapper" %) | ||
101 | ((( | ||
102 | \\ | ||
103 | ))) | ||
104 | ))) | ||
105 | |=(% colspan="1" %)(% colspan="1" %) | ||
106 | ((( | ||
107 | Ansicht als Kursverantwortlicher | ||
108 | )))|(% colspan="1" %)(% colspan="1" %) | ||
109 | ((( | ||
110 | (% class="content-wrapper" %) | ||
111 | ((( | ||
112 | [[image:attach:Kursrun - Ansicht Kursverantwortlicher_de.png]] | ||
113 | ))) | ||
114 | ))) | ||
115 | {{/expand}} | ||
116 | {{/layout-cell}} | ||
117 | {{/layout-section}} | ||
118 | |||
119 | {{layout-section ac:type="single"}} | ||
120 | {{layout-cell}} | ||
121 | {{expand title="Kursinhalte nach Testergebnis freigeben ..."}} | ||
122 | Sie wollen Inhalte in Abhängigkeit eines Tests freigeben? Dieses Umsetzung dieses Szenarios wird auf der Seite [[doc:Lernwegsteuerung nach Testergebnis]] erläutert. | ||
123 | {{/expand}} | ||
124 | {{/layout-cell}} | ||
125 | {{/layout-section}} | ||
126 | |||
127 | {{layout-section ac:type="single"}} | ||
128 | {{layout-cell}} | ||
129 | {{expand title="Weitere Anwendungsbeispiele für Expertenregeln ..."}} | ||
130 | \\ | ||
131 | |||
132 | {{info}} | ||
133 | Neben den allgemeinen Beispielen, die unabhängig von der Institution verwendet werden können, sind auch Einschränkungen zu Daten möglich, welche institutionsspezifisch sind und je nach Institution übermittelt werden. | ||
134 | Für OPAL Nutzer enthält die Seite [[Übersicht der OPAL-Shibboleth-Attribute>>url:https://bildungsportal.sachsen.de/help/attribute-opal_de.html||shape="rect"]] alle aktuell verwendbaren institutionsspezifischen Attribute sächsischer Institutionen. | ||
135 | {{/info}} | ||
136 | |||
137 | (% class="wrapped" %) | ||
138 | |=((( | ||
139 | Beispiele für Regeln in den Tabs //«Sichtbarkeit»//, //«Zugang»// und //«Punkte»// (Struktur-Baustein) | ||
140 | )))|=((( | ||
141 | Auswirkungen | ||
142 | ))) | ||
143 | |((( | ||
144 | isGuest(0)=true | ||
145 | )))|((( | ||
146 | Eingetragen im Tab Sichtbarkeit sehen nur Gäste den Kursbaustein, alle registrierten Nutzer dagegen nicht. | ||
147 | |||
148 | Eingetragen im Tab Zugang haben ausschließlich Gäste Zugang zu diesem Kursbaustein. | ||
149 | |||
150 | Alternativ kann auch die Angabe isGuest(0) oder isGuest(0)=1 verwendet werden. | ||
151 | ))) | ||
152 | |(% colspan="1" %)(% colspan="1" %) | ||
153 | ((( | ||
154 | isGuest(0)=false | ||
155 | )))|(% colspan="1" %)(% colspan="1" %) | ||
156 | ((( | ||
157 | Eingetragen im Tab Sichtbarkeit sehen Gäste sehen den Kursbaustein nicht. Eingetragen im Tab Zugang haben Gäste keinen Zugang zu den Inhalten des Kursbausteins. | ||
158 | ))) | ||
159 | |((( | ||
160 | inLearningGroup("Anfänger") = 0 | ||
161 | )))|((( | ||
162 | Mit Ausnahme der Gruppe //«Anfänger»// ist der Kursbaustein für alle Kursteilnehmer sichtbar. | ||
163 | ))) | ||
164 | |((( | ||
165 | (now >= date("22.03.2017 12:00")) & (now <= date("23.08.2017 18:00")) | inLearningGroup("Betreuer") | ||
166 | )))|((( | ||
167 | Der Kursbaustein ist zwischen dem 22.03.2017 und 23.08.2017 für alle Kursteilnehmer sichtbar, während er für Mitglieder der Lerngruppe //«Betreuer»// jederzeit sichtbar ist. | ||
168 | ))) | ||
169 | |((( | ||
170 | (now >= date("03.09.2017 00:00")) & (now <= date("13.10.2017 00:00")) & inRightGroup("Assessoren")| isUser("autor") | ||
171 | )))|((( | ||
172 | Der Kursbaustein ist zwischen dem 03.09.2017 und 13.10.2017 für alle Kursteilnehmer der Rechtegruppe //«Assessoren»// sichtbar, während er für die Person mit dem Benutzernamen //«autor»// jederzeit sichtbar ist. | ||
173 | ))) | ||
174 | |((( | ||
175 | isInAttribute("surname","Mue") | ||
176 | )))|((( | ||
177 | Gibt TRUE für alle Personen, deren Attribut //surname// die Buchstabenfolge "Mue" enthält. Gibt z.B. TRUE für den Wert "Mueller" oder "Muehlebacher" zurück. | ||
178 | ))) | ||
179 | |(% colspan="1" %)(% colspan="1" %) | ||
180 | ((( | ||
181 | (getUserProperty("orgUnit") = "Marketing") | ||
182 | )))|(% colspan="1" %)(% colspan="1" %) | ||
183 | ((( | ||
184 | Prüft ob eine Person in der Organisationseinheit "Marketing" ist. Dies ist sinnvoll z.B. wenn die Daten automatisiert aus LDAP übernommen werden. | ||
185 | ))) | ||
186 | |(% colspan="1" %)(% colspan="1" %) | ||
187 | ((( | ||
188 | (getPassed("69742969114730") | getPassed("69742969115733") | getPassed("69742969118009")) * 10 | ||
189 | )))|(% colspan="1" %)(% colspan="1" %) | ||
190 | ((( | ||
191 | Diese Regel wird im Tab //«Punkte»// -> //«Punkte verarbeiten»// des Bausteins //Struktur// gesetzt. Der Baustein //Struktur// zeigt 10 Punkte, wenn einer der Tests (Kursbaustein-IDs "69742969114730", "69742969115733" oder "69742969118009") bestanden wurde, sonst 0 Punkte. | ||
192 | ))) | ||
193 | |(% colspan="1" %)(% colspan="1" %) | ||
194 | ((( | ||
195 | (getScore("69742969114730") + getScore("69742969115733") + getScore("69742969118009")) >= 140 | getPassed("69978845384688") | ||
196 | )))|(% colspan="1" %)(% colspan="1" %) | ||
197 | ((( | ||
198 | Diese Regel wird im Tab //«Punkte»// -> //«Bestanden wenn»// des Bausteins //Struktur// gesetzt. Der Baustein //Struktur// zeigt ein //«Bestanden»//, wenn in allen Tests zusammen minimal 140 Punkte erzielt werden oder wenn manuell ein //«Bestanden»// gesetzt wird (Kursbaustein //Bewertung// mit ID "69978845384688"). | ||
199 | ))) | ||
200 | |(% colspan="1" %)(% colspan="1" %) | ||
201 | ((( | ||
202 | getAttempts("70323786958847") > 0 | ||
203 | )))|(% colspan="1" %)(% colspan="1" %) | ||
204 | ((( | ||
205 | Gibt TRUE zurück, sobald der betreffende Kursteilnehmer den Test mit spezifizierter ID ein erstes Mal abgeschlossen hat. | ||
206 | ))) | ||
207 | |(% colspan="1" %)(% colspan="1" %) | ||
208 | ((( | ||
209 | getAttempts("70323524635734") <= 3 | ||
210 | )))|(% colspan="1" %)(% colspan="1" %) | ||
211 | ((( | ||
212 | Gibt FALSE zurück, sobald der betreffende Kursteilnehmer mehr als 3 Dateien in den Abgabeordner des Kursbaustein //Aufgabe// gelegt hat. | ||
213 | ))) | ||
214 | |(% colspan="1" %)(% colspan="1" %) | ||
215 | ((( | ||
216 | getInitialEnrollmentDate("70323786958847") <= date("26.5.2017 18:00") | ||
217 | )))|(% colspan="1" %)(% colspan="1" %) | ||
218 | ((( | ||
219 | Gibt TRUE für diejenigen Kursteilnehmer zurück, die sich vor 18 Uhr des 26. Mai 2017 über den Kursbaustein //Einschreibung// mit spezifizierter ID in eine zur Auswahl stehende Gruppe eingeschrieben haben. | ||
220 | ))) | ||
221 | |(% colspan="1" %)(% colspan="1" %) | ||
222 | ((( | ||
223 | getInitialEnrollmentDate("70323786958847") + 2h > now | ||
224 | )))|(% colspan="1" %)(% colspan="1" %) | ||
225 | ((( | ||
226 | Gibt TRUE während zwei Stunden ab Einschreibezeitpunkt für diejenigen Kursteilnehmer, die sich über den Kursbaustein //Einschreibung// mit spezifizierter ID in eine zur Auswahl stehende Gruppe eingeschrieben haben. So kann abgebildet werden, dass jeder Kursteilnehmer nur während einer bestimmten Zeitdauer z.B. ein Skript bearbeiten kann. | ||
227 | ))) | ||
228 | |(% colspan="1" %)(% colspan="1" %) | ||
229 | ((( | ||
230 | (getInitialCourseLaunchDate(0) >= never) | (getInitialCourseLaunchDate(0) + 2h > now) | ||
231 | )))|(% colspan="1" %)(% colspan="1" %) | ||
232 | ((( | ||
233 | Gibt TRUE zurück, wenn der Kursteilnehmer den Kurs noch nicht besucht hat oder während der ersten zwei Stunden des ersten Kursbesuchs. So kann abgebildet werden, dass jeder Kursteilnehmer nur während einer bestimmten Zeitdauer den Kurs sehen kann. | ||
234 | ))) | ||
235 | |(% colspan="1" %)(% colspan="1" %) | ||
236 | ((( | ||
237 | (getRecentCourseLaunchDate(0) + 10min) > now | ||
238 | )))|(% colspan="1" %)(% colspan="1" %) | ||
239 | ((( | ||
240 | Gibt TRUE zurück, wenn sich der Benutzer seit mehr als 10 Minuten im Kurs bewegt. | ||
241 | ))) | ||
242 | |(% colspan="1" %)(% colspan="1" %) | ||
243 | ((( | ||
244 | getOnyxTestOutcome("84692289655276","SCORE") >= 10 | ||
245 | )))|(% colspan="1" %)(% colspan="1" %) | ||
246 | ((( | ||
247 | Gibt TRUE zurück, wenn der Benutzer mindestens 10 Punkte erreicht hat. | ||
248 | ))) | ||
249 | |(% colspan="1" %)(% colspan="1" %) | ||
250 | ((( | ||
251 | getOnyxTestOutcomeZK("84389429397045","PASS") ="true" | ||
252 | )))|(% colspan="1" %)(% colspan="1" %) | ||
253 | ((( | ||
254 | Gibt TRUE zurück, wenn der Benutzer den Test bestanden hat. | ||
255 | ))) | ||
256 | |(% colspan="1" %)(% colspan="1" %) | ||
257 | ((( | ||
258 | getMark("84692289655276") > 4 | ||
259 | )))|(% colspan="1" %)(% colspan="1" %) | ||
260 | ((( | ||
261 | Gibt TRUE zurück, wenn die Note des Nutzers für den angegebenen Baustein besser als 4 ist. | ||
262 | ))) | ||
263 | |(% colspan="1" %)(% colspan="1" %) | ||
264 | ((( | ||
265 | getProgress("69742969114730")>=100 | ||
266 | )))|(% colspan="1" %)(% colspan="1" %) | ||
267 | ((( | ||
268 | Gibt TRUE zurück, wenn der Nutzer den angegebenen Kursbaustein erledigt hat (Kursfortschritt). | ||
269 | ))) | ||
270 | |||
271 | {{note title="Achtung!"}} | ||
272 | Bitte beachten Sie, dass die oben erwähnten Kursbaustein-IDs Beispiele sind. Wenn Sie Ihren Kurs erstellen, müssen Sie jeweils die IDs Ihrer Kurse referenzieren. | ||
273 | {{/note}} | ||
274 | {{/expand}} | ||
275 | {{/layout-cell}} | ||
276 | {{/layout-section}} | ||
277 | |||
278 | {{layout-section ac:type="single"}} | ||
279 | {{layout-cell}} | ||
280 | (% class="auto-cursor-target" %) | ||
281 | **Expertnsyntax** | ||
282 | |||
283 | {{expand title="Übersicht der verfügbaren Expertensyntax ..."}}(% class="wrapped" %) | ||
284 | |=((( | ||
285 | Typ | ||
286 | )))|=((( | ||
287 | Syntax | ||
288 | )))|=((( | ||
289 | Bedeutung | ||
290 | ))) | ||
291 | |(% rowspan="2" %)(% rowspan="2" %) | ||
292 | ((( | ||
293 | **Konstanten** | ||
294 | )))|((( | ||
295 | //TRUE// oder //1// | ||
296 | )))|((( | ||
297 | Wahr | ||
298 | ))) | ||
299 | |((( | ||
300 | //FALSE// oder //0// | ||
301 | )))|((( | ||
302 | Falsch | ||
303 | ))) | ||
304 | |(% colspan="1" %)(% colspan="1" %) | ||
305 | ((( | ||
306 | **Variable** | ||
307 | )))|(% colspan="1" %)(% colspan="1" %) | ||
308 | ((( | ||
309 | //now// | ||
310 | )))|(% colspan="1" %)(% colspan="1" %) | ||
311 | ((( | ||
312 | Momentane Server-Systemzeit | ||
313 | ))) | ||
314 | |(% rowspan="37" %)(% rowspan="37" %) | ||
315 | ((( | ||
316 | **Funktionen** | ||
317 | )))|(% colspan="1" %)(% colspan="1" %) | ||
318 | ((( | ||
319 | //date("//[date]//")// | ||
320 | )))|(% colspan="1" %)(% colspan="1" %) | ||
321 | ((( | ||
322 | Datum abfragen | ||
323 | ))) | ||
324 | |(% colspan="1" %)(% colspan="1" %) | ||
325 | ((( | ||
326 | //inLearningGroup("//[string]//")// | ||
327 | )))|(% colspan="1" %)(% colspan="1" %) | ||
328 | ((( | ||
329 | Gibt TRUE für alle Mitglieder der Lerngruppe mit dem Titel [string] des aktuellen Kurses zurück. | ||
330 | ))) | ||
331 | |(% colspan="1" %)(% colspan="1" %) | ||
332 | ((( | ||
333 | //inLearningGroup("//[string1]//","//[string2]//")// | ||
334 | )))|(% colspan="1" %)(% colspan="1" %) | ||
335 | ((( | ||
336 | Gibt TRUE für alle Mitglieder der angegebenen Lerngruppe [string1] des Kurses mit der angegebenen Kurs-ID=[string2] zurück. | ||
337 | ))) | ||
338 | |(% colspan="1" %)(% colspan="1" %) | ||
339 | ((( | ||
340 | //inLearningGroupWaitingList("//[string]//")// | ||
341 | )))|(% colspan="1" %)(% colspan="1" %) | ||
342 | ((( | ||
343 | Gibt TRUE für alle Benutzer in der Warteliste der Lerngruppe [string] des aktuellen Kurses zurück. | ||
344 | ))) | ||
345 | |(% colspan="1" %)(% colspan="1" %) | ||
346 | ((( | ||
347 | //inLearningGroupWaitingList("//[string1]//","//[string2]//")// | ||
348 | )))|(% colspan="1" %)(% colspan="1" %) | ||
349 | ((( | ||
350 | Gibt TRUE für alle Benutzer in der Warteliste der Lerngruppe [string1] des Kurses mit der angegebenen Kurs-ID=[string2] zurück. | ||
351 | ))) | ||
352 | |(% colspan="1" %)(% colspan="1" %) | ||
353 | ((( | ||
354 | //inRightGroup("//[string]//")// | ||
355 | )))|(% colspan="1" %)(% colspan="1" %) | ||
356 | ((( | ||
357 | Gibt TRUE für alle Mitglieder der Rechtegruppe [string] zurück. | ||
358 | ))) | ||
359 | |(% colspan="1" %)(% colspan="1" %) | ||
360 | ((( | ||
361 | //isLearningGroupFull("//[string]//")// | ||
362 | )))|(% colspan="1" %)(% colspan="1" %) | ||
363 | ((( | ||
364 | Gibt für die angegebene Lerngruppe im aktuellen Kurs den Boolean TRUE (=voll) oder FALSE (=nicht voll) zurück. | ||
365 | ))) | ||
366 | |(% colspan="1" %)(% colspan="1" %) | ||
367 | ((( | ||
368 | //isLearningGroupFull("//[string1]//","//[string2]//")// | ||
369 | )))|(% colspan="1" %)(% colspan="1" %) | ||
370 | ((( | ||
371 | Gibt für die angegebene Lerngruppe=[string1] des Kurses mit Kurs-ID=[string2] den Boolean TRUE (=voll) oder FALSE (=nicht voll) zurück. | ||
372 | ))) | ||
373 | |(% colspan="1" %)(% colspan="1" %) | ||
374 | ((( | ||
375 | //isUser("//[string]//")// | ||
376 | )))|(% colspan="1" %)(% colspan="1" %) | ||
377 | ((( | ||
378 | Gibt TRUE für den Benutzer mit dem Benutzernamen [string] zurück. | ||
379 | ))) | ||
380 | |(% colspan="1" %)(% colspan="1" %) | ||
381 | ((( | ||
382 | //inLearningArea("//[string]//")// | ||
383 | )))|(% colspan="1" %)(% colspan="1" %) | ||
384 | ((( | ||
385 | Gibt TRUE für alle Mitglieder der Gruppen im Lernbereich [string] des aktuellen Kurses zurück. | ||
386 | ))) | ||
387 | |(% colspan="1" %)(% colspan="1" %) | ||
388 | ((( | ||
389 | //inLearningArea("//[string1]//","//[string2]//")// | ||
390 | )))|(% colspan="1" %)(% colspan="1" %) | ||
391 | ((( | ||
392 | Gibt TRUE für alle Mitglieder der Gruppen im angegebenen Lernbereich [string1] des Kurses mit der angegebenen Kurs-ID=[string2] zurück. | ||
393 | ))) | ||
394 | |(% colspan="1" %)(% colspan="1" %) | ||
395 | ((( | ||
396 | //getNumberOfEnrollments("//[string1]*//")// | ||
397 | )))|(% colspan="1" %)(% colspan="1" %) | ||
398 | ((( | ||
399 | Gibt TRUE, wenn die konfigurierte Anzahl der Lerngruppenmitgliedschaften im Lernbereich (string1) erreicht ist. | ||
400 | ))) | ||
401 | |(% colspan="1" %)(% colspan="1" %) | ||
402 | ((( | ||
403 | //isGlobalAuthor(0)// | ||
404 | )))|(% colspan="1" %)(% colspan="1" %) | ||
405 | ((( | ||
406 | Gibt TRUE für alle Mitglieder der OPAL-Autorengruppe zurück. | ||
407 | ))) | ||
408 | |(% colspan="1" %)(% colspan="1" %) | ||
409 | ((( | ||
410 | //isCourseAdministrator(0)// | ||
411 | )))|(% colspan="1" %)(% colspan="1" %) | ||
412 | ((( | ||
413 | Gibt TRUE für alle Besitzer Ihres Kurses (Lernressource) zurück. | ||
414 | ))) | ||
415 | |(% colspan="1" %)(% colspan="1" %) | ||
416 | ((( | ||
417 | //isCourseCoach(0)// | ||
418 | )))|(% colspan="1" %)(% colspan="1" %) | ||
419 | ((( | ||
420 | Gibt TRUE für alle Benutzer, die eine Lerngruppe betreuen zurück. | ||
421 | ))) | ||
422 | |(% colspan="1" %)(% colspan="1" %) | ||
423 | ((( | ||
424 | //isGuest(0)// | ||
425 | )))|(% colspan="1" %)(% colspan="1" %) | ||
426 | ((( | ||
427 | Gibt TRUE für alle Benutzer, die OPAL als Gäste besuchen zurück. | ||
428 | ))) | ||
429 | |(% colspan="1" %)(% colspan="1" %) | ||
430 | ((( | ||
431 | //isExternalUser(0)// | ||
432 | )))|(% colspan="1" %)(% colspan="1" %) | ||
433 | ((( | ||
434 | Gibt TRUE für alle, die OPAL als externe Benutzer verwenden zurück. | ||
435 | ))) | ||
436 | |(% colspan="1" %)(% colspan="1" %) | ||
437 | ((( | ||
438 | //hasAttribute("//[AttrName]//","//[string]//")// | ||
439 | )))|(% colspan="1" %)(% colspan="1" %) | ||
440 | ((( | ||
441 | Gibt TRUE, wenn [string] dem Wert des AAI-Attributes [AttrName] des jeweiligen Benutzers entspricht. | ||
442 | ))) | ||
443 | |(% colspan="1" %)(% colspan="1" %) | ||
444 | ((( | ||
445 | //isInAttribute("//[AttrName]//","//[substring]//")// | ||
446 | )))|(% colspan="1" %)(% colspan="1" %) | ||
447 | ((( | ||
448 | Gibt TRUE, wenn [substring] einem Teil des Wertes des AAI-Attributs [AttrName] des jeweiligen Benutzers entspricht. | ||
449 | ))) | ||
450 | |(% colspan="1" %)(% colspan="1" %) | ||
451 | ((( | ||
452 | //getUserProperty("//[string]//")// | ||
453 | )))|(% colspan="1" %)(% colspan="1" %) | ||
454 | ((( | ||
455 | Liefert die angegebene Benutzer-Eigenschaft des ausführenden Nutzers zurück. | ||
456 | ))) | ||
457 | |(% colspan="1" %)(% colspan="1" %) | ||
458 | ((( | ||
459 | //getPassed("//[integer]//")// | ||
460 | )))|(% colspan="1" %)(% colspan="1" %) | ||
461 | ((( | ||
462 | Gibt vom Kursbaustein mit spezifizierter ID den Boolean TRUE (=Bestanden) oder FALSE (=Nicht bestanden) zurück. | ||
463 | ))) | ||
464 | |(% colspan="1" %)(% colspan="1" %) | ||
465 | ((( | ||
466 | //getScore("//[integer]//")// | ||
467 | )))|(% colspan="1" %)(% colspan="1" %) | ||
468 | ((( | ||
469 | Gibt vom Kursbaustein mit spezifizierter ID die Anzahl Punkte zurück. | ||
470 | ))) | ||
471 | |(% colspan="1" %)(% colspan="1" %) | ||
472 | ((( | ||
473 | //getAttempts("//[integer]//")// | ||
474 | )))|(% colspan="1" %)(% colspan="1" %) | ||
475 | ((( | ||
476 | Gibt vom Kursbaustein mit spezifizierter ID die Anzahl abgeschlossener Versuche zurück. Kann auf Kursbausteine vom Typ //Test//, //Selbsttest//, //Fragebogen// (mögliche Rückgabewerte 0 oder 1) und //Aufgabe// (Rückgabewert = Anzahl abgegebener Dateien) angewendet werden. | ||
477 | ))) | ||
478 | |(% colspan="1" %)(% colspan="1" %) | ||
479 | ((( | ||
480 | //getInitialEnrollmentDate("//[integer]//")// | ||
481 | )))|(% colspan="1" %)(% colspan="1" %) | ||
482 | ((( | ||
483 | Gibt vom Kursbaustein //Einschreibung// mit spezifizierter ID das Datum des erstmaligen Einschreibens des betreffenden Kursteilnehmers zurück. | ||
484 | ))) | ||
485 | |(% colspan="1" %)(% colspan="1" %) | ||
486 | ((( | ||
487 | //getRecentEnrollmentDate("//[integer]//")// | ||
488 | )))|(% colspan="1" %)(% colspan="1" %) | ||
489 | ((( | ||
490 | Gibt vom Kursbaustein //Einschreibung// mit spezifizierter ID das Datum des letzten Einschreibens des betreffenden Kursteilnehmers zurück. | ||
491 | ))) | ||
492 | |(% colspan="1" %)(% colspan="1" %) | ||
493 | ((( | ||
494 | //getInitialCourseLaunchDate(0)// | ||
495 | )))|(% colspan="1" %)(% colspan="1" %) | ||
496 | ((( | ||
497 | Gibt das Datum des erstmaligen Kursbesuchs des betreffenden Kursteilnehmers zurück. | ||
498 | ))) | ||
499 | |(% colspan="1" %)(% colspan="1" %) | ||
500 | ((( | ||
501 | //getRecentCourseLaunchDate(0)// | ||
502 | )))|(% colspan="1" %)(% colspan="1" %) | ||
503 | ((( | ||
504 | Gibt das Datum des letzten Kursbesuchs des betreffenden Kursteilnehmers zurück. | ||
505 | ))) | ||
506 | |(% colspan="1" %)(% colspan="1" %) | ||
507 | ((( | ||
508 | //getPassedWithCourseId("//[integer-1]//","//[integer-2]//")// | ||
509 | )))|(% colspan="1" %)(% colspan="1" %) | ||
510 | ((( | ||
511 | Gibt vom Kursbaustein mit ID=[integer-2] des Kurses mit ID=[integer-1] den Boolean TRUE (=Bestanden) oder FALSE (=Nicht bestanden) zurück. | ||
512 | ))) | ||
513 | |(% colspan="1" %)(% colspan="1" %) | ||
514 | ((( | ||
515 | //getScoreWithCourseId("//[integer-1]//","//[integer-2]//")// | ||
516 | )))|(% colspan="1" %)(% colspan="1" %) | ||
517 | ((( | ||
518 | Gibt vom Kursbaustein mit ID=[integer-2] des Kurses mit ID=[integer-1] die Anzahl Punkte zurück. | ||
519 | ))) | ||
520 | |(% colspan="1" %)(% colspan="1" %) | ||
521 | ((( | ||
522 | //getMarkWithCourseId("//[integer-1]//","//[integer-2]//")// | ||
523 | )))|(% colspan="1" %)(% colspan="1" %) | ||
524 | ((( | ||
525 | Gibt vom Kursbaustein mit ID=[integer-2] des Kurses mit ID=[integer-1] die Note zurück. | ||
526 | ))) | ||
527 | |(% colspan="1" %)(% colspan="1" %) | ||
528 | ((( | ||
529 | //hasEvaluationCompleted("//KB-ID//")// | ||
530 | )))|(% colspan="1" %)(% colspan="1" %) | ||
531 | ((( | ||
532 | Gibt TRUE für alle Benutzer die den angegebenen Kursbaustein erfolgreich beendeten. | ||
533 | ))) | ||
534 | |(% colspan="1" %)(% colspan="1" %) | ||
535 | ((( | ||
536 | //getNumberOfEnrollments("//[string1]*//")// | ||
537 | )))|(% colspan="1" %)(% colspan="1" %) | ||
538 | ((( | ||
539 | Gibt TRUE, wenn die konfigurierte Anzahl der Lerngruppenmitgliedschaften im Lernbereich (string1) erreicht ist. | ||
540 | ))) | ||
541 | |(% colspan="1" %)(% colspan="1" %) | ||
542 | ((( | ||
543 | //getOnyxTestOutcome("//[string1]//","//[string2]//")// | ||
544 | )))|(% colspan="1" %)(% colspan="1" %) | ||
545 | ((( | ||
546 | Gibt vom Onyx-Test-Kursbaustein mit spezifizierter ID (string1) und spezifizierter Ausgabevariable (string2) den Wert dieser Variablen zurück. Der Rückgabewert ist eine Zahl. | ||
547 | ))) | ||
548 | |(% colspan="1" %)(% colspan="1" %) | ||
549 | ((( | ||
550 | //getOnyxTestOutcomeZK("//[string1]//","//[string2]//")// | ||
551 | )))|(% colspan="1" %)(% colspan="1" %) | ||
552 | ((( | ||
553 | Gibt vom Onyx-Test-Kursbaustein mit spezifizierter ID (string1) und spezifizierter Ausgabevariable (string2) den Wert dieser Variablen zurück. Der Rückgabewert ist eine Zeichenkette. | ||
554 | ))) | ||
555 | |(% colspan="1" %)(% colspan="1" %) | ||
556 | ((( | ||
557 | //getProgress(//"[integer]"//)// | ||
558 | )))|(% colspan="1" %)(% colspan="1" %) | ||
559 | ((( | ||
560 | Gibt vom Kursbaustein mit spezifizierter ID den Fortschritt als numerischen Wert zwischen 0 und 100 (Prozent) zurück. | ||
561 | ))) | ||
562 | |(% colspan="1" %)(% colspan="1" %) | ||
563 | ((( | ||
564 | //isPasswordConfirmed("//[string]") | ||
565 | )))|(% colspan="1" %)(% colspan="1" %) | ||
566 | ((( | ||
567 | Gibt TRUE nach Eingabe des korrekten Passwortes (string1) zurück. | ||
568 | |||
569 | Kann nur bei Kursbausteinen verwendet werden, die auch im einfachen Modus eine Passwortbeschränkung anbieten. | ||
570 | ))) | ||
571 | |(% colspan="1" %)(% colspan="1" %) | ||
572 | ((( | ||
573 | //comesFrom("//[string]//")// | ||
574 | )))|(% colspan="1" %)(% colspan="1" %) | ||
575 | ((( | ||
576 | Gibt TRUE zurück wenn der Nutzer ein verlinktes Konto zum OLAT mit der angegebenen System-ID hat. | ||
577 | ))) | ||
578 | |(% rowspan="4" %)(% rowspan="4" %) | ||
579 | ((( | ||
580 | **Einheiten** | ||
581 | )))|(% colspan="1" %)(% colspan="1" %) | ||
582 | ((( | ||
583 | //min// | ||
584 | )))|(% colspan="1" %)(% colspan="1" %) | ||
585 | ((( | ||
586 | Minuten | ||
587 | ))) | ||
588 | |(% colspan="1" %)(% colspan="1" %) | ||
589 | ((( | ||
590 | //h// | ||
591 | )))|(% colspan="1" %)(% colspan="1" %) | ||
592 | ((( | ||
593 | //h// | ||
594 | ))) | ||
595 | |(% colspan="1" %)(% colspan="1" %) | ||
596 | ((( | ||
597 | //w// | ||
598 | )))|(% colspan="1" %)(% colspan="1" %) | ||
599 | ((( | ||
600 | Wochen | ||
601 | ))) | ||
602 | |(% colspan="1" %)(% colspan="1" %) | ||
603 | ((( | ||
604 | //m// | ||
605 | )))|(% colspan="1" %)(% colspan="1" %) | ||
606 | ((( | ||
607 | Monate | ||
608 | ))) | ||
609 | |(% rowspan="9" %)(% rowspan="9" %) | ||
610 | ((( | ||
611 | **Operatoren** | ||
612 | )))|(% colspan="1" %)(% colspan="1" %) | ||
613 | ((( | ||
614 | ~= | ||
615 | )))|(% colspan="1" %)(% colspan="1" %) | ||
616 | ((( | ||
617 | gleich | ||
618 | ))) | ||
619 | |(% colspan="1" %)(% colspan="1" %) | ||
620 | ((( | ||
621 | ~> | ||
622 | )))|(% colspan="1" %)(% colspan="1" %) | ||
623 | ((( | ||
624 | grösser als | ||
625 | ))) | ||
626 | |(% colspan="1" %)(% colspan="1" %) | ||
627 | ((( | ||
628 | < | ||
629 | )))|(% colspan="1" %)(% colspan="1" %) | ||
630 | ((( | ||
631 | kleiner als | ||
632 | ))) | ||
633 | |(% colspan="1" %)(% colspan="1" %) | ||
634 | ((( | ||
635 | ~>= | ||
636 | )))|(% colspan="1" %)(% colspan="1" %) | ||
637 | ((( | ||
638 | grösser gleich | ||
639 | ))) | ||
640 | |(% colspan="1" %)(% colspan="1" %) | ||
641 | ((( | ||
642 | <= | ||
643 | )))|(% colspan="1" %)(% colspan="1" %) | ||
644 | ((( | ||
645 | kleiner gleich | ||
646 | ))) | ||
647 | |(% colspan="1" %)(% colspan="1" %) | ||
648 | ((( | ||
649 | * | ||
650 | )))|(% colspan="1" %)(% colspan="1" %) | ||
651 | ((( | ||
652 | Multiplikation | ||
653 | ))) | ||
654 | |(% colspan="1" %)(% colspan="1" %) | ||
655 | ((( | ||
656 | / | ||
657 | )))|(% colspan="1" %)(% colspan="1" %) | ||
658 | ((( | ||
659 | Division | ||
660 | ))) | ||
661 | |(% colspan="1" %)(% colspan="1" %) | ||
662 | ((( | ||
663 | + | ||
664 | )))|(% colspan="1" %)(% colspan="1" %) | ||
665 | ((( | ||
666 | Addition | ||
667 | ))) | ||
668 | |(% colspan="1" %)(% colspan="1" %) | ||
669 | ((( | ||
670 | - | ||
671 | )))|(% colspan="1" %)(% colspan="1" %) | ||
672 | ((( | ||
673 | Subtraktion | ||
674 | ))) | ||
675 | |(% colspan="1" %)(% colspan="1" %) | ||
676 | ((( | ||
677 | **Booleans** | ||
678 | )))|(% colspan="1" %)(% colspan="1" %) | ||
679 | ((( | ||
680 | & | ||
681 | )))|(% colspan="1" %)(% colspan="1" %) | ||
682 | ((( | ||
683 | Logisches UND | ||
684 | ))) | ||
685 | |(% colspan="1" %)(% colspan="1" %) | ||
686 | ((( | ||
687 | \\ | ||
688 | )))|(% colspan="1" %)(% colspan="1" %) | ||
689 | ((( | ||
690 | ~| | ||
691 | )))|(% colspan="1" %)(% colspan="1" %) | ||
692 | ((( | ||
693 | Logisches ODER | ||
694 | ))) | ||
695 | |(% colspan="1" %)(% colspan="1" %) | ||
696 | ((( | ||
697 | \\ | ||
698 | )))|(% colspan="1" %)(% colspan="1" %) | ||
699 | ((( | ||
700 | ! | ||
701 | )))|(% colspan="1" %)(% colspan="1" %) | ||
702 | ((( | ||
703 | Logisches NICHT | ||
704 | ))){{/expand}} | ||
705 | \\\\ | ||
706 | {{/layout-cell}} | ||
707 | {{/layout-section}} | ||
708 | {{/layout}} | ||
709 | {{/sv-translation}} | ||
710 | |||
711 | {{sv-translation language="en"}} | ||
712 | {{expand title="Display expert syntax"}} | ||
713 | === Expert syntax === | ||
714 | |||
715 | (% class="wrapped" %) | ||
716 | |=((( | ||
717 | Type | ||
718 | )))|=((( | ||
719 | Syntax | ||
720 | )))|=((( | ||
721 | Description | ||
722 | ))) | ||
723 | |((( | ||
724 | (% class="TableParagraph" %) | ||
725 | **Constants** | ||
726 | )))|((( | ||
727 | (% class="TableParagraph" %) | ||
728 | //TRUE //or //1// | ||
729 | )))|((( | ||
730 | (% class="TableParagraph" %) | ||
731 | True | ||
732 | ))) | ||
733 | |((( | ||
734 | \\ | ||
735 | )))|((( | ||
736 | (% class="TableParagraph" %) | ||
737 | //FALSE //or //0// | ||
738 | )))|((( | ||
739 | (% class="TableParagraph" %) | ||
740 | False | ||
741 | ))) | ||
742 | |((( | ||
743 | (% class="TableParagraph" %) | ||
744 | **Variable** | ||
745 | )))|((( | ||
746 | (% class="TableParagraph" %) | ||
747 | //now// | ||
748 | )))|((( | ||
749 | (% class="TableParagraph" %) | ||
750 | Current server system time | ||
751 | ))) | ||
752 | |((( | ||
753 | (% class="TableParagraph" %) | ||
754 | **Functions** | ||
755 | )))|((( | ||
756 | (% class="TableParagraph" %) | ||
757 | //date("[date]")// | ||
758 | )))|((( | ||
759 | (% class="TableParagraph" %) | ||
760 | Query date | ||
761 | ))) | ||
762 | |(% colspan="1" %)(% colspan="1" %) | ||
763 | ((( | ||
764 | \\ | ||
765 | )))|(% colspan="1" %)(% colspan="1" %) | ||
766 | ((( | ||
767 | (% class="TableParagraph" %) | ||
768 | //inLearningGroup("//[string]//")// | ||
769 | )))|(% colspan="1" %)(% colspan="1" %) | ||
770 | ((( | ||
771 | (% class="TableParagraph" %) | ||
772 | Returns TRUE for all members of the learning group with the title [string] of the current course. | ||
773 | ))) | ||
774 | |(% colspan="1" %)(% colspan="1" %) | ||
775 | ((( | ||
776 | \\ | ||
777 | )))|(% colspan="1" %)(% colspan="1" %) | ||
778 | ((( | ||
779 | (% class="TableParagraph" %) | ||
780 | //inLearningGroup("//[string1]//","//[string2]//")// | ||
781 | )))|(% colspan="1" %)(% colspan="1" %) | ||
782 | ((( | ||
783 | (% class="TableParagraph" %) | ||
784 | Returns TRUE for all members of the specified learning group [string1] of the course with the specified course ID=[string2]. | ||
785 | ))) | ||
786 | |(% colspan="1" %)(% colspan="1" %) | ||
787 | ((( | ||
788 | \\ | ||
789 | )))|(% colspan="1" %)(% colspan="1" %) | ||
790 | ((( | ||
791 | (% class="TableParagraph" %) | ||
792 | //inLearningGroupWaitingList("//[string]//")// | ||
793 | )))|(% colspan="1" %)(% colspan="1" %) | ||
794 | ((( | ||
795 | (% class="TableParagraph" %) | ||
796 | Returns TRUE for all users on the waiting list of the learning group [string] of the current course. | ||
797 | ))) | ||
798 | |(% colspan="1" %)(% colspan="1" %) | ||
799 | ((( | ||
800 | \\ | ||
801 | )))|(% colspan="1" %)(% colspan="1" %) | ||
802 | ((( | ||
803 | (% class="TableParagraph" %) | ||
804 | //inLearningGroupWaitingList("//[string1]//","//[string2]//"// //)// | ||
805 | )))|(% colspan="1" %)(% colspan="1" %) | ||
806 | ((( | ||
807 | (% class="TableParagraph" %) | ||
808 | Returns TRUE for all users on the waiting list of the learning group [string1] of the course with the specified course ID=[string2]. | ||
809 | ))) | ||
810 | |(% colspan="1" %)(% colspan="1" %) | ||
811 | ((( | ||
812 | \\ | ||
813 | )))|(% colspan="1" %)(% colspan="1" %) | ||
814 | ((( | ||
815 | (% class="TableParagraph" %) | ||
816 | //inRightGroup("//[string]//")// | ||
817 | )))|(% colspan="1" %)(% colspan="1" %) | ||
818 | ((( | ||
819 | (% class="TableParagraph" %) | ||
820 | Returns TRUE for all members of the right group [string]. | ||
821 | ))) | ||
822 | |(% colspan="1" %)(% colspan="1" %) | ||
823 | ((( | ||
824 | \\ | ||
825 | )))|(% colspan="1" %)(% colspan="1" %) | ||
826 | ((( | ||
827 | (% class="TableParagraph" %) | ||
828 | //isLearningGroupFull("//[string]//")// | ||
829 | )))|(% colspan="1" %)(% colspan="1" %) | ||
830 | ((( | ||
831 | (% class="TableParagraph" %) | ||
832 | Returns the Boolean TRUE (=full) or FALSE (=not full) for the specified learning group in the current course. | ||
833 | ))) | ||
834 | |(% colspan="1" %)(% colspan="1" %) | ||
835 | ((( | ||
836 | \\ | ||
837 | )))|(% colspan="1" %)(% colspan="1" %) | ||
838 | ((( | ||
839 | (% class="TableParagraph" %) | ||
840 | //isLearningGroupFull("//[string1]//","//[string2]//")// | ||
841 | )))|(% colspan="1" %)(% colspan="1" %) | ||
842 | ((( | ||
843 | (% class="TableParagraph" %) | ||
844 | Returns the Boolean TRUE (=full) or FALSE (=not full) for the specified learning group=[string1] of the course with the course ID=[string2]. | ||
845 | ))) | ||
846 | |(% colspan="1" %)(% colspan="1" %) | ||
847 | ((( | ||
848 | \\ | ||
849 | )))|(% colspan="1" %)(% colspan="1" %) | ||
850 | ((( | ||
851 | (% class="TableParagraph" %) | ||
852 | //isUser("//[string]//")// | ||
853 | )))|(% colspan="1" %)(% colspan="1" %) | ||
854 | ((( | ||
855 | (% class="TableParagraph" %) | ||
856 | Returns TRUE for the user with the user name [string]. | ||
857 | ))) | ||
858 | |(% colspan="1" %)(% colspan="1" %) | ||
859 | ((( | ||
860 | \\ | ||
861 | )))|(% colspan="1" %)(% colspan="1" %) | ||
862 | ((( | ||
863 | (% class="TableParagraph" %) | ||
864 | //inLearningArea("//[string]//")// | ||
865 | )))|(% colspan="1" %)(% colspan="1" %) | ||
866 | ((( | ||
867 | (% class="TableParagraph" %) | ||
868 | Returns TRUE for all members of the groups in the learning area [string] of the current course. | ||
869 | ))) | ||
870 | |(% colspan="1" %)(% colspan="1" %) | ||
871 | ((( | ||
872 | \\ | ||
873 | )))|(% colspan="1" %)(% colspan="1" %) | ||
874 | ((( | ||
875 | (% class="TableParagraph" %) | ||
876 | //inLearningArea("//[string1]//","//[string2]//")// | ||
877 | )))|(% colspan="1" %)(% colspan="1" %) | ||
878 | ((( | ||
879 | (% class="TableParagraph" %) | ||
880 | Returns TRUE for all members of the groups in the specified learning area [string1] of the course with the specified course ID=[string2]. | ||
881 | ))) | ||
882 | |(% colspan="1" %)(% colspan="1" %) | ||
883 | ((( | ||
884 | \\ | ||
885 | )))|(% colspan="1" %)(% colspan="1" %) | ||
886 | ((( | ||
887 | (% class="TableParagraph" %) | ||
888 | //getNumberOfEnrollments("//[string1]*//")// | ||
889 | )))|(% colspan="1" %)(% colspan="1" %) | ||
890 | ((( | ||
891 | (% class="TableParagraph" %) | ||
892 | Returns TRUE, when the configured number of learning group members is reached in the learning area (string1). | ||
893 | ))) | ||
894 | |(% colspan="1" %)(% colspan="1" %) | ||
895 | ((( | ||
896 | \\ | ||
897 | )))|(% colspan="1" %)(% colspan="1" %) | ||
898 | ((( | ||
899 | (% class="TableParagraph" %) | ||
900 | //isGlobalAuthor(0)// | ||
901 | )))|(% colspan="1" %)(% colspan="1" %) | ||
902 | ((( | ||
903 | (% class="TableParagraph" %) | ||
904 | Returns TRUE for all members of the OPAL author group. | ||
905 | ))) | ||
906 | |(% colspan="1" %)(% colspan="1" %) | ||
907 | ((( | ||
908 | \\ | ||
909 | )))|(% colspan="1" %)(% colspan="1" %) | ||
910 | ((( | ||
911 | (% class="TableParagraph" %) | ||
912 | //isCourseAdministrator(0)// | ||
913 | )))|(% colspan="1" %)(% colspan="1" %) | ||
914 | ((( | ||
915 | (% class="TableParagraph" %) | ||
916 | Returns TRUE for all owners of your course (learning resource). | ||
917 | ))) | ||
918 | |(% colspan="1" %)(% colspan="1" %) | ||
919 | ((( | ||
920 | \\ | ||
921 | )))|(% colspan="1" %)(% colspan="1" %) | ||
922 | ((( | ||
923 | (% class="TableParagraph" %) | ||
924 | //isCourseCoach(0)// | ||
925 | )))|(% colspan="1" %)(% colspan="1" %) | ||
926 | ((( | ||
927 | (% class="TableParagraph" %) | ||
928 | Returns TRUE for all users who supervise a learning group. | ||
929 | ))) | ||
930 | |(% colspan="1" %)(% colspan="1" %) | ||
931 | ((( | ||
932 | \\ | ||
933 | )))|(% colspan="1" %)(% colspan="1" %) | ||
934 | ((( | ||
935 | (% class="TableParagraph" %) | ||
936 | //isGuest(0)// | ||
937 | )))|(% colspan="1" %)(% colspan="1" %) | ||
938 | ((( | ||
939 | (% class="TableParagraph" %) | ||
940 | Returns TRUE for all users who visit OPAL as guests. | ||
941 | ))) | ||
942 | |(% colspan="1" %)(% colspan="1" %) | ||
943 | ((( | ||
944 | \\ | ||
945 | )))|(% colspan="1" %)(% colspan="1" %) | ||
946 | ((( | ||
947 | (% class="TableParagraph" %) | ||
948 | //isExternalUser(0)// | ||
949 | )))|(% colspan="1" %)(% colspan="1" %) | ||
950 | ((( | ||
951 | (% class="TableParagraph" %) | ||
952 | Returns TRUE for everyone who uses OPAL as an external user. | ||
953 | ))) | ||
954 | |(% colspan="1" %)(% colspan="1" %) | ||
955 | ((( | ||
956 | \\ | ||
957 | )))|(% colspan="1" %)(% colspan="1" %) | ||
958 | ((( | ||
959 | (% class="TableParagraph" %) | ||
960 | //hasAttribute("//[AttrName]//","//[string]//")// | ||
961 | )))|(% colspan="1" %)(% colspan="1" %) | ||
962 | ((( | ||
963 | (% class="TableParagraph" %) | ||
964 | Returns TRUE if [string] matches the value of the AAI attribute [AttrName] of the respective user. | ||
965 | ))) | ||
966 | |(% colspan="1" %)(% colspan="1" %) | ||
967 | ((( | ||
968 | \\ | ||
969 | )))|(% colspan="1" %)(% colspan="1" %) | ||
970 | ((( | ||
971 | (% class="TableParagraph" %) | ||
972 | //isInAttribute("//[AttrName]//","//[substring]//")// | ||
973 | )))|(% colspan="1" %)(% colspan="1" %) | ||
974 | ((( | ||
975 | (% class="TableParagraph" %) | ||
976 | Returns TRUE if [substring] matches a portion of the value of the AAI attribute [AttrName] of the respective user. | ||
977 | ))) | ||
978 | |(% colspan="1" %)(% colspan="1" %) | ||
979 | ((( | ||
980 | \\ | ||
981 | )))|(% colspan="1" %)(% colspan="1" %) | ||
982 | ((( | ||
983 | (% class="TableParagraph" %) | ||
984 | //getUserProperty("//[string]//")// | ||
985 | )))|(% colspan="1" %)(% colspan="1" %) | ||
986 | ((( | ||
987 | (% class="TableParagraph" %) | ||
988 | Returns the specified user property of the executing user. | ||
989 | ))) | ||
990 | |(% colspan="1" %)(% colspan="1" %) | ||
991 | ((( | ||
992 | \\ | ||
993 | )))|(% colspan="1" %)(% colspan="1" %) | ||
994 | ((( | ||
995 | (% class="TableParagraph" %) | ||
996 | //getPassed("//[integer]//")// | ||
997 | )))|(% colspan="1" %)(% colspan="1" %) | ||
998 | ((( | ||
999 | (% class="TableParagraph" %) | ||
1000 | Returns the Boolean TRUE (=passed) or FALSE (=not passed) from the course element with the specified ID. | ||
1001 | ))) | ||
1002 | |(% colspan="1" %)(% colspan="1" %) | ||
1003 | ((( | ||
1004 | \\ | ||
1005 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1006 | ((( | ||
1007 | (% class="TableParagraph" %) | ||
1008 | //getScore("//[integer]//")// | ||
1009 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1010 | ((( | ||
1011 | (% class="TableParagraph" %) | ||
1012 | Returns the number of points from the course element with the specified ID. | ||
1013 | ))) | ||
1014 | |(% colspan="1" %)(% colspan="1" %) | ||
1015 | ((( | ||
1016 | \\ | ||
1017 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1018 | ((( | ||
1019 | (% class="TableParagraph" %) | ||
1020 | //getAttempts("//[integer]//")// | ||
1021 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1022 | ((( | ||
1023 | (% class="TableParagraph" %) | ||
1024 | Returns the number of completed attempts from the course element with the specified ID. Can be applied to course elements of the type //Test, Self-test//, //Survey //(possible return values 0 or 1), and //Task //(return value = number of submitted files). | ||
1025 | ))) | ||
1026 | |(% colspan="1" %)(% colspan="1" %) | ||
1027 | ((( | ||
1028 | \\ | ||
1029 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1030 | ((( | ||
1031 | (% class="TableParagraph" %) | ||
1032 | //getInitialEnrollmentDate("//[integer]//")// | ||
1033 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1034 | ((( | ||
1035 | (% class="TableParagraph" %) | ||
1036 | Returns the date of the respective course participant's first-time enrolment from the course element //Enrolment// with the specified ID. | ||
1037 | ))) | ||
1038 | |(% colspan="1" %)(% colspan="1" %) | ||
1039 | ((( | ||
1040 | \\ | ||
1041 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1042 | ((( | ||
1043 | (% class="TableParagraph" %) | ||
1044 | //getRecentEnrollmentDate("//[integer]//")// | ||
1045 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1046 | ((( | ||
1047 | (% class="TableParagraph" %) | ||
1048 | Returns the date of the respective course participant's last enrolment from the course element //Enrolment// with the specified ID. | ||
1049 | ))) | ||
1050 | |((( | ||
1051 | \\ | ||
1052 | )))|((( | ||
1053 | (% class="TableParagraph" %) | ||
1054 | //getInitialCourseLaunchDate(0)// | ||
1055 | )))|((( | ||
1056 | (% class="TableParagraph" %) | ||
1057 | Returns the date of the first course visit of the respective course participant. | ||
1058 | ))) | ||
1059 | |((( | ||
1060 | \\ | ||
1061 | )))|((( | ||
1062 | (% class="TableParagraph" %) | ||
1063 | //getRecentCourseLaunchDate(0)// | ||
1064 | )))|((( | ||
1065 | (% class="TableParagraph" %) | ||
1066 | Returns the date of the last course visit of the respective course participant. | ||
1067 | ))) | ||
1068 | |(% colspan="1" %)(% colspan="1" %) | ||
1069 | ((( | ||
1070 | \\ | ||
1071 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1072 | ((( | ||
1073 | (% class="TableParagraph" %) | ||
1074 | //getRecentCourseLaunchDate(0)// | ||
1075 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1076 | ((( | ||
1077 | (% class="TableParagraph" %) | ||
1078 | Returns the date of the last course visit of the respective course participant. | ||
1079 | ))) | ||
1080 | |(% colspan="1" %)(% colspan="1" %) | ||
1081 | ((( | ||
1082 | \\ | ||
1083 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1084 | ((( | ||
1085 | (% class="TableParagraph" %) | ||
1086 | //getPassedWithCourseId("//[integer-1]//","//[integer- 2]//")// | ||
1087 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1088 | ((( | ||
1089 | (% class="TableParagraph" %) | ||
1090 | Returns the Boolean TRUE (=passed) or FALSE (=not passed) from the course element with the ID=[integer-2] of the course with the ID=[integer-1]. | ||
1091 | ))) | ||
1092 | |(% colspan="1" %)(% colspan="1" %) | ||
1093 | ((( | ||
1094 | \\ | ||
1095 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1096 | ((( | ||
1097 | (% class="TableParagraph" %) | ||
1098 | //getScoreWithCourseId("//[integer-1]//","//[integer-2]//")// | ||
1099 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1100 | ((( | ||
1101 | (% class="TableParagraph" %) | ||
1102 | Returns the number of points from the course element with the ID=[integer-2] of the course with the ID=[integer-1]. | ||
1103 | ))) | ||
1104 | |(% colspan="1" %)(% colspan="1" %) | ||
1105 | ((( | ||
1106 | \\ | ||
1107 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1108 | ((( | ||
1109 | //getMarkWithCourseId(" //[integer-1]//","//[integer-2]//")// | ||
1110 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1111 | ((( | ||
1112 | Returns the grade from the course element with the with the ID=[integer-1]. | ||
1113 | ))) | ||
1114 | |((( | ||
1115 | \\ | ||
1116 | )))|((( | ||
1117 | (% class="TableParagraph" %) | ||
1118 | //hasEvaluationCompleted("//KB-ID//")// | ||
1119 | )))|((( | ||
1120 | (% class="TableParagraph" %) | ||
1121 | Returns TRUE for all users who have successfully completed the specified course element. | ||
1122 | ))) | ||
1123 | |((( | ||
1124 | \\ | ||
1125 | )))|((( | ||
1126 | (% class="TableParagraph" %) | ||
1127 | //getNumberOfEnrollments("//[string1]*//")// | ||
1128 | )))|((( | ||
1129 | (% class="TableParagraph" %) | ||
1130 | Returns TRUE, when the configured number of learning group members is reached in the learning area (string1). | ||
1131 | ))) | ||
1132 | |((( | ||
1133 | \\ | ||
1134 | )))|((( | ||
1135 | (% class="TableParagraph" %) | ||
1136 | //getOnyxTestOutcome("//[string1]//","//[string2]//")// | ||
1137 | )))|((( | ||
1138 | (% class="TableParagraph" %) | ||
1139 | Returns the value of the output variable from the ONYX test course element with the specified ID (string1) and the specified output variable (string2). The return value is a number. | ||
1140 | ))) | ||
1141 | |(% colspan="1" %)(% colspan="1" %) | ||
1142 | ((( | ||
1143 | \\ | ||
1144 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1145 | ((( | ||
1146 | (% class="TableParagraph" %) | ||
1147 | //getOnyxTestOutcomeZK("//[string1]//","//[string2]//")// | ||
1148 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1149 | ((( | ||
1150 | (% class="TableParagraph" %) | ||
1151 | Returns the value of the output variable from the ONYX test course element with the specified ID (string1) and the specified output variable (string2). The return value is a string. | ||
1152 | ))) | ||
1153 | |(% colspan="1" %)(% colspan="1" %) | ||
1154 | ((( | ||
1155 | \\ | ||
1156 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1157 | ((( | ||
1158 | (% class="TableParagraph" %) | ||
1159 | //getProgress(//"[integer]"//)// | ||
1160 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1161 | ((( | ||
1162 | (% class="TableParagraph" %) | ||
1163 | Returns the progress from the course element with the specified ID as a numerical value between 0 and 100 (percent). | ||
1164 | ))) | ||
1165 | |(% colspan="1" %)(% colspan="1" %) | ||
1166 | ((( | ||
1167 | \\ | ||
1168 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1169 | ((( | ||
1170 | (% class="TableParagraph" %) | ||
1171 | //isPasswordConfirmed("//[string]") | ||
1172 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1173 | ((( | ||
1174 | (% class="TableParagraph" %) | ||
1175 | Returns TRUE after entering the correct password (string1). | ||
1176 | |||
1177 | (% class="TableParagraph" %) | ||
1178 | Can only be used with course elements which offer a password restriction even in simple mode. | ||
1179 | ))) | ||
1180 | |(% colspan="1" %)(% colspan="1" %) | ||
1181 | ((( | ||
1182 | \\ | ||
1183 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1184 | ((( | ||
1185 | (% class="TableParagraph" %) | ||
1186 | //comesFrom("//[string]//")// | ||
1187 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1188 | ((( | ||
1189 | (% class="TableParagraph" %) | ||
1190 | Returns TRUE if the user has a linked account to OLAT with the specified system ID. | ||
1191 | ))) | ||
1192 | |(% colspan="1" %)(% colspan="1" %) | ||
1193 | ((( | ||
1194 | (% class="TableParagraph" %) | ||
1195 | **Units** | ||
1196 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1197 | ((( | ||
1198 | (% class="TableParagraph" %) | ||
1199 | //min// | ||
1200 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1201 | ((( | ||
1202 | (% class="TableParagraph" %) | ||
1203 | Minutes | ||
1204 | ))) | ||
1205 | |(% colspan="1" %)(% colspan="1" %) | ||
1206 | ((( | ||
1207 | \\ | ||
1208 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1209 | ((( | ||
1210 | (% class="TableParagraph" %) | ||
1211 | //h// | ||
1212 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1213 | ((( | ||
1214 | (% class="TableParagraph" %) | ||
1215 | //h// | ||
1216 | ))) | ||
1217 | |(% colspan="1" %)(% colspan="1" %) | ||
1218 | ((( | ||
1219 | \\ | ||
1220 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1221 | ((( | ||
1222 | (% class="TableParagraph" %) | ||
1223 | //w// | ||
1224 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1225 | ((( | ||
1226 | (% class="TableParagraph" %) | ||
1227 | Weeks | ||
1228 | ))) | ||
1229 | |(% colspan="1" %)(% colspan="1" %) | ||
1230 | ((( | ||
1231 | \\ | ||
1232 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1233 | ((( | ||
1234 | (% class="TableParagraph" %) | ||
1235 | //m// | ||
1236 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1237 | ((( | ||
1238 | (% class="TableParagraph" %) | ||
1239 | Months | ||
1240 | ))) | ||
1241 | |(% colspan="1" %)(% colspan="1" %) | ||
1242 | ((( | ||
1243 | (% class="TableParagraph" %) | ||
1244 | **Operators** | ||
1245 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1246 | ((( | ||
1247 | (% class="TableParagraph" %) | ||
1248 | ~= | ||
1249 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1250 | ((( | ||
1251 | (% class="TableParagraph" %) | ||
1252 | equal to | ||
1253 | ))) | ||
1254 | |((( | ||
1255 | \\ | ||
1256 | )))|((( | ||
1257 | (% class="TableParagraph" %) | ||
1258 | ~> | ||
1259 | )))|((( | ||
1260 | (% class="TableParagraph" %) | ||
1261 | greater than | ||
1262 | ))) | ||
1263 | |((( | ||
1264 | \\ | ||
1265 | )))|((( | ||
1266 | (% class="TableParagraph" %) | ||
1267 | < | ||
1268 | )))|((( | ||
1269 | (% class="TableParagraph" %) | ||
1270 | less than | ||
1271 | ))) | ||
1272 | |((( | ||
1273 | \\ | ||
1274 | )))|((( | ||
1275 | (% class="TableParagraph" %) | ||
1276 | ~>= | ||
1277 | )))|((( | ||
1278 | (% class="TableParagraph" %) | ||
1279 | greater than or equal to | ||
1280 | ))) | ||
1281 | |((( | ||
1282 | \\ | ||
1283 | )))|((( | ||
1284 | (% class="TableParagraph" %) | ||
1285 | <= | ||
1286 | )))|((( | ||
1287 | (% class="TableParagraph" %) | ||
1288 | less than or equal to | ||
1289 | ))) | ||
1290 | |((( | ||
1291 | \\ | ||
1292 | )))|((( | ||
1293 | (% class="TableParagraph" %) | ||
1294 | * | ||
1295 | )))|((( | ||
1296 | (% class="TableParagraph" %) | ||
1297 | Multiplication | ||
1298 | ))) | ||
1299 | |(% colspan="1" %)(% colspan="1" %) | ||
1300 | ((( | ||
1301 | \\ | ||
1302 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1303 | ((( | ||
1304 | (% class="TableParagraph" %) | ||
1305 | / | ||
1306 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1307 | ((( | ||
1308 | (% class="TableParagraph" %) | ||
1309 | Division | ||
1310 | ))) | ||
1311 | |(% colspan="1" %)(% colspan="1" %) | ||
1312 | ((( | ||
1313 | \\ | ||
1314 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1315 | ((( | ||
1316 | (% class="TableParagraph" %) | ||
1317 | + | ||
1318 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1319 | ((( | ||
1320 | (% class="TableParagraph" %) | ||
1321 | Addition | ||
1322 | ))) | ||
1323 | |(% colspan="1" %)(% colspan="1" %) | ||
1324 | ((( | ||
1325 | \\ | ||
1326 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1327 | ((( | ||
1328 | (% class="TableParagraph" %) | ||
1329 | - | ||
1330 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1331 | ((( | ||
1332 | (% class="TableParagraph" %) | ||
1333 | Subtraction | ||
1334 | ))) | ||
1335 | |((( | ||
1336 | (% class="TableParagraph" %) | ||
1337 | **Booleans** | ||
1338 | )))|((( | ||
1339 | (% class="TableParagraph" %) | ||
1340 | & | ||
1341 | )))|((( | ||
1342 | (% class="TableParagraph" %) | ||
1343 | Logical AND | ||
1344 | ))) | ||
1345 | |((( | ||
1346 | \\ | ||
1347 | )))|((( | ||
1348 | (% class="TableParagraph" %) | ||
1349 | ~| | ||
1350 | )))|((( | ||
1351 | (% class="TableParagraph" %) | ||
1352 | Logical OR | ||
1353 | ))) | ||
1354 | |((( | ||
1355 | \\ | ||
1356 | )))|((( | ||
1357 | (% class="TableParagraph" %) | ||
1358 | ! | ||
1359 | )))|((( | ||
1360 | (% class="TableParagraph" %) | ||
1361 | Logical NOT | ||
1362 | ))) | ||
1363 | {{/expand}} | ||
1364 | |||
1365 | {{expand title="Application examples of the expert syntax"}} | ||
1366 | === Application examples === | ||
1367 | |||
1368 | In the following section, you will find examples on how to use the expert syntax. | ||
1369 | |||
1370 | {{info}} | ||
1371 | In addition to these institution-independent examples, there are also institution-dependent rules that restrict and transmit data according to the user's institution (DFN-AAI attributes). | ||
1372 | |||
1373 | For OPAL users, the page [[Overview of OPAL Shibboleth attributes>>url:https://bildungsportal.sachsen.de/help/attribute-opal_de.html||shape="rect"]] contains all currently usable institution-specific attributes of Saxon institutions. | ||
1374 | {{/info}} | ||
1375 | |||
1376 | (% class="wrapped" %) | ||
1377 | |=((( | ||
1378 | (% style="color: rgb(63,68,68);" %)Examples of rules in the tabs //«Visibility», «Access», //and// «Points» //(structure element) | ||
1379 | )))|=((( | ||
1380 | Effects | ||
1381 | ))) | ||
1382 | |((( | ||
1383 | (% class="TableParagraph" %) | ||
1384 | isGuest(0) or isGuest(0)=1 or isGuest(0)=true | ||
1385 | )))|((( | ||
1386 | (% class="TableParagraph" %) | ||
1387 | Only guests have access to the course element. | ||
1388 | ))) | ||
1389 | |((( | ||
1390 | (% class="TableParagraph" %) | ||
1391 | inLearningGroup("Beginners") = 0 | ||
1392 | )))|((( | ||
1393 | (% class="TableParagraph" %) | ||
1394 | With the exception of the group //«Beginners»,// the course element is visible to all course participants. | ||
1395 | ))) | ||
1396 | |((( | ||
1397 | (% class="TableParagraph" %) | ||
1398 | (now >= date("22.03.2017 12:00")) & (now <= date("23.08.2017 18:00")) | inLearningGroup("Supervisors") | ||
1399 | )))|((( | ||
1400 | (% class="TableParagraph" %) | ||
1401 | The course element will be visible to all course participants from 22.03.2017 to 23.08.2017. For the members of the learning group //«Supervisors», //in contrast, it will be visible// //at any time//.// | ||
1402 | ))) | ||
1403 | |((( | ||
1404 | (% class="TableParagraph" %) | ||
1405 | (now >= date("03.09.2017 00:00")) & (now <= date("13.10.2017 00:00")) & inRightGroup("Assessors")| isUser("Author") | ||
1406 | )))|((( | ||
1407 | (% class="TableParagraph" %) | ||
1408 | The course element will be visible to all course participants of the right group //«Assessors»// from 03.09.2017 to 13.10.2017. For the person with the user name //«Author», //in contrast, it will be visible at any time. | ||
1409 | ))) | ||
1410 | |(% colspan="1" %)(% colspan="1" %) | ||
1411 | ((( | ||
1412 | (% class="TableParagraph" %) | ||
1413 | isInAttribute("surname","Mue") | ||
1414 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1415 | ((( | ||
1416 | (% class="TableParagraph" %) | ||
1417 | Returns TRUE for all persons whose attribute //surname// contains// //the letter sequence "Mue". It returns TRUE e.g. for the value "Mueller" or "Muehlebacher". | ||
1418 | ))) | ||
1419 | |(% colspan="1" %)(% colspan="1" %) | ||
1420 | ((( | ||
1421 | (% class="TableParagraph" %) | ||
1422 | (getUserProperty("orgUnit") = "Marketing") | ||
1423 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1424 | ((( | ||
1425 | (% class="TableParagraph" %) | ||
1426 | Checks whether a person is in the organisation unit "Marketing". This is for example useful if the data are automatically transferred from LDAP. | ||
1427 | ))) | ||
1428 | |(% colspan="1" %)(% colspan="1" %) | ||
1429 | ((( | ||
1430 | (% class="TableParagraph" %) | ||
1431 | (getPassed("69742969114730") | getPassed("69742969115733") | getPassed("69742969118009")) * 10 | ||
1432 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1433 | ((( | ||
1434 | (% class="TableParagraph" %) | ||
1435 | This rule is set in the tab //«Points» //-> //«Process points»// of the course element //Structure//. The course element //Structure //shows 10 points if any of the tests (course element IDs "69742969114730", "69742969115733", or "69742969118009") has been passed, otherwise it will show 0 points. | ||
1436 | ))) | ||
1437 | |(% colspan="1" %)(% colspan="1" %) | ||
1438 | ((( | ||
1439 | (getScore("69742969114730") + getScore("69742969115733") + getScore("69742969118009")) >= 140 | getPassed("69978845384688") | ||
1440 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1441 | ((( | ||
1442 | (% class="TableParagraph" %) | ||
1443 | This rule is set in the tab //«Points» //-> | ||
1444 | |||
1445 | //«Passed if»// of the course element //Structure//. The course element //Structure //shows a //"passed"// if a minimum of 140 points is achieved in all tests together or if a //«passed» //is set manually// //(course element //Assessment //with the ID "69978845384688"). | ||
1446 | ))) | ||
1447 | |(% colspan="1" %)(% colspan="1" %) | ||
1448 | ((( | ||
1449 | (% class="TableParagraph" %) | ||
1450 | getAttempts("70323786958847") > 0 | ||
1451 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1452 | ((( | ||
1453 | (% class="TableParagraph" %) | ||
1454 | Returns TRUE as soon as the course participant has completed the test with the specified ID for the first time. | ||
1455 | ))) | ||
1456 | |((( | ||
1457 | (% class="TableParagraph" %) | ||
1458 | getAttempts("70323524635734") <= 3 | ||
1459 | )))|((( | ||
1460 | (% class="TableParagraph" %) | ||
1461 | Returns FALSE as soon as the course participant has saved more than 3 files in the drop box of the course element //Task//. | ||
1462 | ))) | ||
1463 | |((( | ||
1464 | (% class="TableParagraph" %) | ||
1465 | getInitialEnrollmentDate("70323786958847") <= date("26.5.2017 18:00") | ||
1466 | )))|((( | ||
1467 | (% class="TableParagraph" %) | ||
1468 | Returns TRUE for those course participants who have enrolled in one of the available groups before 6 p.m. on May 26, 2017 via the course element //Enrolment// with a specified ID. | ||
1469 | ))) | ||
1470 | |(% colspan="1" %)(% colspan="1" %) | ||
1471 | ((( | ||
1472 | (% class="TableParagraph" %) | ||
1473 | getInitialEnrollmentDate("70323786958847") + 2h > now | ||
1474 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1475 | ((( | ||
1476 | (% class="TableParagraph" %) | ||
1477 | Returns TRUE within two hours from the time of enrolment for those course participants who have enrolled in one of the available groups via the course element //Enrolment// with a specified ID. In this way, it can be ensured that each course participant can only e.g. process a script during a certain period of time. | ||
1478 | ))) | ||
1479 | |(% colspan="1" %)(% colspan="1" %) | ||
1480 | ((( | ||
1481 | (% class="TableParagraph" %) | ||
1482 | (getInitialCourseLaunchDate(0) >= never) | (getInitialCourseLaunchDate(0) + 2h > now) | ||
1483 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1484 | ((( | ||
1485 | (% class="TableParagraph" %) | ||
1486 | Returns TRUE if the course participant has not yet visited the course, or during the first two hours of the first course visit. In this way, it can be ensured that each course participant can only see the course for a certain period of time. | ||
1487 | ))) | ||
1488 | |(% colspan="1" %)(% colspan="1" %) | ||
1489 | ((( | ||
1490 | (% class="TableParagraph" %) | ||
1491 | (getRecentCourseLaunchDate(0) + 10min) > now | ||
1492 | )))|(% colspan="1" %)(% colspan="1" %) | ||
1493 | ((( | ||
1494 | (% class="TableParagraph" %) | ||
1495 | Returns TRUE if the user has been active in the course for more than 10 minutes. | ||
1496 | ))) | ||
1497 | |((( | ||
1498 | (% class="TableParagraph" %) | ||
1499 | getOnyxTestOutcome("84692289655276","SCORE") >= 10 | ||
1500 | )))|((( | ||
1501 | (% class="TableParagraph" %) | ||
1502 | Returns TRUE if the user has reached at least 10 points. | ||
1503 | ))) | ||
1504 | |((( | ||
1505 | (% class="TableParagraph" %) | ||
1506 | getOnyxTestOutcomeZK("84389429397045","PASS") ="true" | ||
1507 | )))|((( | ||
1508 | (% class="TableParagraph" %) | ||
1509 | Returns TRUE if the user has passed the test. | ||
1510 | ))) | ||
1511 | |((( | ||
1512 | (% class="TableParagraph" %) | ||
1513 | getMark("84692289655276") > 4 | ||
1514 | )))|((( | ||
1515 | (% class="TableParagraph" %) | ||
1516 | Returns TRUE if the user's grade for the specified course element is better than 4. | ||
1517 | ))) | ||
1518 | |||
1519 | {{note title="Attention!"}} | ||
1520 | Please note that the above-mentioned course element IDs are just examples. When you create a course, you need to reference the ID of your own course. | ||
1521 | {{/note}} | ||
1522 | {{/expand}} | ||
1523 | {{/sv-translation}} |