Wiki-Quellcode von 4 Tools für agile Lehre
Version 21.1 von Imke Peters am 2023/03/17 11:27
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
7.1 | 1 | {{velocity}} |
| |
8.1 | 2 | #set ($discard = $xwiki.ssx.use('AGGIT.WebHome')) |
| |
17.1 | 3 | {{/velocity}} |
| |
16.1 | 4 | |
| |
1.1 | 5 | (% class="row" %) |
| 6 | ((( | ||
| 7 | (% class="col-xs-12 col-sm-8" %) | ||
| 8 | ((( | ||
| |
15.1 | 9 | In agilen Lehr-/Lernsettings können verschiedene Software-Tools eingesetzt werden. Diese Tools unterstützen die Organisation der Gruppenarbeiten und die Kollaboration der Studierenden. In (digitalen) Lehrveranstaltungen an der Ostfalia werden bisher __[[Kanban Boards>>doc:.Methodenseite.WebHome]]__ und digitale Whiteboards eingesetzt. |
| 10 | |||
| 11 | |||
| 12 | Im Aufbau | ||
| |
16.1 | 13 | |
| |
21.1 | 14 | #set($collist = ['doc.name', 'doc.space', 'doc.date', 'doc.author']) |
| 15 | #set($colprops = { | ||
| 16 | 'doc.name' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' }, | ||
| 17 | 'doc.space' : { 'type' : 'text', 'link' : 'space' }, | ||
| 18 | 'doc.date' : { 'type' : 'date' }, | ||
| 19 | 'doc.author' : { 'type' : 'text', 'link' : 'author' } | ||
| 20 | }) | ||
| 21 | #set($options = { | ||
| 22 | 'translationPrefix' : 'xe.index.', | ||
| 23 | 'rowCount' : 15, | ||
| 24 | 'description' : 'This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered.' | ||
| 25 | }) | ||
| 26 | #if(!$isGuest) | ||
| 27 | #set($discard = $collist.add('_actions')) | ||
| 28 | #set($discard = $colprops.put('_actions', { 'actions' : ['copy', 'delete', 'rename', 'rights'] })) | ||
| 29 | #end | ||
| 30 | #livetable('alldocs' $collist $colprops $options) | ||
| |
16.1 | 31 | |
| |
21.1 | 32 | |
| 33 | |||
| |
1.1 | 34 | ))) |
| |
15.1 | 35 | |
| 36 | |||
| 37 | |||
| |
1.1 | 38 | ))) |