From c0abecb82290bc4cec6ae7bfb2332ea120f94bec Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Thu, 17 Nov 2005 22:50:56 +0000 Subject: [PATCH] New version of mi_utf8 following comments from Eloy --- lang/mi_utf8/docs/credits.html | 33 ++++++++++----------- lang/mi_utf8/help/quiz/calculated.html | 40 ++++++++++++++------------ lang/mi_utf8/help/wiki/howtowiki.html | 26 +++++++++-------- lang/mi_utf8/help/wiki/wikiusage.html | 39 +++++++++++++------------ 4 files changed, 72 insertions(+), 66 deletions(-) diff --git a/lang/mi_utf8/docs/credits.html b/lang/mi_utf8/docs/credits.html index bb19795b97a..097318a0527 100755 --- a/lang/mi_utf8/docs/credits.html +++ b/lang/mi_utf8/docs/credits.html @@ -1,11 +1,12 @@ - - + + Moodle Docs: Credits - - + + - +

Credits

Overall guidance

@@ -20,7 +21,7 @@ to writing Moodle code and helping it grow. These are people who "get" what developing Moodle is all about and without whom Moodle would be a far lesser thing:

- Eloy Lafuente (stronk7), Ray Kingdon, Williams Castillo, Petri Asikainen, Henrik Kaipe, Zbigniew Fiedorowicz, Gustav Delius, Thomas Robb, Janne Mikkonen, Jon Papaioannou, Scott Elliott, Shane Elliott, Roberto Pinna (Bobo), Mike Churchward

+ Eloy Lafuente (stronk7), Ray Kingdon, Williams Castillo, Petri Asikainen, Henrik Kaipe, Zbigniew Fiedorowicz, Gustav Delius, Thomas Robb, Janne Mikkonen, Jon Papaioannou (pj), Scott Elliott, Shane Elliott, Roberto Pinna (Bobo), Mike Churchward, Petr Škoda (skodak), Penny Leach, Martin Langhoff

 

@@ -32,25 +33,25 @@

- Peter C. Taylor, Art Lader, Matt Hope, Tom Murdock, Sébastien Namčche, James Miller, Dustin + Peter C. Taylor, Art Lader, Matt Hope, Tom Murdock, Sébastien Namèche, James Miller, Dustin Rue, Holger Schadeck, Giovanni Tummarello, John Windmueller, Sean Keogh, Mitsuhiro Yoshida, Greg Barnett, Mark Kimes, Mary Hunter, Russell Jungwirth, Przemyslaw Stencel, - John "Captain" Eyre, Paula Edmiston, Howard Miller, Claudio Tavares, P. Timothy Ervin, + John "Captain" Eyre, Paula Edmiston, Howard Miller, Claudio Tavares, P. Timothy Ervin, Bob Calder, Ursula Raab, David Delgado, Mad Alex, Gaëtan Frenoy, Bernard Boucher, - Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert.

+ Bryan Williams, Rob Butner, Koen Roggemans, David Scotson, Torsten Anderson, Eamon Costello, Hannes Gassert, Andrew Walker.

Sorry if we've forgotten to include your name here - the Moodle community is large and active so this list is difficult to maintain! Please email Martin and make your suggestions! :-)

Thanks also to everyone of you who have

@@ -61,7 +62,7 @@ over 1000 phrases to translate (plus hundreds of help files!). Many of the languages have more than one contributor, sometimes working together and sometimes working serially.

-

Maintaining a list of all these wonderful people is too difficult, so please look at the Language +

Maintaining a list of all these wonderful people is too difficult, so please look at the Language download page for names and details.

The Translation Coordinator is Koen Roggemans (translation@moodle.org).

 

@@ -74,11 +75,11 @@

 

diff --git a/lang/mi_utf8/help/quiz/calculated.html b/lang/mi_utf8/help/quiz/calculated.html index abeeb184285..8fa938198d0 100755 --- a/lang/mi_utf8/help/quiz/calculated.html +++ b/lang/mi_utf8/help/quiz/calculated.html @@ -1,6 +1,6 @@ -

Calculated questions

+

Calculated questions

Calculated questions offers a way to create individual numerical question by the use of wildcards that are substituted with individual values when the quiz is taken. -
Below is a shrunken view of the main editing page with some example inputs:
+
Below is a shrunken view of the main editing page with some example inputs:
@@ -20,14 +20,16 @@ Calculated questions offers a way to create individual numerical question by the @@ -44,24 +46,24 @@ Calculated questions offers a way to create individual numerical question by the

