add Stationtype ?singlechoice?
This commit is contained in:
parent
0cfdaf8f49
commit
178361ef94
9 changed files with 649 additions and 22 deletions
|
|
@ -89,6 +89,8 @@
|
|||
<?php switch($stationtype['classname']) {
|
||||
case null: echo _('Stationttype Empty');
|
||||
break;
|
||||
case 'singlechoice': echo _('Stationtype singlechoice');
|
||||
break;
|
||||
case 'multiplechoice': echo _('Stationtype multiplechoice');
|
||||
break;
|
||||
case 'keyword': echo _('Stationtype keyword');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue