From cbb8979fa92662a019e91e03bdfd481938f6553f Mon Sep 17 00:00:00 2001 From: compuproggy Date: Wed, 23 Oct 2002 07:27:02 +0000 Subject: [PATCH] *** empty log message *** --- lang/de/help/quiz/attempts.html | 6 +++++ lang/de/help/quiz/categories.html | 17 ++++++++++++ lang/de/help/quiz/correctanswers.html | 6 +++++ lang/de/help/quiz/feedback.html | 5 ++++ lang/de/help/quiz/grademethod.html | 25 ++++++++++++++++++ lang/de/help/quiz/maxgrade.html | 11 ++++++++ lang/de/help/quiz/multichoice.html | 19 ++++++++++++++ lang/de/help/quiz/questiontypes.html | 37 +++++++++++++++++++++++++++ lang/de/help/quiz/random.html | 3 +++ lang/de/help/quiz/shortanswer.html | 10 ++++++++ lang/de/help/quiz/timeopen.html | 5 ++++ lang/de/help/quiz/truefalse.html | 11 ++++++++ lang/de/moodle.php | 2 +- 13 files changed, 156 insertions(+), 1 deletion(-) create mode 100644 lang/de/help/quiz/attempts.html create mode 100644 lang/de/help/quiz/categories.html create mode 100644 lang/de/help/quiz/correctanswers.html create mode 100644 lang/de/help/quiz/feedback.html create mode 100644 lang/de/help/quiz/grademethod.html create mode 100644 lang/de/help/quiz/maxgrade.html create mode 100644 lang/de/help/quiz/multichoice.html create mode 100644 lang/de/help/quiz/questiontypes.html create mode 100644 lang/de/help/quiz/random.html create mode 100644 lang/de/help/quiz/shortanswer.html create mode 100644 lang/de/help/quiz/timeopen.html create mode 100644 lang/de/help/quiz/truefalse.html diff --git a/lang/de/help/quiz/attempts.html b/lang/de/help/quiz/attempts.html new file mode 100644 index 0000000000..a912d92b52 --- /dev/null +++ b/lang/de/help/quiz/attempts.html @@ -0,0 +1,6 @@ +

Quiz attempts

+ +

Students may be allowed to have multiple attempts at a quiz. + +

This can help make the process of taking the quiz more of + an educational activity rather than simply an assessment. diff --git a/lang/de/help/quiz/categories.html b/lang/de/help/quiz/categories.html new file mode 100644 index 0000000000..f0a21f987f --- /dev/null +++ b/lang/de/help/quiz/categories.html @@ -0,0 +1,17 @@ +

Question categories

+ +

Rather than keeping all your questions in one big list, + you can create categories to keep them in. + +

Each category consists of a name and a short description. + +

Each category can also be "published", which means + that the category (and all questions in it) will be + available to all courses on this server, so that + other courses can use your questions in their quizzes. + +

Categories can also be created or deleted at will. + However, if you try to delete a category containing + questions, then you will be asked to specify another + category to move them to. + diff --git a/lang/de/help/quiz/correctanswers.html b/lang/de/help/quiz/correctanswers.html new file mode 100644 index 0000000000..3a42e9efa4 --- /dev/null +++ b/lang/de/help/quiz/correctanswers.html @@ -0,0 +1,6 @@ +

Show correct answers

+ +

If you enable correct answers, then the +feedback will show also show the correct answer +for each question (highlighted in a bright colour). +

diff --git a/lang/de/help/quiz/feedback.html b/lang/de/help/quiz/feedback.html new file mode 100644 index 0000000000..8d16da6f65 --- /dev/null +++ b/lang/de/help/quiz/feedback.html @@ -0,0 +1,5 @@ +

Feedback

+ +

If you enable quiz feedback, then students will receive + question feedback on every answer (right or wrong).

+ diff --git a/lang/de/help/quiz/grademethod.html b/lang/de/help/quiz/grademethod.html new file mode 100644 index 0000000000..fe5289c857 --- /dev/null +++ b/lang/de/help/quiz/grademethod.html @@ -0,0 +1,25 @@ +

Grading method

+ +

When multiple attempts are allowed, there are different ways + you can use the grades to calculate the student's final + grade for the quiz. + +

Highest grade

+

+ +

Average grade

+

+ +

First grade

+

+ +

Last grade

+

