Wiki-Quellcode von Benutzerattribute OPAL Learn Cloud
Zuletzt geändert von Moritz Baumgarten am 15.01.2024
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | {{layout}} | ||
2 | {{layout-section ac:type="two_right_sidebar"}} | ||
3 | {{layout-cell}} | ||
4 | In der Plattform **OPAL Learn Cloud** können eine Reihe von Benutzerattributen für einfache und und komplexe Expertenregeln genutzt werden. Die verfügbaren Attribute werden auf dieser Seite aufgelistet und mit einem Hinweis zu möglichen Werten sowie einer einfachen Beispielregel ergänzt. | ||
5 | |||
6 | Zu jedem Attribut sind weitere Regeln möglich. Sie finden auf der Seite [[Expertenregeln zur Pruefung auf ein Benutzerattribut>>doc:LMS.Benutzerhandbuch OPAL.Lehren.Kurs.Freigabe von Kursen und Kursinhalten.Expertenmodus zur Freigabe innerhalb von Kursen.Anwendungsbeispiele zu Expertenregeln.Expertenregeln zur Pruefung auf ein Benutzerattribut.WebHome]] und auf der Seite [[Expertensyntax>>doc:LMS.Benutzerhandbuch OPAL.Lehren.Kurs.Freigabe von Kursen und Kursinhalten.Expertenmodus zur Freigabe innerhalb von Kursen.Expertensyntax.WebHome]] Hinweise zum Einsatz und den Möglichkeiten der Regelkonstruktion im Expertenmodus. | ||
7 | |||
8 | Die Seite [[Expertenmodus starten>>doc:LMS.Benutzerhandbuch OPAL.Lehren.Kurs.Freigabe von Kursen und Kursinhalten.Expertenmodus zur Freigabe innerhalb von Kursen.Expertenmodus starten.WebHome]] zeigt, wo und wie Sie Regeln im Expertenmodus im Kurseditor anlegen. | ||
9 | |||
10 | |||
11 | {{/layout-cell}} | ||
12 | |||
13 | {{layout-cell}} | ||
14 | (% class="auto-cursor-target" %) | ||
15 | |||
16 | |||
17 | (% class="auto-cursor-target" %) | ||
18 | |||
19 | {{/layout-cell}} | ||
20 | {{/layout-section}} | ||
21 | |||
22 | {{layout-section ac:type="single"}} | ||
23 | {{layout-cell}} | ||
24 | === Anrede === | ||
25 | |||
26 | (% style="margin-left: 40.0px;" %) | ||
27 | Attribut: salutationSelection | ||
28 | |||
29 | (% style="margin-left: 40.0px;" %) | ||
30 | Beispielwert: Frau, Herr, ... | ||
31 | |||
32 | (% style="margin-left: 40.0px;" %) | ||
33 | Beispielregel Expertenmodus: //Nur für Nutzer mit Anrede "Frau."//: hasAttribute("salutationSelection","Frau") | ||
34 | {{/layout-cell}} | ||
35 | {{/layout-section}} | ||
36 | |||
37 | {{layout-section ac:type="single"}} | ||
38 | {{layout-cell}} | ||
39 | === Benutzername === | ||
40 | |||
41 | (% style="margin-left: 40.0px;" %) | ||
42 | Attribut: username | ||
43 | |||
44 | (% style="margin-left: 40.0px;" %) | ||
45 | Beispielwert: ninanutzer | ||
46 | |||
47 | (% style="margin-left: 40.0px;" %) | ||
48 | Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzername "ninanutzer"//: hasAttribute("username","ninanutzer") | ||
49 | |||
50 | |||
51 | {{/layout-cell}} | ||
52 | {{/layout-section}} | ||
53 | |||
54 | {{layout-section ac:type="single"}} | ||
55 | {{layout-cell}} | ||
56 | === E-Mail-Adresse === | ||
57 | |||
58 | (% style="margin-left: 40.0px;" %) | ||
59 | Attribut: email | ||
60 | |||
61 | (% style="margin-left: 40.0px;" %) | ||
62 | Beispielwert: max.müller@xy.de | ||
63 | |||
64 | (% style="margin-left: 40.0px;" %) | ||
65 | Beispielregel Expertenmodus: //Nur für Nutzer mit E-Mailadresse max.müller@xy.de"//: hasAttribute("email","//max.müller@xy.de//") | ||
66 | {{/layout-cell}} | ||
67 | {{/layout-section}} | ||
68 | |||
69 | {{layout-section ac:type="single"}} | ||
70 | {{layout-cell}} | ||
71 | === Geburtstag === | ||
72 | |||
73 | (% style="margin-left: 40.0px;" %) | ||
74 | Attribut: birthDay | ||
75 | |||
76 | (% style="margin-left: 40.0px;" %) | ||
77 | Beispielwert: Die Angabe des Wertes ist im Format tt.mm.yyyy notwendig. | ||
78 | |||
79 | (% style="margin-left: 40.0px;" %) | ||
80 | Beispielregel Expertenmodus: //Nur für Nutzer die am 01.01.2000 geboren sind"//: hasAttribute("birthDay","01.01.2000") | ||
81 | {{/layout-cell}} | ||
82 | {{/layout-section}} | ||
83 | |||
84 | {{layout-section ac:type="single"}} | ||
85 | {{layout-cell}} | ||
86 | === Institution === | ||
87 | |||
88 | (% style="margin-left: 40.0px;" %) | ||
89 | Attribut: institutionalName | ||
90 | |||
91 | (% style="margin-left: 40.0px;" %) | ||
92 | Beispielwert: Demo GmbH | ||
93 | |||
94 | (% style="margin-left: 40.0px;" %) | ||
95 | Beispielregel Expertenmodus: //Nur für Nutzer der Demo GmbH//: hasAttribute("institutionalName","Demo GmbH") | ||
96 | {{/layout-cell}} | ||
97 | {{/layout-section}} | ||
98 | |||
99 | {{layout-section ac:type="single"}} | ||
100 | {{layout-cell}} | ||
101 | === Institutionsnummer === | ||
102 | |||
103 | (% style="margin-left: 40.0px;" %) | ||
104 | Attribut: institutionalUserIdentifier | ||
105 | |||
106 | (% style="margin-left: 40.0px;" %) | ||
107 | Beispielwert: 123456 | ||
108 | |||
109 | (% style="margin-left: 40.0px;" %) | ||
110 | Beispielregel Expertenmodus: //Nur für Nutzer mit Institutionsnummer 123456"//: hasAttribute("institutionalUserIdentifier","123456") | ||
111 | {{/layout-cell}} | ||
112 | {{/layout-section}} | ||
113 | |||
114 | {{layout-section ac:type="single"}} | ||
115 | {{layout-cell}} | ||
116 | === Nachname === | ||
117 | |||
118 | (% style="margin-left: 40.0px;" %) | ||
119 | Attribut: lastName | ||
120 | |||
121 | (% style="margin-left: 40.0px;" %) | ||
122 | Beispielwert: Müller | ||
123 | |||
124 | (% style="margin-left: 40.0px;" %) | ||
125 | Beispielregel Expertenmodus: //Nur für Nutzer mit Nachname Müller"//: hasAttribute("lastName","Müller") | ||
126 | {{/layout-cell}} | ||
127 | {{/layout-section}} | ||
128 | |||
129 | {{layout-section ac:type="single"}} | ||
130 | {{layout-cell}} | ||
131 | === Studiengang === | ||
132 | |||
133 | (% style="margin-left: 40.0px;" %) | ||
134 | Attribut: studySubject | ||
135 | |||
136 | (% style="margin-left: 40.0px;" %) | ||
137 | Beispielwert: Weiterbildung | ||
138 | |||
139 | (% style="margin-left: 40.0px;" %) | ||
140 | Beispielregel Expertenmodus: //Nur für Nutzer des Studiengang xy"//: hasAttribute("studySubject","Weiterbildung") | ||
141 | {{/layout-cell}} | ||
142 | {{/layout-section}} | ||
143 | |||
144 | {{layout-section ac:type="single"}} | ||
145 | {{layout-cell}} | ||
146 | === Titel === | ||
147 | |||
148 | (% style="margin-left: 40.0px;" %) | ||
149 | Attribut: personalTitle | ||
150 | |||
151 | (% style="margin-left: 40.0px;" %) | ||
152 | Beispielwert: Dipl. | ||
153 | |||
154 | (% style="margin-left: 40.0px;" %) | ||
155 | Beispielregel Expertenmodus: //Nur für Nutzer mit mit Titel Dipl."//: hasAttribute("personalTitle","Dipl.") | ||
156 | {{/layout-cell}} | ||
157 | {{/layout-section}} | ||
158 | |||
159 | {{layout-section ac:type="single"}} | ||
160 | {{layout-cell}} | ||
161 | === Vorname === | ||
162 | |||
163 | (% style="margin-left: 40.0px;" %) | ||
164 | Attribut: firstName | ||
165 | |||
166 | (% style="margin-left: 40.0px;" %) | ||
167 | Beispielwert: Max | ||
168 | |||
169 | (% style="margin-left: 40.0px;" %) | ||
170 | Beispielregel Expertenmodus: //Nur für Nutzer mit Vornamen Max "//: hasAttribute("firstName","Max") | ||
171 | {{/layout-cell}} | ||
172 | {{/layout-section}} | ||
173 | |||
174 | {{layout-section ac:type="single"}} | ||
175 | {{layout-cell}} | ||
176 | |||
177 | {{/layout-cell}} | ||
178 | {{/layout-section}} | ||
179 | {{/layout}} |