4 Tools für agile Lehre

Version 21.1 von Imke Peters am 2023/03/17 11:27
Warnung: Aus Sicherheitsgründen wird das Dokument in einem eingeschränkten Modus angezeigt, da es sich nicht um die aktuelle Version handelt. Dadurch kann es zu Abweichungen und Fehlern kommen.

Das Makro [velocity] konnte nicht ausgeführt werden. Grund: [The execution of the [velocity] script macro is not allowed in [ostfalia:AGGIT.04 Tools für agile Lehre.WebHome]. Check the rights of its last author or the parameters if it's rendered from another script.]. Klicke auf diese Nachricht, um Details zu erfahren.

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 und digitale Whiteboards eingesetzt. 

Im Aufbau

#set($collist = ['doc.name', 'doc.space', 'doc.date', 'doc.author'])
#set($colprops = {
  'doc.name' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' },
  'doc.space' : { 'type' : 'text', 'link' : 'space' },
  'doc.date' : { 'type' : 'date' },
  'doc.author' : { 'type' : 'text', 'link' : 'author' }
})
#set($options = {
  'translationPrefix' : 'xe.index.',
  'rowCount' : 15,
  'description' : 'This table lists all the documents found on this wiki. The columns can be sorted and some can be filtered.'
})
#if(!$isGuest)
  #set($discard = $collist.add('_actions'))
  #set($discard = $colprops.put('_actions', { 'actions' : ['copy', 'delete', 'rename', 'rights'] }))
#end
#livetable('alldocs' $collist $colprops $options)