diff --git a/lang/de/help/quiz/maxgrade.html b/lang/de/help/quiz/maxgrade.html new file mode 100644 index 0000000000..d3841862d4 --- /dev/null +++ b/lang/de/help/quiz/maxgrade.html @@ -0,0 +1,11 @@ +

Maximum grade

+ +

The maximum grade you set for a quiz is what all grades + are scaled to. + +

For example, you might set the max grade to 20, because the + quiz is worth 20% of the whole course. + +

Even though you might have 10 questions in your quiz + worth a total of 50 marks, all grades out of 50 will be + "scaled down" to the quiz max grade of 20. diff --git a/lang/de/help/quiz/multichoice.html b/lang/de/help/quiz/multichoice.html new file mode 100644 index 0000000000..52682ffa7c --- /dev/null +++ b/lang/de/help/quiz/multichoice.html @@ -0,0 +1,19 @@ +

Multiple Choice questions

+ +

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

Single-answer questions allow one and only one answer to be chosen. + Generally all the grades for such a question should be positive. + +

Multiple-answer questions allow one or more answers to be chosen - each answer + may carry a positive or negative grade, so that choosing ALL the options + will not necessarily result in good grade. If the total grade is negative + then the total grade for this question will be zero. Careful, it is + possible to create questions that have scores greater than 100%. + +

Finally, each answer (right or wrong) should include feedback - this feedback + will be shown to the respondent next to each of their answers (if the quiz + itself is configured to show feedback). +

diff --git a/lang/de/help/quiz/questiontypes.html b/lang/de/help/quiz/questiontypes.html new file mode 100644 index 0000000000..f3fc130160 --- /dev/null +++ b/lang/de/help/quiz/questiontypes.html @@ -0,0 +1,37 @@ +

Creating a new question

+ +

You can add a variety of different types of questions to a category:

+ +

Multiple Choice

+ + +

Short Answer

+ + +

True/False

+ + +

Random

+ + diff --git a/lang/de/help/quiz/random.html b/lang/de/help/quiz/random.html new file mode 100644 index 0000000000..6aaf9c38ca --- /dev/null +++ b/lang/de/help/quiz/random.html @@ -0,0 +1,3 @@ +

Random question

+ + diff --git a/lang/de/help/quiz/shortanswer.html b/lang/de/help/quiz/shortanswer.html new file mode 100644 index 0000000000..39f343310b --- /dev/null +++ b/lang/de/help/quiz/shortanswer.html @@ -0,0 +1,10 @@ +

Short Answer questions

+ +

In response to a question (that may include a image) the respondent + types a word or short phrase. + +

There may be several possible correct answers, each with a different + grade. If the "Case sensitive" option is selected, then you can + have different scores for "Word" or "word". + +

Answers are compared exactly, so be careful with your spelling! diff --git a/lang/de/help/quiz/timeopen.html b/lang/de/help/quiz/timeopen.html new file mode 100644 index 0000000000..5bda122a35 --- /dev/null +++ b/lang/de/help/quiz/timeopen.html @@ -0,0 +1,5 @@ +

Opening and closing the quiz

+ +

You can specify times when the quiz is accessible for people to make attempts. + +

Before the opening time, and after the closing time, the quiz will be unavailable. diff --git a/lang/de/help/quiz/truefalse.html b/lang/de/help/quiz/truefalse.html new file mode 100644 index 0000000000..7323375a24 --- /dev/null +++ b/lang/de/help/quiz/truefalse.html @@ -0,0 +1,11 @@ +

True/False questions

+ + +

In response to a question (that may include a image) the respondent + chooses from True or False. + +

If feedback is enabled, then the appropriate feedback message is + shown to the respondent after answering the quiz. For example, + if the correct answer is "False", but they answer "True" (getting + it wrong) then the "True" feedback is shown. +

diff --git a/lang/de/moodle.php b/lang/de/moodle.php index d53b1e134b..8d87a1d751 100644 --- a/lang/de/moodle.php +++ b/lang/de/moodle.php @@ -161,7 +161,7 @@ $string['enteremailaddress'] = "Geben Sie hier Ihre Email-Adresse ein, um Ihr Pa $string['error'] = "Fehler"; $string['existingteachers'] = "Vorhandene Lehrer"; $string['feedback'] = "Rückmeldung"; -$string['filemissing'] = " fehlt"; +$string['filemissing'] = "\$a fehlt"; $string['files'] = "Dateien"; $string['filloutallfields'] = "Bitte füllen Sie alle Formular-Felder aus"; $string['firstname'] = "Vorname"; -- 2.39.5