From: moodler Date: Wed, 1 Jan 2003 06:40:55 +0000 (+0000) Subject: New strings for publishing results X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d2cded302b78d1189621c5fd777b35052b353e87;p=moodle.git New strings for publishing results --- diff --git a/lang/en/choice.php b/lang/en/choice.php index 2e16364dff..0606b17a76 100644 --- a/lang/en/choice.php +++ b/lang/en/choice.php @@ -10,6 +10,10 @@ $string['choice'] = "Choice \$a"; $string['choicename'] = "Choice name"; $string['choicetext'] = "Choice text"; $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";