Correct Answer Formula:

-    - + +    +

Tolerance:

- ± + + ±
-
-In the question text input and "Correct Answer Formula" {a} and {b} can be seen. These and any other {name} can be used as a wildcard that is substituted by some value when the quiz is taken. Also, the correct answer is calculated when the quiz is submitted using the expression in "Correct Answer Formula", which is calculated as a numerical expression after the substitution of the wildcards. The possible wildcard values are set or generated on a later page in "editing wizard" for calculated questions... -
The example formula uses the operator +. Other accepted operators are -*/ and % where % is the modulo operator. It is also possible to use some PHP-style mathematical function. Among these there are 24 single-argument function:
+
+In the question text input and "Correct Answer Formula" {a} and {b} can be seen. These and any other {name} can be used as a wildcard that is substituted by some value when the quiz is taken. Also, the correct answer is calculated when the quiz is submitted using the expression in "Correct Answer Formula", which is calculated as a numerical expression after the substitution of the wildcards. The possible wildcard values are set or generated on a later page in "editing wizard" for calculated questions... +
The example formula uses the operator +. Other accepted operators are -*/ and % where % is the modulo operator. It is also possible to use some PHP-style mathematical function. Among these there are 24 single-argument function:
abs, acos, acosh, asin, asinh, atan, atanh, ceil, cos, cosh, deg2rad, exp, expm1, floor, log, log10, log1p, rad2deg, round, sin, sinh, sprt, tan, tanh -
and two two-argument functions
+
and two two-argument functions
atan2, pow -
and the functions min and max that can take two or more arguments. It is also possible to use the function pi that takes no arguments but do not forget the use the parentheses - the correct usage is pi(). Similary the other function must have their argument(s) within parentheses. Possible usage is for example sin({a}) + cos({b}) * 2. It should not be any problem to wrap functions within eachother like cos(deg2rad({a} + 90)) etc. -
More details on how to use these PHP-style functions can be found in the documentation at the PHP web site -

-As for numerical questions it is possible to allow a margin within which all responses are accepted as correct. The "Tolerance" field is used for this. However, there are three different types of tolerances. These are Relative, Nominal and Geometric. If we say that the correct answer at quiz time is calculated to 200 and the tolerance is set to 0.5 then the different tolerance types work like this: -

Relative: A tolerance interval is calculated by multiplying the correct answer with 0.5, ie in this case we get 100 so for this tolerance the correct response must be between 100 and 300. (200 ± 100)
+

and the functions min and max that can take two or more arguments. It is also possible to use the function pi that takes no arguments but do not forget the use the parentheses - the correct usage is pi(). Similarly the other function must have their argument(s) within parentheses. Possible usage is for example sin({a}) + cos({b}) * 2. It should not be any problem to wrap functions within each other like cos(deg2rad({a} + 90)) etc. +
More details on how to use these PHP-style functions can be found in the documentation at the PHP web site +

+As for numerical questions it is possible to allow a margin within which all responses are accepted as correct. The "Tolerance" field is used for this. However, there are three different types of tolerances. These are Relative, Nominal and Geometric. If we say that the correct answer at quiz time is calculated to 200 and the tolerance is set to 0.5 then the different tolerance types work like this: +

Relative: A tolerance interval is calculated by multiplying the correct answer with 0.5, ie in this case we get 100 so for this tolerance the correct response must be between 100 and 300. (200 ± 100)
This is useful if the magnitude of the correct answer can differ greatly between different wildcard values. -

Nominal: This is the simpliest tolerance type but not very powerful. The correct response must be between 199.5 and 200.5 (200 ± 0.5)
+

Nominal: This is the simplest tolerance type but not very powerful. The correct response must be between 199.5 and 200.5 (200 ± 0.5)
This tolerance type can be useful if the differences between different correct answers are small. -

Geometric: The upper limit of the tolerance interval is calculated as 200 + 0.5*200 and is the same as for the relative case. The lower limit is calculated as 200/(1 + 0.5). The correct response must then be between 133.33 and 300.
+

Geometric: The upper limit of the tolerance interval is calculated as 200 + 0.5*200 and is the same as for the relative case. The lower limit is calculated as 200/(1 + 0.5). The correct response must then be between 133.33 and 300.
This is useful for complex calculation that must have great tolerances where relative tolerances of 1 or more would be used for the upper limit but clearly not acceptable for the lower limit as it would make zero a correct answer for all cases. -

