mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Improved choice mod,
This commit is contained in:
parent
6fd87e3bc7
commit
9c82279a96
1 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
$string['allowupdate'] = 'Allow choice to be updated';
|
||||
$string['answered'] = 'Answered';
|
||||
$string['choice'] = 'Choice $a';
|
||||
$string['choice'] = 'Choice';
|
||||
$string['choiceclose'] = 'Until';
|
||||
$string['choicename'] = 'Choice name';
|
||||
$string['choiceopen'] = 'Open';
|
||||
|
@ -29,5 +29,8 @@ $string['timerestrict'] = 'Restrict answering to this time period';
|
|||
$string['savemychoice'] = 'Save my choice';
|
||||
$string['showunanswered'] = 'Show column for unanswered';
|
||||
$string['viewallresponses'] = 'View $a responses';
|
||||
|
||||
$string['addmorechoices'] = 'Add more choices';
|
||||
$string['displaymode'] = 'Display Mode';
|
||||
$string['displayhorizontal'] = 'Display horizontally';
|
||||
$string['displayvertical'] = 'Display vertically';
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue