Log of /contributions/modules/quiz/quiz.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 1 19:17:03 2008 UTC
(13 months, 3 weeks ago)
by
mbutcher
Branch:
MAIN
Branch point for:
DRUPAL-6--2
Changes since
1.20: +126 -668 lines
Diff to
previous 1.20
z allen, westwesterson, mbutcher: Beginning D6 port.
THIS CODE IS UNSTABLE. While Quiz installs correct and basic quizes can be done, there are still errors here and there, as the D6 migration is not complete.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 13 05:03:30 2007 UTC
(23 months, 2 weeks ago)
by
westwesterson
Branch:
MAIN
Changes since
1.16: +100 -98 lines
Diff to
previous 1.16
Quiz and Question nodes should not display their Author or Published Date by default.
Issue #199967 by Senpai
Revision
1.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 12 18:09:04 2007 UTC
(2 years, 2 months ago)
by
kscheirer
Branch:
MAIN
Changes since
1.11: +1 -0 lines
Diff to
previous 1.11
When you are in the "manage questions" tab, you should get a taxonomy dropdown.
leave it set at "none" to select random questions from the random question pool you've defined for this quiz.
if you set it to a taxonomy term, it will instead choose from questions with that term.
So for example, you could choose the term "fruit", and then any questions that have that are assigned to that term will be eligible to show up on the quiz. Any children of your term will be eligible too. So if "apple" and "orange" were children of fruit, then any questions assigned to those terms could show up on the quiz as well.
Revision
1.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Sep 5 22:15:53 2007 UTC
(2 years, 2 months ago)
by
kscheirer
Branch:
MAIN
Changes since
1.10: +1 -1 lines
Diff to
previous 1.10
bug #168988
random question management
remove number_of_questions column - replaced with number_of_random_questions
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 24 21:05:13 2007 UTC
(2 years, 3 months ago)
by
kscheirer
Branch:
MAIN
Changes since
1.6: +37 -0 lines
Diff to
previous 1.6
issue #165392
this patch aims to do 3 things:
1. if you choose not to use it, it should not affect any already-created quizzes.
2. you can specify result ranges, like 0-49, 50-90, 91-100, and then give the user feedback based on the range their score falls into at the end of the quiz. Note that this requires the quiz to be a scored quiz, meaning the pass rate is greater than 0. Also note that this has absolutely no effect on passing the quiz.
3. for an unscored quiz (pass rate is 0), you can set up result categories (like 'cat person' and 'dog person'). Unlike a scored quiz, these categories aren't ranked, so one is not better than the other, and they don't use ranges. Each answer must then be linked to a particular category. At the end of the quiz, the user is given feedback based on which category contained the majority of their answers. (so if the majority of their answers were linked to the 'cat person' category, you could give feedback like "you really like cats, huh?").
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Apr 13 20:33:38 2007 UTC
(2 years, 7 months ago)
by
webchick
Branch:
MAIN
Branch point for:
DRUPAL-5
Changes since
1.4: +1 -1 lines
Diff to
previous 1.4
#114885 by wmostrey and riverfr0zen, plus a bunch of testers: Updating quiz module to Drupal 5. Awesome work, folks.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Oct 22 19:00:14 2006 UTC
(3 years, 1 month ago)
by
seanfuller
Branch:
MAIN
Changes since
1.2: +6 -5 lines
Diff to
previous 1.2
#27133 by seanbfuller: Moves date-time database columns to use unix timestamps and fixes the open and close date functionality.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.