From feb1b0b019908fc0c918b9e9b442fa13a1cd6dc4 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 14 Jun 2003 05:45:13 +0000 Subject: [PATCH] Some cleanups - translators may want to check these --- lang/en/help/html.html | 11 ++++++++-- lang/en/help/index.html | 17 ++++++++------- lang/en/help/quiz/import.html | 6 ++--- lang/en/help/quiz/questiontypes.html | 29 ++++++++++++++++++++----- lang/en/help/resource/program.html | 17 +++++++++++++++ lang/en/help/resource/resourcetype.html | 12 ++++++---- 6 files changed, 69 insertions(+), 23 deletions(-) create mode 100644 lang/en/help/resource/program.html diff --git a/lang/en/help/html.html b/lang/en/help/html.html index e004543532..37c550fa28 100644 --- a/lang/en/help/html.html +++ b/lang/en/help/html.html @@ -1,7 +1,10 @@

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 @@

  • be careful about unmatched </TABLE> tags that may mess up the display. +

    Smilies (emoticons) will be converted into their graphical equivalent, and + bare URLs will be converted into links.

    + +

    diff --git a/lang/en/help/index.html b/lang/en/help/index.html index 3294c2a992..d7e353d38d 100755 --- a/lang/en/help/index.html +++ b/lang/en/help/index.html @@ -52,24 +52,24 @@

    Quizzes

    @@ -77,4 +77,5 @@ diff --git a/lang/en/help/quiz/import.html b/lang/en/help/quiz/import.html index e50cebe5ea..a8a2952a51 100644 --- a/lang/en/help/quiz/import.html +++ b/lang/en/help/quiz/import.html @@ -16,7 +16,7 @@ we become students of {=anatomy and physiology ~reflexology ~science ~experiment}, and in a sense we remain students for life. -

    More info:

    +

    More info about the "Missing Word" format

    @@ -37,7 +37,7 @@ we become students of {=anatomy and physiology ~reflexology

    This module can import questions saved in Blackboard's export format. It relies on XML functions being compiled into your PHP.

    -

    More info:

    +

    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:

    +

    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:

    +

    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:

    +

    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:

    +

    More info about True/False questions

    + + +

    Matching

    + + +

    Random Short-Answer Matching

    +

    Random

    diff --git a/lang/en/help/resource/program.html b/lang/en/help/resource/program.html new file mode 100644 index 0000000000..d5739213fe --- /dev/null +++ b/lang/en/help/resource/program.html @@ -0,0 +1,17 @@ +

    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: +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

    -- 2.39.5