+

The field Significant Figures does only relate to how the correct answer should be presented in the review or the reports. Examples: If it is set to 3 then the correct answer 13.333 would be presented as 13.3; 1236 would be presented as 1240; 23 would be presented as 23.0 etc. -

+

The feedback field and the optional unit fields work just like they do for numerical questions. -
\ No newline at end of file +
\ No newline at end of file diff --git a/lang/mi_utf8/help/wiki/howtowiki.html b/lang/mi_utf8/help/wiki/howtowiki.html index 741899a5cf0..245427b4725 100755 --- a/lang/mi_utf8/help/wiki/howtowiki.html +++ b/lang/mi_utf8/help/wiki/howtowiki.html @@ -2,24 +2,27 @@

Moodle's wiki is based on ErfurtWiki, -which is an implementation of the +which is an implementation of the WikiWikiWeb hypertext system. It allows simple collaborative editing and creation of web pages.

+

-Create Pages:
+Create Pages:
You create a page by naming it in the text of an existing page. A wiki page is named using CamelCase or by enclosing it in square brackets ( [] ).

For example: +

@@ -70,11 +73,11 @@ Each page inside a Wiki can be edited easily, using wiki markup.

Further readings

-There are more possibilities for Wiki mark-up. Please consult the Erfurt Wiki Homepage for more information. - +There are more possibilities for Wiki mark-up. Please consult the Erfurt Wiki Homepage for more information.

-Camel Case:
+Camel Case:
CamelCase describes what WikiWords look like. Multiple words, joined together without spaces, separated by changes in case. The uppercase and lowercase letters show up like the humps of camels.

This linking scheme is often also called BumpyText.

-While language purists hate Wikis for that naming scheme, it is very common in the +While language purists hate Wikis for that naming scheme, it is very common in the computing world and well known to most programmers.

diff --git a/lang/mi_utf8/help/wiki/wikiusage.html b/lang/mi_utf8/help/wiki/wikiusage.html index 7437a399666..5896138af33 100755 --- a/lang/mi_utf8/help/wiki/wikiusage.html +++ b/lang/mi_utf8/help/wiki/wikiusage.html @@ -1,30 +1,31 @@ -

Wiki Usage

+

Wiki Usage

-
+
Wiki is a platform for working together on constructing web pages. The principles are simple. -

+

+

- +

With a wiki, it is also easily possible to add a page or link to existing pages. -

+

-

+

-


-Wiki formatting rules

-

+


+Wiki formatting rules

+

Paragraphs

@@ -51,7 +52,7 @@ Wiki formatting rules

  • text gets bold with two underscores __ (or if enclosed with two asterisks **)
  • to make text big enclose it in hash characters ##
  • -
  • you can get smaller text using "µµ" likewise
  • +
  • you can get smaller text using "µµ" likewise
  • a typewrite like font will be used if you enclose text in two equal == signs
  • @@ -75,12 +76,12 @@ Wiki formatting rules

  • just enter a WikiWord inside your text to create a new hyper link
  • enclose some words in [square brackets] to create a HyperLink inside the WikiWikiWeb which is not made up of a valid WikiWord
  • -
  • any valid internet address (starting with http:/) like http://www.example.com/ inside the text will be made clickable automagically
  • +
  • any valid internet address (starting with http:/) like http://www.example.com/ inside the text will be made clickable automatically
  • enclose a www address or a WikiLink inside square brackets and assign it a neat title using quotation marks or the | character
  • if you don't want a WikiWord or a http://www-address (or [anything] inside square brackets) to become a HyperLink then just prepend it with a exclamation mark or a tilde @@ -93,9 +94,9 @@ Wiki formatting rules

    Tables with |

    -| just enclose | things with the dash | character |
    -| to build a | table structure |
    -| browsers usually | leave out the missing | cells |
    +| just enclose | things with the dash | character |
    +| to build a | table structure |
    +| browsers usually | leave out the missing | cells |

    @@ -111,5 +112,5 @@ Please always put an empty line before and after a table, so it stands out from

    Further readings

    -There are more possibilities for Wiki mark-up. Please consult the Erfurt Wiki Homepage for more information. +There are more possibilities for Wiki mark-up. Please consult the Erfurt Wiki Homepage for more information.