From d2cded302b78d1189621c5fd777b35052b353e87 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 1 Jan 2003 06:40:55 +0000 Subject: [PATCH] New strings for publishing results --- lang/en/choice.php | 4 ++++ 1 file changed, 4 insertions(+) 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"; -- 2.39.5