2003-11-18 07:28:46 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
// choice.php - created with Moodle 1.2 development (2003111400)
|
2002-08-02 17:36:35 +00:00
|
|
|
|
|
|
|
|
2003-11-18 07:28:46 +00:00
|
|
|
$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';
|
|
|
|
|
2002-08-02 17:36:35 +00:00
|
|
|
?>
|