mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Choice: MDL-20440 Added completion support to Choice (mark completed when user makes choice)
This commit is contained in:
parent
14333c1128
commit
bc499733f8
9 changed files with 108 additions and 15 deletions
|
@ -26,6 +26,7 @@
|
|||
$string['addmorechoices'] = 'Add more choices';
|
||||
$string['allowupdate'] = 'Allow choice to be updated';
|
||||
$string['answered'] = 'Answered';
|
||||
$string['completionsubmit'] = 'Show as complete when user makes a choice';
|
||||
$string['displayhorizontal'] = 'Display horizontally';
|
||||
$string['displaymode'] = 'Display Mode';
|
||||
$string['displayvertical'] = 'Display vertically';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue