]> git.mjollnir.org Git - moodle.git/commitdiff
Missing language string.
authortjhunt <tjhunt>
Fri, 25 Aug 2006 14:29:47 +0000 (14:29 +0000)
committertjhunt <tjhunt>
Fri, 25 Aug 2006 14:29:47 +0000 (14:29 +0000)
lang/en_utf8/qtype_multichoice.php

index 69b5e10991d0cb8452a914dea425115ae0b1e0cb..846dd6d2ee1e9e8fdae81f7024704e49e27c72ed 100644 (file)
@@ -1,11 +1,13 @@
-<?php
-/*
- * Created on Aug 20, 2006
- *
- * To change the template for this generated file go to
- * Window - Preferences - PHPeclipse - PHP - Code Templates
- */
+<?php // $Id$
+/**
+ * The language strings for the multiple choice question type.
+ * 
+ * @author Tim Hunt.
+ * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
+ * @package question
+ *//** */
 
+$string['answerhowmany'] = 'One or multiple answers?';
 $string['answersingleno'] = 'Multiple answers allowed';
 $string['answersingleyes'] = 'One answer only';
 $string['choiceno'] = 'Choice $a';