mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
22 lines
803 B
PHP
22 lines
803 B
PHP
<?PHP // $Id$
|
|
// choice.php - created with Moodle 1.2 development (2003120700)
|
|
|
|
|
|
$string['answered'] = 'Answered';
|
|
$string['choice'] = 'Choice $a';
|
|
$string['choicename'] = 'Choice name';
|
|
$string['choicetext'] = 'Choice text';
|
|
$string['modulename'] = 'Choice';
|
|
$string['modulenameplural'] = 'Choices';
|
|
$string['notanswered'] = 'Not answered yet';
|
|
$string['publish'] = 'Publish results';
|
|
$string['publishanonymous'] = 'Publish anonymous results, do not show student names';
|
|
$string['publishnames'] = 'Publish full results, showing names and their choices';
|
|
$string['publishnot'] = 'Do not publish results to students';
|
|
$string['responses'] = 'Responses';
|
|
$string['responsesto'] = 'Responses to $a';
|
|
$string['savemychoice'] = 'Save my choice';
|
|
$string['viewallresponses'] = 'View $a responses';
|
|
|
|
?>
|