From: moodler Help on writing html When writing HTML in Moodle, you are free to use any HTML tags you like
- to produce the effect you want.
+ When writing HTML in Moodle, you are free to use almost any HTML tags you like
+ to produce the effect you want. Note that scripting (eg Javascript or VB Script) is not allowed, and will be removed
+ automatically. Your code will normally be printed on the page within a table cell,
so:
@@ -11,3 +14,7 @@
Smilies (emoticons) will be converted into their graphical equivalent, and
+ bare URLs will be converted into links.
Quizzes
More info: helpbutton("formatmissingword", "", "quiz") ?>
+More info about the "Missing Word" format
@@ -37,7 +37,7 @@ we become students of {=anatomy and physiology ~reflexologyThis module can import questions saved in Blackboard's export format. It relies on XML functions being compiled into your PHP.
-More info: helpbutton("formatblackboard", "", "quiz") ?>
+More info about the "Blackboard" format
Custom
@@ -48,7 +48,7 @@ format. It relies on XML functions being compiled into your PHP.The amount of new code needed is quite small - just enough to parse a single question from given text. -
More info: helpbutton("formatcustom", "", "quiz") ?>
+More info about the "Custom" format
diff --git a/lang/en/help/quiz/questiontypes.html b/lang/en/help/quiz/questiontypes.html index f3fc130160..61581c54f1 100644 --- a/lang/en/help/quiz/questiontypes.html +++ b/lang/en/help/quiz/questiontypes.html @@ -7,7 +7,7 @@In response to a question (that may include a image) the respondent chooses from multiple answers. There are two types of multiple choice questions - single answer and multiple answer. -
More info: helpbutton("multichoice", "", "quiz") ?>
+More info about Multiple Choice questions
Short Answer
@@ -16,7 +16,7 @@ types a word or phrase. There may several possible correct answers, with different grades. Answers may or may not be sensitive to case. -More info: helpbutton("shortanswer", "", "quiz") ?>
+More info about Short Answer questions
True/False
@@ -24,14 +24,31 @@In response to a question (that may include a image), the respondent selects from two options: True or False.
-More info: helpbutton("truefalse", "", "quiz") ?>
+More info about True/False questions
+ + +Matching
+A list of sub questions is provided, along with a list of answers. The + respondent must "match" the correct answers with each question. +
+ +Random Short-Answer Matching
+From the student perspective, this looks just like a Matching question. + The difference is that the subquestions are drawn randomly from Short Answer questions + in the current category. +
+Random
(Not yet implemented) Allows you to select a number of other questions from - which one gets randomly selected each time a student attempts the quiz. +
A Random question in a quiz is replaced by a randomly-chosen question + from the category that was set.
-More info: helpbutton("random", "", "quiz") ?>
+Program Resources
+ +A Program resource is an external resource that is able to accept data + passed to it from Moodle.
+ +The data is passed via HTTP GET (as part of the URL) and includes:
+ +All this is due to be revised sometime in the near future.
+ diff --git a/lang/en/help/resource/resourcetype.html b/lang/en/help/resource/resourcetype.html index 392a150022..107605dd87 100644 --- a/lang/en/help/resource/resourcetype.html +++ b/lang/en/help/resource/resourcetype.html @@ -6,10 +6,12 @@Plain text - the easiest type. You can just type (edit) the page into a form on the following page. Some things you type will be automatically formatted, just like -forum postings. See help on typing text: helpbutton("text", get_string("helptext")) ?> +forum postings. +More info about auto-formatted text
HTML text - for more advanced users. No automatic formatting is performed, you need to do it all manually using HTML codes. +More info about HTML text
Reference - a scholarly reference to a journal or book. @@ -20,13 +22,15 @@ activity they will be taken out of the course (the page you've specified will fi
Web page - A URL to somewhere on the web. Like the previous type, this will display a web page. Unlike the previous type, though, the page will displayed -within a frame, as if it is integrated within the course. +within a frame, as if it is integrated within the course.
Program - an external program that requires information passed to it about the current Moodle user and course. This allows external web applications to cooperate with Moodle. +More info about Program resources
-Wiki text - allows more formatting options that Plain Text without having to learn HTML. +
Wiki text - allows more formatting options than Plain Text without having to learn HTML. You type plain text but a large range of formatting characters can be included -(e.g. *this will be bold* /this will be emphasised/) to easily create complex formatting.
+(e.g. *this will be bold* /this will be emphasised/) to easily create complex formatting. +More info about Wiki text