Wiki source code of Expertenmodus

Last modified by Carina Enke on 15.01.2024

Show last authors
1 {{layout}}
2 {{layout-section ac:type="single"}}
3 {{layout-cell}}
4 **Application examples of expert rules**
5
6 In the following, you will find examples of how to use the expert syntax.
7 {{/layout-cell}}
8 {{/layout-section}}
9
10 {{layout-section ac:type="single"}}
11 {{layout-cell}}
12
13 {{/layout-cell}}
14 {{/layout-section}}
15
16 {{layout-section ac:type="single"}}
17 {{layout-cell}}
18 **Typical application examples**
19
20 {{expand title="Make individual content elements in a public course only visible to registered users ..."}}
21 Do you wish to hide certain content elements in a public course from guests? Then enter the following code into the text field next to Expert mode in the Visibility tab of the corresponding course element. This will hide the course element in a publicly accessible course from non-registered guest users.
22
23 {{code}}
24 isGuest(0)=false
25 {{/code}}
26
27 (% class="wrapped" %)
28 |=(((
29 Configuration in the course editor
30 )))|(((
31 (% class="content-wrapper" %)
32 (((
33 [[image:attach:Kurseditor - Konfiguration nur registrierte Nutzer_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
34 )))
35 )))
36 |=(((
37 Course view as a registered user
38 )))|(((
39 (% class="content-wrapper" %)
40 (((
41 [[image:attach:Kursrun - Ansicht registrierte Nutzer_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
42 )))
43 )))
44 |=(((
45 Course view as a guest user
46 )))|(((
47 (% class="content-wrapper" %)
48 (((
49 [[image:attach:Kurseditor - Konfiguration nicht für Gäste_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
50 )))
51 )))
52 |=(((
53 Course view as a course owner
54 )))|(((
55 (% class="content-wrapper" %)
56 (((
57 [[image:attach:Kursrun - Ansicht Kursverantwortlicher_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
58 )))
59 )))
60 {{/expand}}
61
62 {{expand title="Make individual content elements in a public course only visible to guests ..."}}
63 Do you wish to display certain content elements in a public course only to guests and course owners? Then enter the following code into the text field next to Expert mode in the Visibility tab of the corresponding course element. This will display the course element in a publicly accessible course only to guest users and course owners.
64
65 {{code}}
66 isGuest(0)=true |isCourseAdministrator(0)
67 {{/code}}
68
69 (% class="wrapped" %)
70 |=(((
71 Configuration in the course editor
72 )))|(((
73 (% class="content-wrapper" %)
74 (((
75 [[image:attach:Kurseditor - Konfiguration keine Gäste_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
76 )))
77 )))
78 |=(((
79 Course view as a registered user
80 )))|(((
81 (% class="content-wrapper" %)
82 (((
83 [[image:attach:Kursansicht - nicht für registrierte Nutzer_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
84 )))
85 )))
86 |=(((
87 Course view as a guest user
88 )))|(((
89 (% class="content-wrapper" %)
90 (((
91 [[image:attach:Kursrun - Ansicht nur Gäste_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
92 )))
93 )))
94 |=(((
95 Course view as a course owner
96 )))|(((
97 (% class="content-wrapper" %)
98 (((
99 [[image:attach:Kursrun - Ansicht Kursverantwortlicher_de.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
100 )))
101 )))
102 {{/expand}}
103 {{/layout-cell}}
104 {{/layout-section}}
105
106 {{layout-section ac:type="single"}}
107 {{layout-cell}}
108 {{expand title="Activate course elements according to test result ..."}}
109 Do you wish to activate certain course elements depending on a test? For instructions on how to implement this scenario, see the help page [[Learning path control by test result>>doc:LMS.Benutzerhandbuch OPAL.Lehren.Leitfäden.Lernwegsteuerung nach Testergebnis.WebHome]].
110 {{/expand}}
111 {{/layout-cell}}
112 {{/layout-section}}
113
114 {{layout-section ac:type="single"}}
115 {{layout-cell}}
116 {{expand title="Further application examples of the expert syntax ..."}}
117 {{info}}
118 (% class="box infomessage box infomessage" %)In addition to the general examples, which can be used institution-independently, there are also institution-specific restrictions on data that will be transmitted depending on the institution.
119
120 (% class="box infomessage box infomessage" %)For OPAL users, the help page [[Overview of OPAL Shibboleth>>doc:LMS.Benutzerhandbuch OPAL.Administration.OPAL Shibboleth Attribute.WebHome]] attributes contains all currently usable institution-specific attributes of Saxon institutions.
121 {{/info}}
122
123 (% class="wrapped" %)
124 |=(((
125 (% style="color:#3f4444" %)Examples of rules in the tabs //«//Visibility// », « //Access// », //and //« //Points// » //(structure element)
126 )))|=(((
127 Effects
128 )))
129 |(((
130 (% class="TableParagraph" %)
131 isGuest(0)=true
132 )))|(((
133 (% class="TableParagraph" %)
134 If this code is entered in the Visibility tab, the course element will only be visible to guests, but not to registered users.
135
136 (% class="TableParagraph" %)
137 If this code is entered in the Access tab, only guests will have access to this course element.
138
139 (% class="TableParagraph" %)
140 Alternatively, the code isGuest(0) or isGuest (0)=1 can be used.
141 )))
142 |(% colspan="1" %)(% colspan="1" %)
143 (((
144 isGuest(0)=false
145 )))|(% colspan="1" %)(% colspan="1" %)
146 (((
147 If this code is entered in the Visibility tab, the course element will be hidden from guests.
148
149 If this code is entered in the Access tab, guests will not have access to the course element's contents.
150 )))
151 |(((
152 (% class="TableParagraph" %)
153 inLearningGroup("Beginners") = false
154 )))|(((
155 (% class="TableParagraph" %)
156 With the exception of the «Beginners» group//,// the course element will be visible to all course participants.
157 )))
158 |(((
159 (% class="TableParagraph" %)
160 (now >= date("22.03.2017 12:00")) & (now <= date("23.08.2017 18:00")) | inLearningGroup("Supervisors")
161 )))|(((
162 (% class="TableParagraph" %)
163 The course element will be visible to all course participants from 22.03.2017 to 23.08.2017. For the members of the «Supervisors» learning group//, //in contrast, it will be visible// //at any time//.//
164 )))
165 |(((
166 (% class="TableParagraph" %)
167 (now >= date("03.09.2017 00:00")) & (now <= date("13.10.2017 00:00")) & inRightGroup("Assessors")| isUser("Author")
168 )))|(((
169 (% class="TableParagraph" %)
170 The course element will be visible to all course participants of the «Assessors» right group from 03.09.2017 to 13.10.2017. For the user with the user name «Author»//, //in contrast, it will be visible at any time.
171 )))
172 |(% colspan="1" %)(% colspan="1" %)
173 (((
174 (% class="TableParagraph" %)
175 isInAttribute("surname","Mue")
176 )))|(% colspan="1" %)(% colspan="1" %)
177 (((
178 (% class="TableParagraph" %)
179 Returns TRUE for all users whose «surname» attribute contains// //the letter sequence "Mue". For example, it returns TRUE for the value "Mueller" or "Muehlebacher".
180 )))
181 |(% colspan="1" %)(% colspan="1" %)
182 (((
183 (% class="TableParagraph" %)
184 (getUserProperty("orgUnit") = "Marketing")
185 )))|(% colspan="1" %)(% colspan="1" %)
186 (((
187 (% class="TableParagraph" %)
188 Checks whether a person is in the "Marketing" organisation unit. This is useful, for example, if the data is automatically transferred from LDAP.
189 )))
190 |(% colspan="1" %)(% colspan="1" %)
191 (((
192 (% class="TableParagraph" %)
193 (getPassed("69742969114730") | getPassed("69742969115733") | getPassed("69742969118009")) * 10
194 )))|(% colspan="1" %)(% colspan="1" %)
195 (((
196 (% class="TableParagraph" %)
197 This rule can be set in the «Points» tab -> «Process points» of the Structure course element. The Structure course element shows 10 points if any of the tests (course element IDs "69742969114730", "69742969115733", or "69742969118009") will be passed, otherwise it shows 0 points.
198 )))
199 |(% colspan="1" %)(% colspan="1" %)
200 (((
201 (getScore("69742969114730") + getScore("69742969115733") + getScore("69742969118009")) >= 140 | getPassed("69978845384688")
202 )))|(% colspan="1" %)(% colspan="1" %)
203 (((
204 (% class="TableParagraph" %)
205 This rule can be set in the «Points» tab ->
206
207 «Passed if» of the Structure course element. The Structure course element// //shows "passed" if a minimum of 140 points will be achieved across all tests or if «passed» will be manually set (Assessment course element// //with the ID "69978845384688").
208 )))
209 |(% colspan="1" %)(% colspan="1" %)
210 (((
211 (% class="TableParagraph" %)
212 getAttempts("70323786958847") > 0
213 )))|(% colspan="1" %)(% colspan="1" %)
214 (((
215 (% class="TableParagraph" %)
216 Returns TRUE as soon as the course participant has completed the test with the specified ID for the first time.
217 )))
218 |(((
219 (% class="TableParagraph" %)
220 getAttempts("70323524635734") <= 3
221 )))|(((
222 (% class="TableParagraph" %)
223 Returns FALSE as soon as the course participant has saved more than 3 files to the drop box of the Task course element.
224 )))
225 |(((
226 (% class="TableParagraph" %)
227 getInitialEnrollmentDate("70323786958847") <= date("26.5.2017 18:00")
228 )))|(((
229 (% class="TableParagraph" %)
230 Returns TRUE for those course participants who enrolled in one of the available groups via the Enrolment course element using a specified ID before 6 p.m. on May 26 2017.
231 )))
232 |(% colspan="1" %)(% colspan="1" %)
233 (((
234 (% class="TableParagraph" %)
235 getInitialEnrollmentDate("70323786958847") + 2h > now
236 )))|(% colspan="1" %)(% colspan="1" %)
237 (((
238 (% class="TableParagraph" %)
239 Returns TRUE within two hours from the time of enrolment for those course participants who enrolled in one of the available groups via the Enrolment course element using 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.
240 )))
241 |(% colspan="1" %)(% colspan="1" %)
242 (((
243 (% class="TableParagraph" %)
244 (getInitialCourseLaunchDate(0) >= never) | (getInitialCourseLaunchDate(0) + 2h > now)
245 )))|(% colspan="1" %)(% colspan="1" %)
246 (((
247 (% class="TableParagraph" %)
248 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.
249 )))
250 |(% colspan="1" %)(% colspan="1" %)
251 (((
252 (% class="TableParagraph" %)
253 (getRecentCourseLaunchDate(0) + 10min) > now
254 )))|(% colspan="1" %)(% colspan="1" %)
255 (((
256 (% class="TableParagraph" %)
257 Returns TRUE if the user has been active in the course for more than 10 minutes.
258 )))
259 |(((
260 (% class="TableParagraph" %)
261 getOnyxTestOutcome("84692289655276","SCORE") >= 10
262 )))|(((
263 (% class="TableParagraph" %)
264 Returns TRUE if the user has reached at least 10 points.
265 )))
266 |(((
267 (% class="TableParagraph" %)
268 getOnyxTestOutcomeZK("84389429397045","PASS") ="true"
269 )))|(((
270 (% class="TableParagraph" %)
271 Returns TRUE if the user has passed the test.
272 )))
273 |(((
274 (% class="TableParagraph" %)
275 getMark("84692289655276") > 4
276 )))|(((
277 (% class="TableParagraph" %)
278 Returns TRUE if the user's mark for the specified course element is better than 4.
279 )))
280 |(% colspan="1" %)(% colspan="1" %)
281 (((
282 getProgress("69742969114730")>=100
283 )))|(% colspan="1" %)(% colspan="1" %)
284 (((
285 Returns TRUE if the user has completed the specified course element (course progress).
286 )))
287
288 {{note title="Attention!"}}
289 Please note that the above-mentioned course element IDs are just examples. When you create a course, you need to reference the IDs of your own courses.
290 {{/note}}
291 {{/expand}}
292 {{/layout-cell}}
293 {{/layout-section}}
294
295 {{layout-section ac:type="single"}}
296 {{layout-cell}}
297 **Expert syntax**
298
299 {{expand title="Overview of the available expert syntax ..."}}
300 (% class="wrapped" %)
301 |=(((
302 Type
303 )))|=(((
304 Syntax
305 )))|=(((
306 Description
307 )))
308 |(% rowspan="2" %)(% rowspan="2" %)
309 (((
310 (% class="TableParagraph" %)
311 **Constants**
312 )))|(((
313 (% class="TableParagraph" %)
314 //TRUE //or //1//
315 )))|(((
316 (% class="TableParagraph" %)
317 True
318 )))
319 |(((
320 (% class="TableParagraph" %)
321 //FALSE //or //0//
322 )))|(((
323 (% class="TableParagraph" %)
324 False
325 )))
326 |(((
327 (% class="TableParagraph" %)
328 **Variable**
329 )))|(((
330 (% class="TableParagraph" %)
331 //now//
332 )))|(((
333 (% class="TableParagraph" %)
334 Current server system time
335 )))
336 |(% rowspan="37" %)(% rowspan="37" %)
337 (((
338 (% class="TableParagraph" %)
339 **Functions**
340
341
342
343
344 \\
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361 \\
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376 \\\\
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396 \\
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468 \\
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500 \\
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536 \\
537 )))|(((
538 (% class="TableParagraph" %)
539 //date("[date]")//
540 )))|(((
541 (% class="TableParagraph" %)
542 Query date
543 )))
544 |(% colspan="1" %)(% colspan="1" %)
545 (((
546 (% class="TableParagraph" %)
547 //inLearningGroup("//[string]//")//
548 )))|(% colspan="1" %)(% colspan="1" %)
549 (((
550 (% class="TableParagraph" %)
551 Returns TRUE for all members of the learning group with the title [string] of the current course.
552 )))
553 |(% colspan="1" %)(% colspan="1" %)
554 (((
555 (% class="TableParagraph" %)
556 //inLearningGroup("//[string1]//","//[string2]//")//
557 )))|(% colspan="1" %)(% colspan="1" %)
558 (((
559 (% class="TableParagraph" %)
560 Returns TRUE for all members of the specified learning group [string1] of the course with the specified course ID=[string2].
561 )))
562 |(% colspan="1" %)(% colspan="1" %)
563 (((
564 (% class="TableParagraph" %)
565 //inLearningGroupWaitingList("//[string]//")//
566 )))|(% colspan="1" %)(% colspan="1" %)
567 (((
568 (% class="TableParagraph" %)
569 Returns TRUE for all users on the waiting list of the learning group [string] of the current course.
570 )))
571 |(% colspan="1" %)(% colspan="1" %)
572 (((
573 (% class="TableParagraph" %)
574 //inLearningGroupWaitingList("//[string1]//","//[string2]//"// //)//
575 )))|(% colspan="1" %)(% colspan="1" %)
576 (((
577 (% class="TableParagraph" %)
578 Returns TRUE for all users on the waiting list of the learning group [string1] of the course with the specified course ID=[string2].
579 )))
580 |(% colspan="1" %)(% colspan="1" %)
581 (((
582 (% class="TableParagraph" %)
583 //inRightGroup("//[string]//")//
584 )))|(% colspan="1" %)(% colspan="1" %)
585 (((
586 (% class="TableParagraph" %)
587 Returns TRUE for all members of the right group [string].
588 )))
589 |(% colspan="1" %)(% colspan="1" %)
590 (((
591 (% class="TableParagraph" %)
592 //isLearningGroupFull("//[string]//")//
593 )))|(% colspan="1" %)(% colspan="1" %)
594 (((
595 (% class="TableParagraph" %)
596 Returns the Boolean TRUE (=full) or FALSE (=not full) for the specified learning group in the current course.
597 )))
598 |(% colspan="1" %)(% colspan="1" %)
599 (((
600 (% class="TableParagraph" %)
601 //isLearningGroupFull("//[string1]//","//[string2]//")//
602 )))|(% colspan="1" %)(% colspan="1" %)
603 (((
604 (% class="TableParagraph" %)
605 Returns the Boolean TRUE (=full) or FALSE (=not full) for the specified learning group=[string1] of the course with the course ID=[string2].
606 )))
607 |(% colspan="1" %)(% colspan="1" %)
608 (((
609 (% class="TableParagraph" %)
610 //isUser("//[string]//")//
611 )))|(% colspan="1" %)(% colspan="1" %)
612 (((
613 (% class="TableParagraph" %)
614 Returns TRUE for the user with the user name [string].
615 )))
616 |(% colspan="1" %)(% colspan="1" %)
617 (((
618 (% class="TableParagraph" %)
619 //inLearningArea("//[string]//")//
620 )))|(% colspan="1" %)(% colspan="1" %)
621 (((
622 (% class="TableParagraph" %)
623 Returns TRUE for all members of the groups in the learning area [string] of the current course.
624 )))
625 |(% colspan="1" %)(% colspan="1" %)
626 (((
627 (% class="TableParagraph" %)
628 //inLearningArea("//[string1]//","//[string2]//")//
629 )))|(% colspan="1" %)(% colspan="1" %)
630 (((
631 (% class="TableParagraph" %)
632 Returns TRUE for all members of the groups in the specified learning area [string1] of the course with the specified course ID=[string2].
633 )))
634 |(% colspan="1" %)(% colspan="1" %)
635 (((
636 (% class="TableParagraph" %)
637 //getNumberOfEnrollments("//[string1]*//")//
638 )))|(% colspan="1" %)(% colspan="1" %)
639 (((
640 (% class="TableParagraph" %)
641 Returns TRUE, when the configured number of learning group members is reached in the learning area (string1).
642 )))
643 |(% colspan="1" %)(% colspan="1" %)
644 (((
645 (% class="TableParagraph" %)
646 //isGlobalAuthor()//
647 )))|(% colspan="1" %)(% colspan="1" %)
648 (((
649 (% class="TableParagraph" %)
650 Returns TRUE for all members of the OPAL author group.
651 )))
652 |(% colspan="1" %)(% colspan="1" %)
653 (((
654 (% class="TableParagraph" %)
655 //isCourseAdministrator()//
656 )))|(% colspan="1" %)(% colspan="1" %)
657 (((
658 (% class="TableParagraph" %)
659 Returns TRUE for all owners of your course (learning resource).
660 )))
661 |(% colspan="1" %)(% colspan="1" %)
662 (((
663 (% class="TableParagraph" %)
664 //isCourseCoach()//
665 )))|(% colspan="1" %)(% colspan="1" %)
666 (((
667 (% class="TableParagraph" %)
668 Returns TRUE for all users who supervise a learning group.
669 )))
670 |(% colspan="1" %)(% colspan="1" %)
671 (((
672 (% class="TableParagraph" %)
673 //isGuest()//
674 )))|(% colspan="1" %)(% colspan="1" %)
675 (((
676 (% class="TableParagraph" %)
677 Returns TRUE for all users who visit OPAL as guests.
678 )))
679 |(% colspan="1" %)(% colspan="1" %)
680 (((
681 (% class="TableParagraph" %)
682 //isExternalUser()//
683 )))|(% colspan="1" %)(% colspan="1" %)
684 (((
685 (% class="TableParagraph" %)
686 Returns TRUE for everyone who uses OPAL as an external user.
687 )))
688 |(% colspan="1" %)(% colspan="1" %)
689 (((
690 (% class="TableParagraph" %)
691 //hasAttribute("//[AttrName]//","//[string]//")//
692 )))|(% colspan="1" %)(% colspan="1" %)
693 (((
694 (% class="TableParagraph" %)
695 Returns TRUE if [string] matches the value of the AAI attribute [AttrName] of the respective user.
696 )))
697 |(% colspan="1" %)(% colspan="1" %)
698 (((
699 (% class="TableParagraph" %)
700 //isInAttribute("//[AttrName]//","//[substring]//")//
701 )))|(% colspan="1" %)(% colspan="1" %)
702 (((
703 (% class="TableParagraph" %)
704 Returns TRUE if [substring] matches a portion of the value of the AAI attribute [AttrName] of the respective user.
705 )))
706 |(% colspan="1" %)(% colspan="1" %)
707 (((
708 (% class="TableParagraph" %)
709 //getUserProperty("//[string]//")//
710 )))|(% colspan="1" %)(% colspan="1" %)
711 (((
712 (% class="TableParagraph" %)
713 Returns the specified user property of the executing user.
714 )))
715 |(% colspan="1" %)(% colspan="1" %)
716 (((
717 (% class="TableParagraph" %)
718 //getPassed("//[integer]//")//
719 )))|(% colspan="1" %)(% colspan="1" %)
720 (((
721 (% class="TableParagraph" %)
722 Returns the Boolean TRUE (=passed) or FALSE (=not passed) from the course element with the specified ID.
723 )))
724 |(% colspan="1" %)(% colspan="1" %)
725 (((
726 (% class="TableParagraph" %)
727 //getScore("//[integer]//")//
728 )))|(% colspan="1" %)(% colspan="1" %)
729 (((
730 (% class="TableParagraph" %)
731 Returns the number of points from the course element with the specified ID.
732 )))
733 |(% colspan="1" %)(% colspan="1" %)
734 (((
735 (% class="TableParagraph" %)
736 //getAttempts("//[integer]//")//
737 )))|(% colspan="1" %)(% colspan="1" %)
738 (((
739 (% class="TableParagraph" %)
740 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).
741 )))
742 |(% colspan="1" %)(% colspan="1" %)
743 (((
744 (% class="TableParagraph" %)
745 //getInitialEnrollmentDate("//[integer]//")//
746 )))|(% colspan="1" %)(% colspan="1" %)
747 (((
748 (% class="TableParagraph" %)
749 Returns the date of the respective course participant's first-time enrolment from the Enrolment course element with the specified ID.
750 )))
751 |(% colspan="1" %)(% colspan="1" %)
752 (((
753 (% class="TableParagraph" %)
754 //getRecentEnrollmentDate("//[integer]//")//
755 )))|(% colspan="1" %)(% colspan="1" %)
756 (((
757 (% class="TableParagraph" %)
758 Returns the date of the respective course participant's last enrolment from the Enrolment course element with the specified ID.
759 )))
760 |(((
761 (% class="TableParagraph" %)
762 //getInitialCourseLaunchDate()//
763 )))|(((
764 (% class="TableParagraph" %)
765 Returns the date of the first-time course visit of the respective course participant.
766 )))
767 |(((
768 (% class="TableParagraph" %)
769 //getRecentCourseLaunchDate()//
770 )))|(((
771 (% class="TableParagraph" %)
772 Returns the date of the last course visit of the respective course participant.
773 )))
774 |(% colspan="1" %)(% colspan="1" %)
775 (((
776 (% class="TableParagraph" %)
777 //getPassedWithCourseId("//[integer-1]//","//[integer- 2]//")//
778 )))|(% colspan="1" %)(% colspan="1" %)
779 (((
780 (% class="TableParagraph" %)
781 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].
782 )))
783 |(% colspan="1" %)(% colspan="1" %)
784 (((
785 (% class="TableParagraph" %)
786 //getScoreWithCourseId("//[integer-1]//","//[integer-2]//")//
787 )))|(% colspan="1" %)(% colspan="1" %)
788 (((
789 (% class="TableParagraph" %)
790 Returns the number of points from the course element with the ID=[integer-2] of the course with the ID=[integer-1].
791 )))
792 |(% colspan="1" %)(% colspan="1" %)
793 (((
794 //getMarkWithCourseId(" //[integer-1]//","//[integer-2]//")//
795 )))|(% colspan="1" %)(% colspan="1" %)
796 (((
797 Returns the mark from the course element with the ID=[integer-2] of the course with the ID=[integer-1].
798 )))
799 |(((
800 (% class="TableParagraph" %)
801 //hasEvaluationCompleted("//KB-ID//")//
802 )))|(((
803 (% class="TableParagraph" %)
804 Returns TRUE for all users who have successfully completed the specified course element.
805 )))
806 |(((
807 (% class="TableParagraph" %)
808 //getNumberOfEnrollments("//[string1]*//")//
809 )))|(((
810 (% class="TableParagraph" %)
811 Returns TRUE, when the configured number of learning group members is reached in the learning area (string1).
812 )))
813 |(((
814 (% class="TableParagraph" %)
815 //getOnyxTestOutcome("//[string1]//","//[string2]//")//
816 )))|(((
817 (% class="TableParagraph" %)
818 Returns from the ONYX test course element with the specified ID (string1) and the specified output variable (string2) the value of this variable. The return value will be a number.
819 )))
820 |(% colspan="1" %)(% colspan="1" %)
821 (((
822 (% class="TableParagraph" %)
823 //getOnyxTestOutcomeZK("//[string1]//","//[string2]//")//
824 )))|(% colspan="1" %)(% colspan="1" %)
825 (((
826 (% class="TableParagraph" %)
827 Returns from the ONYX test course element with the specified ID (string1) and the specified output variable (string2) the value of this variable. The return value will be a string.
828 )))
829 |(% colspan="1" %)(% colspan="1" %)
830 (((
831 (% class="TableParagraph" %)
832 //getProgress(//"[integer]"//)//
833 )))|(% colspan="1" %)(% colspan="1" %)
834 (((
835 (% class="TableParagraph" %)
836 Returns the progress from the course element with the specified ID as a numerical value between 0 and 100 (percent).
837 )))
838 |(% colspan="1" %)(% colspan="1" %)
839 (((
840 (% class="TableParagraph" %)
841 //isPasswordConfirmed("//[string]")
842 )))|(% colspan="1" %)(% colspan="1" %)
843 (((
844 (% class="TableParagraph" %)
845 Returns TRUE after entering the correct password (string1).
846
847 (% class="TableParagraph" %)
848 Can only be used with course elements that allow a password restriction even in simple mode.
849 )))
850 |(% colspan="1" %)(% colspan="1" %)
851 (((
852 (% class="TableParagraph" %)
853 //comesFrom("//[string]//")//
854 )))|(% colspan="1" %)(% colspan="1" %)
855 (((
856 (% class="TableParagraph" %)
857 Returns TRUE if the user has a linked account to OLAT with the specified system ID.
858 )))
859 |(% rowspan="4" %)(% rowspan="4" %)
860 (((
861 (% class="TableParagraph" %)
862 **Units**
863
864
865
866
867 )))|(% colspan="1" %)(% colspan="1" %)
868 (((
869 (% class="TableParagraph" %)
870 //min//
871 )))|(% colspan="1" %)(% colspan="1" %)
872 (((
873 (% class="TableParagraph" %)
874 Minutes
875 )))
876 |(% colspan="1" %)(% colspan="1" %)
877 (((
878 (% class="TableParagraph" %)
879 //h//
880 )))|(% colspan="1" %)(% colspan="1" %)
881 (((
882 (% class="TableParagraph" %)
883 Hours
884 )))
885 |(% colspan="1" %)(% colspan="1" %)
886 (((
887 (% class="TableParagraph" %)
888 //w//
889 )))|(% colspan="1" %)(% colspan="1" %)
890 (((
891 (% class="TableParagraph" %)
892 Weeks
893 )))
894 |(% colspan="1" %)(% colspan="1" %)
895 (((
896 (% class="TableParagraph" %)
897 //m//
898 )))|(% colspan="1" %)(% colspan="1" %)
899 (((
900 (% class="TableParagraph" %)
901 Months
902 )))
903 |(% rowspan="9" %)(% rowspan="9" %)
904 (((
905 (% class="TableParagraph" %)
906 **Operators**
907
908
909
910
911 \\\\\\\\
912 )))|(% colspan="1" %)(% colspan="1" %)
913 (((
914 (% class="TableParagraph" %)
915 ~=
916 )))|(% colspan="1" %)(% colspan="1" %)
917 (((
918 (% class="TableParagraph" %)
919 Equal to
920 )))
921 |(((
922 (% class="TableParagraph" %)
923 ~>
924 )))|(((
925 (% class="TableParagraph" %)
926 Greater than
927 )))
928 |(((
929 (% class="TableParagraph" %)
930 <
931 )))|(((
932 (% class="TableParagraph" %)
933 Less than
934 )))
935 |(((
936 (% class="TableParagraph" %)
937 ~>=
938 )))|(((
939 (% class="TableParagraph" %)
940 Greater than or equal to
941 )))
942 |(((
943 (% class="TableParagraph" %)
944 <=
945 )))|(((
946 (% class="TableParagraph" %)
947 Less than or equal to
948 )))
949 |(((
950 (% class="TableParagraph" %)
951 *
952 )))|(((
953 (% class="TableParagraph" %)
954 Multiplication
955 )))
956 |(% colspan="1" %)(% colspan="1" %)
957 (((
958 (% class="TableParagraph" %)
959 /
960 )))|(% colspan="1" %)(% colspan="1" %)
961 (((
962 (% class="TableParagraph" %)
963 Division
964 )))
965 |(% colspan="1" %)(% colspan="1" %)
966 (((
967 (% class="TableParagraph" %)
968 +
969 )))|(% colspan="1" %)(% colspan="1" %)
970 (((
971 (% class="TableParagraph" %)
972 Addition
973 )))
974 |(% colspan="1" %)(% colspan="1" %)
975 (((
976 (% class="TableParagraph" %)
977 -
978 )))|(% colspan="1" %)(% colspan="1" %)
979 (((
980 (% class="TableParagraph" %)
981 Subtraction
982 )))
983 |(% rowspan="3" %)(% rowspan="3" %)
984 (((
985 (% class="TableParagraph" %)
986 **Booleans**
987
988
989
990 )))|(((
991 (% class="TableParagraph" %)
992 &
993 )))|(((
994 (% class="TableParagraph" %)
995 Logical AND
996 )))
997 |(((
998 (% class="TableParagraph" %)
999 ~|
1000 )))|(((
1001 (% class="TableParagraph" %)
1002 Logical OR
1003 )))
1004 |(((
1005 (% class="TableParagraph" %)
1006 !
1007 )))|(((
1008 (% class="TableParagraph" %)
1009 Logical NOT
1010 )))
1011 {{/expand}}
1012 {{/layout-cell}}
1013 {{/layout-section}}
1014 {{/layout}}