From 886c6668476b85de32e7da2201955315cf27adf9 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 16 Aug 2004 15:55:15 +0000 Subject: [PATCH] FIxed bug 1738 - questions now added to category they were started in --- mod/quiz/questiontypes/description/description.html | 2 +- mod/quiz/questiontypes/match/match.html | 2 +- mod/quiz/questiontypes/multianswer/multianswer.html | 2 +- mod/quiz/questiontypes/multichoice/multichoice.html | 2 +- mod/quiz/questiontypes/numerical/numerical.html | 2 +- mod/quiz/questiontypes/random/random.html | 2 +- mod/quiz/questiontypes/shortanswer/shortanswer.html | 2 +- mod/quiz/questiontypes/truefalse/truefalse.html | 4 +--- 8 files changed, 8 insertions(+), 10 deletions(-) diff --git a/mod/quiz/questiontypes/description/description.html b/mod/quiz/questiontypes/description/description.html index 5b54d0fe94..2016a142ff 100644 --- a/mod/quiz/questiontypes/description/description.html +++ b/mod/quiz/questiontypes/description/description.html @@ -4,7 +4,7 @@

:

- id, true, true); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/match/match.html b/mod/quiz/questiontypes/match/match.html index 7705283967..7483951c24 100644 --- a/mod/quiz/questiontypes/match/match.html +++ b/mod/quiz/questiontypes/match/match.html @@ -4,7 +4,7 @@

:

- id, true, true); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/multianswer/multianswer.html b/mod/quiz/questiontypes/multianswer/multianswer.html index bf2faf0311..b6c348e668 100644 --- a/mod/quiz/questiontypes/multianswer/multianswer.html +++ b/mod/quiz/questiontypes/multianswer/multianswer.html @@ -10,7 +10,7 @@ - id, true, true ); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/multichoice/multichoice.html b/mod/quiz/questiontypes/multichoice/multichoice.html index e01e434292..de725266d0 100644 --- a/mod/quiz/questiontypes/multichoice/multichoice.html +++ b/mod/quiz/questiontypes/multichoice/multichoice.html @@ -4,7 +4,7 @@

:

- id, true, true); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/numerical/numerical.html b/mod/quiz/questiontypes/numerical/numerical.html index aab693839d..f22a15e33c 100644 --- a/mod/quiz/questiontypes/numerical/numerical.html +++ b/mod/quiz/questiontypes/numerical/numerical.html @@ -4,7 +4,7 @@

:

- id, true, true,$question->category); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/random/random.html b/mod/quiz/questiontypes/random/random.html index 8c453bc4be..b112268b7e 100644 --- a/mod/quiz/questiontypes/random/random.html +++ b/mod/quiz/questiontypes/random/random.html @@ -5,7 +5,7 @@

:

- id, true, true); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/shortanswer/shortanswer.html b/mod/quiz/questiontypes/shortanswer/shortanswer.html index 446f4dadf0..968df572b2 100644 --- a/mod/quiz/questiontypes/shortanswer/shortanswer.html +++ b/mod/quiz/questiontypes/shortanswer/shortanswer.html @@ -4,7 +4,7 @@

:

- id, true, true); ?> + id, true, true, $question->category); ?> diff --git a/mod/quiz/questiontypes/truefalse/truefalse.html b/mod/quiz/questiontypes/truefalse/truefalse.html index 30becfb1b5..2fffc5e048 100644 --- a/mod/quiz/questiontypes/truefalse/truefalse.html +++ b/mod/quiz/questiontypes/truefalse/truefalse.html @@ -4,9 +4,7 @@

:

- id, true, true); - ?> + id, true, true, $question->category); ?> -- 2.39.5