From 49d5b64261d070168b2fc572bd9004b482d8c291 Mon Sep 17 00:00:00 2001 From: mits Date: Mon, 27 Sep 2004 04:54:17 +0000 Subject: [PATCH] translated some. --- lang/ja/README | 2 +- lang/ja/help/quiz/calculated.html | 8 ++++---- lang/ja_utf8/help/quiz/calculated.html | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lang/ja/README b/lang/ja/README index facff1102a..8e5afb2f45 100644 --- a/lang/ja/README +++ b/lang/ja/README @@ -1,6 +1,6 @@ Moodle Japanese Translation ------------------------ -Last Modify: September 26, 2004 +Last Modify: September 27, 2004 [Translators] Mitsuhiro Yoshida(http://mitstek.com/) diff --git a/lang/ja/help/quiz/calculated.html b/lang/ja/help/quiz/calculated.html index 42fa7f73ae..0910781358 100644 --- a/lang/ja/help/quiz/calculated.html +++ b/lang/ja/help/quiz/calculated.html @@ -49,12 +49,12 @@ ¤³¤ÎÌäÂê¤Ë¤Ï¡¢¥Æ¥­¥¹¥ÈÆþÎÏÍóµÚ¤Ó¡ÖÀµ²ò¤Î¸ø¼°¡×{a} ¤È {b} ¤¬¤¢¤ê¤Þ¤¹¡£¤³¤ì¤é¤ÎÊÑ¿ôµÚ¤Ó¤½¤Î¾¤Î{name}¤Ï¡¢¾®¥Æ¥¹¥È¼Â»Ü»þ¤ËÃͤÈÃÖ´¹¤µ¤ì¤ë¥ï¥¤¥ë¥É¥«¡¼¥É¤È¤·¤Æ»ÈÍѤµ¤ì¤Þ¤¹¡£ ¤Þ¤¿¡¢¥Ç¡¼¥¿Á÷¿®»þ¤Ë¡ÖÀµ²ò¤Î¸ø¼°¡×¤ò»ÈÍѤ·¤ÆÀµ²ò¤¬·×»»¤µ¤ì¤Þ¤¹¡£¡ÖÀµ²ò¤Î¸ø¼°¡×¤Ï¡¢¥ï¥¤¥ë¥É¥«¡¼¥É¤¬ÃͤÈÃÖ´¹¤µ¤ì¤¿¸å¤Ë·×»»¤µ¤ì¤ë¿ô¼°¤Ç¤¹¡£ ¥ï¥¤¥ë¥É¥«¡¼¥É¤ÎÃͤϡ¢¸å¤Î¥Ú¡¼¥¸¤Ë¤¢¤ë·×»»ÌäÂê¤Î¡ÖÊÔ½¸¥¦¥£¥¶¡¼¥É¡×¤ÇÀßÄê¤Þ¤¿¤ÏÀ¸À®¤µ¤ì¤Þ¤¹ ... -
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:
+
Îã¤Ç¤Ï±é»»»Ò+¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹¡£Â¾¤Ë»ÈÍѤǤ­¤ë±é»»»Ò¤Ï¡¢-*/ ¤È;¾ê±é»»»Ò¤Î % ¤Ç¤¹¡£¤Þ¤¿¡¢PHP¥¹¥¿¥¤¥ë¤Î¿ô³Ø´Ø¿ô¤â»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¼¡¤Ë°ú¿ô¤¬1¸Ä¤Î´Ø¿ô¤ò24¸Äµó¤Þ¤¹:
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
+
¤½¤·¤Æ¡¢°ú¿ô¤¬2¸Ä¤Î´Ø¿ô¤ò2¸Äµó¤²¤Þ¤¹
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 +

´Ø¿ômin ¤È max ¤Ë¤Ï¡¢2¸Ä¤Þ¤¿¤Ï¤½¤ì°Ê¾å¤Î°ú¿ô¤òÅϤ¹¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£°ú¿ô¤¬ÉÔÍפʴؿô pi ¤ò»ÈÍѤ¹¤ë¤³¤È¤â¤Ç¤­¤Þ¤¹¤¬¡¢³ç¸Ì¤ò˺¤ì¤Ê¤¤¤Ç¤¯¤À¤µ¤¤ - Àµ¤·¤¤»È¤¤Êý¤Ï¡¢pi()¤Ç¤¹¡£Æ±¤¸¤è¤¦¤Ë¡¢Â¾¤Î´Ø¿ô¤â³ç¸ÌÆâ¤Ë°ú¿ô¤òɬÍפȤ·¤Þ¤¹¡£»È¤¤Êý¤ÎÎã¤Ï¡¢sin({a}) + cos({b}) * 2 ¤Ç¤¹¡£cos(deg2rad({a} + 90))¤Î¤è¤¦¤Ë´Ø¿ô¤òÆþ¤ì»Ò¤Ë¤·¤Æ¤âÌäÂê¤Ï¤¢¤ê¤Þ¤»¤ó¡£ +
PHP¥¹¥¿¥¤¥ë¤Î´Ø¿ô¤Î»ÈÍÑÊýË¡¤Ë´Ø¤·¤Æ¤Ï¡¢PHP¥¦¥§¥Ö¥µ¥¤¥È¤Îʸ½ñ¤ò¤´Í÷¤¯¤À¤µ¤¤¡£

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)
diff --git a/lang/ja_utf8/help/quiz/calculated.html b/lang/ja_utf8/help/quiz/calculated.html index bc68fb8992..393f776cc0 100644 --- a/lang/ja_utf8/help/quiz/calculated.html +++ b/lang/ja_utf8/help/quiz/calculated.html @@ -49,12 +49,12 @@ この問題には、テキスト入力欄及び「正解の公式」{a} と {b} があります。これらの変数及びその他の{name}は、小テスト実施時に値と置換されるワイルドカードとして使用されます。 また、データ送信時に「正解の公式」を使用して正解が計算されます。「正解の公式」は、ワイルドカードが値と置換された後に計算される数式です。 ワイルドカードの値は、後のページにある計算問題の「編集ウィザード」で設定または生成されます ... -
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:
+
例では演算子+を使用しています。他に使用できる演算子は、-*/ と余剰演算子の % です。また、PHPスタイルの数学関数も使用することができます。次に引数が1個の関数を24個挙ます:
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
+
そして、引数が2個の関数を2個挙げます
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 +

関数min と max には、2個またはそれ以上の引数を渡すことができます。引数が不要な関数 pi を使用することもできますが、括弧を忘れないでください - 正しい使い方は、pi()です。同じように、他の関数も括弧内に引数を必要とします。使い方の例は、sin({a}) + cos({b}) * 2 です。cos(deg2rad({a} + 90))のように関数を入れ子にしても問題はありません。 +
PHPスタイルの関数の使用方法に関しては、PHPウェブサイトの文書をご覧ください。

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)
-- 2.39.5