Version 24.1 von Carina Enke am 07.02.2023

Zeige letzte Bearbeiter
1 {{sv-translation language="de"}}
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}{{/layout-cell}}
5 {{/layout-section}}
6
7 {{layout-section ac:type="two_right_sidebar"}}
8 {{layout-cell}}
9 == Allgemeine Informationen ==
10
11
12
13 {{includeplus spaceKey="LMS" scrollPageId="74CA132C01857307006F4EE318BFDB0A"/}}
14 {{/layout-cell}}
15
16 {{layout-cell}}
17 {{scroll-ignore}}
18 {{panel title="Inhalt"}}
19
20
21 {{toc/}}
22
23 **Verwandte Themen**
24
25 * [[doc:Expertenregeln zur Pruefung auf ein Benutzerattribut]]
26 {{/panel}}
27 {{/scroll-ignore}}
28 {{/layout-cell}}
29 {{/layout-section}}
30
31 {{layout-section ac:type="single"}}
32 {{layout-cell}}
33 === Anrede ===
34
35 (% style="margin-left: 40.0px;" %)
36 Attribut: salutationSelection
37
38 (% style="margin-left: 40.0px;" %)
39 Beispielwerte: //Attribut wird nicht übertragen//
40
41 (% style="margin-left: 40.0px;" %)
42 Beispielregel Expertenmodus: //Nur Nutzer mit Anrede "Frau": isInAttribute("salutationSelection","Frau")//
43 {{/layout-cell}}
44 {{/layout-section}}
45
46 {{layout-section ac:type="single"}}
47 {{layout-cell}}
48 === Benutzername ===
49
50 (% style="margin-left: 40.0px;" %)
51 Attribut: username
52
53 (% style="margin-left: 40.0px;" %)
54 Beispielwert: login-name@s-vwa.de
55
56 (% style="margin-left: 40.0px;" %)
57 Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzername "login-name@s-vwa.de"//: hasAttribute("username","login-name@s-vwa.de")
58 {{/layout-cell}}
59 {{/layout-section}}
60
61 {{layout-section ac:type="single"}}
62 {{layout-cell}}
63 === Benutzertyp ===
64
65 (% style="margin-left: 40.0px;" %)
66 Attribut: personType
67 {{/layout-cell}}
68 {{/layout-section}}
69
70 {{layout-section ac:type="two_equal"}}
71 {{layout-cell}}
72 (% style="margin-left: 40.0px;" %)
73 Beispielwerte:
74
75 *
76 ** affiliate
77 ** member;staff
78 ** member;student
79 {{/layout-cell}}
80
81 {{layout-cell}}
82 {{expand title="Weitere Werte ..."}}
83 * staff;member
84 * student;member
85 {{/expand}}
86 {{/layout-cell}}
87 {{/layout-section}}
88
89 {{layout-section ac:type="single"}}
90 {{layout-cell}}
91 (% style="margin-left: 40.0px;" %)
92 Beispielregel Expertenmodus: //Nur für Nutzer mit Benutzertyp "//affiliate//"//: hasAttribute("personType","affiliate")
93 {{/layout-cell}}
94 {{/layout-section}}
95
96 {{layout-section ac:type="single"}}
97 {{layout-cell}}
98 === E-Mail-Adresse ===
99
100 (% style="margin-left: 40.0px;" %)
101 Attribut: email
102
103 (% style="margin-left: 40.0px;" %)
104 Beispielwert: muster.mann@tu-freiberg.de
105
106 (% style="margin-left: 40.0px;" %)
107 Beispielregel Expertenmodus: //Nur für Nutzer mit E-Mailadresse "muster.mann@tu-freiberg.de"//: hasAttribute("email","muster.mann@tu-freiberg.de")
108 {{/layout-cell}}
109 {{/layout-section}}
110
111 {{layout-section ac:type="single"}}
112 {{layout-cell}}
113 === Fachsemester ===
114
115 (% style="margin-left: 40.0px;" %)
116 Attribut: termsOfStudy
117 {{/layout-cell}}
118 {{/layout-section}}
119
120 {{layout-section ac:type="two_equal"}}
121 {{layout-cell}}
122 (% style="margin-left: 40.0px;" %)
123 Beispielwert: //Attribut wird nicht übertragen//
124 {{/layout-cell}}
125
126 {{layout-cell}}
127 \\
128 {{/layout-cell}}
129 {{/layout-section}}
130
131 {{layout-section ac:type="single"}}
132 {{layout-cell}}
133 (% style="margin-left: 40.0px;" %)
134 Beispielregel Expertenmodus: //Nur für Nutzer aus dem Fachsemester "xy"//: hasAttribute("termsOfStudy","xy")
135 {{/layout-cell}}
136 {{/layout-section}}
137
138 {{layout-section ac:type="single"}}
139 {{layout-cell}}
140 === Geburtstag ===
141
142 (% style="margin-left: 40.0px;" %)
143 Attribut: birthDay
144
145 (% style="margin-left: 40.0px;" %)
146 Beispielwert: //Attribut wird nicht übertragen//**
147 **
148
149 (% style="margin-left: 40.0px;" %)
150 Beispielregel Expertenmodus: //Nur für Nutzer die am 01.01.2000 geboren sind"//: hasAttribute("birthDay","01.01.2000")
151 {{/layout-cell}}
152 {{/layout-section}}
153
154 {{layout-section ac:type="single"}}
155 {{layout-cell}}
156 === Institution ===
157
158 (% style="margin-left: 40.0px;" %)
159 Attribut: institutionalName
160
161 (% style="margin-left: 40.0px;" %)
162 Beispielwert: TU Bergakademie Freiberg
163
164 (% style="margin-left: 40.0px;" %)
165 Beispielregel Expertenmodus: //Nur für Nutzer der "TU Bergakademie Freiberg"//: hasAttribute("institutionalName","TU Bergakademie Freiberg")
166 {{/layout-cell}}
167 {{/layout-section}}
168
169 {{layout-section ac:type="single"}}
170 {{layout-cell}}
171 === Matrikelnummer ===
172
173 (% style="margin-left: 40.0px;" %)
174 Attribut: institutionUserIdentifier
175
176 (% style="margin-left: 40.0px;" %)
177 Beispielwert: 123456
178
179 (% style="margin-left: 40.0px;" %)
180 Beispielregel Expertenmodus: //Nur für Nutzer mit Matrikelnummer 123456"//: hasAttribute(" ","123456")
181 {{/layout-cell}}
182 {{/layout-section}}
183
184 {{layout-section ac:type="single"}}
185 {{layout-cell}}
186 === Moduleinschreibung ===
187
188 (% style="margin-left: 40.0px;" %)
189 Attribut: moduleEnrollment
190
191 (% style="margin-left: 40.0px;" %)
192 Beispielwert:** **//Attribut wird nicht übertragen//**
193 **
194
195 (% style="margin-left: 40.0px;" %)
196 Beispielregel Expertenmodus: //Nur für Nutzer mit Moduleinschreibung xy"//: hasAttribute("moduleEnrollment","xy")
197 {{/layout-cell}}
198 {{/layout-section}}
199
200 {{layout-section ac:type="single"}}
201 {{layout-cell}}
202 === Nachname ===
203
204 (% style="margin-left: 40.0px;" %)
205 Attribut: lastName
206
207 (% style="margin-left: 40.0px;" %)
208 Beispielwert: Müller**
209 **
210
211 (% style="margin-left: 40.0px;" %)
212 Beispielregel Expertenmodus: //Nur für Nutzer mit Nachname Müller"//: hasAttribute("lastName","Müller")
213 {{/layout-cell}}
214 {{/layout-section}}
215
216 {{layout-section ac:type="single"}}
217 {{layout-cell}}
218 === Organisationseinheit ===
219
220 (% style="margin-left: 40.0px;" %)
221 Attribut: orgUnit
222 {{/layout-cell}}
223 {{/layout-section}}
224
225 {{layout-section ac:type="two_equal"}}
226 {{layout-cell}}
227 (% style="margin-left: 40.0px;" %)
228 Beispielwerte: F1-ANA, F1-DEK, F1-DMA
229 {{/layout-cell}}
230
231 {{layout-cell}}
232 {{expand title="Weitere Werte ..."}}
233 * F1-INF
234 * F1-NMO
235 * F1-STO
236 * F2-ANCH
237 * F2-ANGPH
238 * F2-AOCH
239 * F2-BIO
240 * F2-DEK
241 * F2-EXPH
242 * F2-OCH
243 * F2-PHCH
244 * F2-TCH
245 * F2-THPH
246 * F3-BB
247 * F3-BF
248 * F3-DEK
249 * F3-GEO
250 * F3-GEOSAMM
251 * F3-GFS
252 * F3-GT
253 * F3-GY
254 * F3-MA
255 * F3-MIN
256 * F4-AUFB
257 * F4-AUT
258 * F4-DEK
259 * F4-ET
260 * F4-IEC
261 * F4-IGT
262 * F4-IKFVW
263 * F4-IMFD
264 * F4-IMKF
265 * F4-IWTT
266 * F4-KGB
267 * F4-MB
268 * F4-MVTAT
269 * F4-TUNVT
270 * F5-ESM
271 * F5-GI
272 * F5-MF
273 * F5-NE
274 * F5-ST
275 * F5-WT
276 * F5-WW
277 * F6-BWL
278 * F6-IEWUR
279 * F6-IWTG
280 * F6-VWL
281 * F6-WIINF
282 * K-D1.4
283 * K-D2.1
284 * K-D5.1
285 * K-D5.3
286 * K-KANZLER
287 * K-STIR
288 * K-STJ
289 * S-ACW
290 * S-AI
291 * S-AMA
292 * S-AMR
293 * S-AUV
294 * S-AWI
295 * S-BACS
296 * S-BAF
297 * S-BL
298 * S-BM
299 * S-BWL
300 * S-BWLRW
301 * S-CH
302 * S-CMS
303 * S-DEU
304 * S-ENG
305 * S-ERW
306 * S-ESM
307 * S-ET
308 * S-FWK
309 * S-GBG
310 * S-GEO
311 * S-GEX
312 * S-GI
313 * S-GIN
314 * S-GIP
315 * S-GM
316 * S-GMRM
317 * S-G\u00d6K
318 * S-GPHY
319 * S-GTB
320 * S-GWM
321 * S-IBDEM
322 * S-IBRE
323 * S-IK
324 * S-IMRE
325 * S-INA
326 * S-KGB
327 * S-MAG
328 * S-MB
329 * S-MM
330 * S-MMT
331 * S-MORE
332 * S-MPE
333 * S-MWT
334 * S-NAT
335 * S-NT
336 * S-ROB
337 * S-SINReM
338 * S-TAIEM
339 * S-TR
340 * S-UWE
341 * S-VT
342 * S-VTC
343 * S-WIN
344 * S-WIW
345 * S-WM
346 * S-WWT
347 * UL-PB
348 * UL-PF
349 * UL-PS
350 * UL-R
351 * ZE-FSZ
352 * ZE-GRAFA
353 * ZE-HOCHT
354 * ZE - IUZ
355 * ZE-IUZ
356 * ZE-KSH
357 * ZE-RCF
358 * ZE-TERRA
359 * ZE-UB
360 * ZE-URZ
361 {{/expand}}
362 {{/layout-cell}}
363 {{/layout-section}}
364
365 {{layout-section ac:type="single"}}
366 {{layout-cell}}
367 (% style="margin-left: 40.0px;" %)
368 Beispielregel Expertenmodus: //Nur für Nutzer der Organisationseinheit "//DBI//"//: hasAttribute("orgUnit","DBI")
369 {{/layout-cell}}
370 {{/layout-section}}
371
372 {{layout-section ac:type="single"}}
373 {{layout-cell}}
374 === Organisationsstruktur ===
375
376 (% style="margin-left: 40.0px;" %)
377 Attribut: eduPersonOrgUnitDN
378
379 (% style="margin-left: 40.0px;" %)
380 Beispielwerte: //Attribut wird nicht übertragen//
381
382 (% style="margin-left: 40.0px;" %)
383 Beispielregel Expertenmodus: //Nur für Nutzer der Organisationsstruktur xy//: hasAttribute("eduPersonOrgUnitDN","xy")
384 {{/layout-cell}}
385 {{/layout-section}}
386
387 {{layout-section ac:type="single"}}
388 {{layout-cell}}
389 === Standort ===
390
391 (% style="margin-left: 40.0px;" %)
392 Attribut: standort
393 {{/layout-cell}}
394 {{/layout-section}}
395
396 {{layout-section ac:type="two_equal"}}
397 {{layout-cell}}
398 (% style="margin-left: 40.0px;" %)
399 Beispielwerte: //Attribut wird nicht übertragen//
400 {{/layout-cell}}
401
402 {{layout-cell}}
403 \\
404 {{/layout-cell}}
405 {{/layout-section}}
406
407 {{layout-section ac:type="single"}}
408 {{layout-cell}}
409 (% style="margin-left: 40.0px;" %)
410 Beispielregel Expertenmodus: //Nur für Nutzer mit Standort "xy"//: hasAttribute("standort","xy")
411 {{/layout-cell}}
412 {{/layout-section}}
413
414 {{layout-section ac:type="single"}}
415 {{layout-cell}}
416 === Studiengang ===
417
418 (% style="margin-left: 40.0px;" %)
419 Attribut: studySubject
420 {{/layout-cell}}
421 {{/layout-section}}
422
423 {{layout-section ac:type="two_equal"}}
424 {{layout-cell}}
425 (% style="margin-left: 40.0px;" %)
426 Beispielwerte: F1-ANA, F1-DEK, F1-DMA
427 {{/layout-cell}}
428
429 {{layout-cell}}
430 {{expand title="Weitere Werte ..."}}
431 * F1-INF
432 * F1-NMO
433 * F1-STO
434 * F2-ANCH
435 * F2-ANGPH
436 * F2-AOCH
437 * F2-BIO
438 * F2-DEK
439 * F2-EXPH
440 * F2-OCH
441 * F2-PHCH
442 * F2-TCH
443 * F2-THPH
444 * F3-BB
445 * F3-BF
446 * F3-DEK
447 * F3-GEO
448 * F3-GEOSAMM
449 * F3-GFS
450 * F3-GT
451 * F3-GY
452 * F3-MA
453 * F3-MIN
454 * F4-AUFB
455 * F4-AUT
456 * F4-DEK
457 * F4-ET
458 * F4-IEC
459 * F4-IGT
460 * F4-IKFVW
461 * F4-IMFD
462 * F4-IMKF
463 * F4-IWTT
464 * F4-KGB
465 * F4-MB
466 * F4-MVTAT
467 * F4-TUNVT
468 * F5-ESM
469 * F5-GI
470 * F5-MF
471 * F5-NE
472 * F5-ST
473 * F5-WT
474 * F5-WW
475 * F6-BWL
476 * F6-IEWUR
477 * F6-IWTG
478 * F6-VWL
479 * F6-WIINF
480 * K-D1.4
481 * K-D2.1
482 * K-D5.1
483 * K-D5.3
484 * K-KANZLER
485 * K-STIR
486 * K-STJ
487 * S-ACW
488 * S-AI
489 * S-AMA
490 * S-AMR
491 * S-AUV
492 * S-AWI
493 * S-BACS
494 * S-BAF
495 * S-BL
496 * S-BM
497 * S-BWL
498 * S-BWLRW
499 * S-CH
500 * S-CMS
501 * S-DEU
502 * S-ENG
503 * S-ERW
504 * S-ESM
505 * S-ET
506 * S-FWK
507 * S-GBG
508 * S-GEO
509 * S-GEX
510 * S-GI
511 * S-GIN
512 * S-GIP
513 * S-GM
514 * S-GMRM
515 * S-G\u00d6K
516 * S-GPHY
517 * S-GTB
518 * S-GWM
519 * S-IBDEM
520 * S-IBRE
521 * S-IK
522 * S-IMRE
523 * S-INA
524 * S-KGB
525 * S-MAG
526 * S-MB
527 * S-MM
528 * S-MMT
529 * S-MORE
530 * S-MPE
531 * S-MWT
532 * S-NAT
533 * S-NT
534 * S-ROB
535 * S-SINReM
536 * S-TAIEM
537 * S-TR
538 * S-UWE
539 * S-VT
540 * S-VTC
541 * S-WIN
542 * S-WIW
543 * S-WM
544 * S-WWT
545 * UL-PB
546 * UL-PF
547 * UL-PS
548 * UL-R
549 * ZE-FSZ
550 * ZE-GRAFA
551 * ZE-HOCHT
552 * ZE - IUZ
553 * ZE-IUZ
554 * ZE-KSH
555 * ZE-RCF
556 * ZE-TERRA
557 * ZE-UB
558 * ZE-URZ
559 {{/expand}}
560 {{/layout-cell}}
561 {{/layout-section}}
562
563 {{layout-section ac:type="single"}}
564 {{layout-cell}}
565 (% style="margin-left: 40.0px;" %)
566 Beispielregel Expertenmodus: //Nur für Nutzer des Studiengang "F1-ANA"//: hasAttribute("studySubject","F1-ANA")
567 {{/layout-cell}}
568 {{/layout-section}}
569
570 {{layout-section ac:type="single"}}
571 {{layout-cell}}
572 === Studiengruppe ===
573
574 (% style="margin-left: 40.0px;" %)
575 Attribut: studyGroup
576 {{/layout-cell}}
577 {{/layout-section}}
578
579 {{layout-section ac:type="two_equal"}}
580 {{layout-cell}}
581 (% style="margin-left: 40.0px;" %)
582 Beispielwerte: //Attribut wird nicht übertragen//
583 {{/layout-cell}}
584
585 {{layout-cell}}
586 \\
587 {{/layout-cell}}
588 {{/layout-section}}
589
590 {{layout-section ac:type="single"}}
591 {{layout-cell}}
592 (% style="margin-left: 40.0px;" %)
593 Beispielregel Expertenmodus: //Nur für Nutzer der Studiengruppe "Gasthörer"//: hasAttribute("studyGroup","Gasthörer")
594 {{/layout-cell}}
595 {{/layout-section}}
596
597 {{layout-section ac:type="single"}}
598 {{layout-cell}}
599 === Titel ===
600
601 (% style="margin-left: 40.0px;" %)
602 Attribut: personalTitle
603
604 (% style="margin-left: 40.0px;" %)
605 Beispielwert:** **//Attribut wird nicht übertragen//**
606 **
607
608 (% style="margin-left: 40.0px;" %)
609 Beispielregel Expertenmodus: //Nur für Nutzer mit mit Titel Dr. //: hasAttribute("personalTitle","Dr.")
610 {{/layout-cell}}
611 {{/layout-section}}
612
613 {{layout-section ac:type="single"}}
614 {{layout-cell}}
615 === Vorname ===
616
617 (% style="margin-left: 40.0px;" %)
618 Attribut: firstName
619
620 (% style="margin-left: 40.0px;" %)
621 Beispielwert: Max**
622 **
623
624 (% style="margin-left: 40.0px;" %)
625 Beispielregel Expertenmodus: //Nur für Nutzer mit Vornamen Max "//: hasAttribute("firstName","Max")
626 {{/layout-cell}}
627 {{/layout-section}}
628 {{/layout}}
629 {{/sv-translation}}
630
631 {{sv-translation language="en"}}
632
633
634 {{includeplus spaceKey="LMS" scrollPageId="8AC9158F0169E71FC07AAFD92398FD30"/}}
635 {{/sv-translation}}