Quiz

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

This is a group to discuss developments in the quiz module and it's development. This group hopes to be a place to discuss new exciting ideas and implementations.

a0n1us's picture

modifying quiz layout to make it more accessible

have an user who has fine motor challenges and finds it very difficult to select answers & click on next. (at this point, the only user .. so don't mind making universal change)

Ideally would like to re-do the layout and the make the answers with radio button .. separate in to say four square (rather than being in a row).

As a work around, I have put font size tags to enlarge the question & answers (multiple choices).

For the Next click, I want to use something like an image , rather than the small next text. Using something like this below

Read more
luciogodoy's picture

Disable pass/fail part of Quiz Module

Hi All;

Is it possible to disable the Pass/Fail from the quizz module, since i dont need this feature pls?

thanks

Lucio

Read more
pedrambehroozi's picture

Minus one score for wrong answers.

Hi,
Is it possible to get a negative score to wrong answers in matching questions?
If yes, how? and if no, why?

I need to do this for a customer and if you could give me any hint to do this it would be much appreciated.
Thanks

Read more
Anonymous's picture

Does Quiz have these capabilities?

I am in the process of revamping my quiz website (astronomyquiz.org) and am considering Drupal. But I need to find out its capabilities. I watched a tutorial where some questions I had were answered. I still have some more questions.

1 It would not be necessary for people to register in order to take a quiz, but if they wanted to access their stored scores then they would have to.
2 To allow me to see results of quiz takers whether or not they log in to take the quiz.
3 In the introduction of each quiz could I have an image along with the title of quiz?

Read more
cindyr's picture

Advice? Using Quiz for logic-based recommendations

I'm looking to provide a set of questions to my users to provide recommendations. Each question will be served up in a quiz-like manner (one at a time, maybe with weighted values, possibly in random order, all as yes or no answers).

Read more
invincible1388's picture

need help

I have implemented quiz in my site

but now i am facing problems to actually implement a feature i.e whenever a user takes a quiz..an activity message should be saved about that activity.But i cant find a way by which this can be implemented.
thanks in advance!
vilash

Read more
iseller's picture

Psychological testing with quiz

I’m going to use multichoice for answers.
Multichoice provides an opportunity to give each answer a definite amount of points. Also the module screens final amount of points after you pass the test.
I need to add following functional:
1) Opportunity to add characteristics for each span of points in test settings (fields “from”, “to” and “characteristics” as well as button “add” when you held it down there appears/supplements additional form with fields described above).
2) Opportunity to screen relevant characteristics after the test is passed instead of total sum of points.

Read more
huah's picture

How to put a quiz of all questions is placed in a page?

How to put a quiz of all questions is placed in a page?
Thanks .

Read more
MarketStone's picture

i think the webchick works for mi6

Sorry Angela that was a bad joke:)
anyway, by default drupal 7 saves files in the sites/default where Your settings.php. This should not be. Your sites/default folder permissions should be owner - read\execute 500 and Your settings.php should be owner - read 400. You should move saved files to sites or sites/all i am sure it was just an overlook.

Hope everyone has a Great Holiday!

Ran

Read more
MarketStone's picture

IPv6 in Drupal 8

Making some changes to the drupal core. We want to be able to block users by the IPv6 instead of IPv4 as You may or not know v6 is unique to the device where v4 can be a block of IP's and can block someone who might end up with the IP the next time it is assigned. But can not find the PHP user $GLOBAL to pull the v6 ip can anyone help?

Thanks,

Ran

Read more
zeezhao's picture

creating new question types e.g. multiple "short answer"/"long answer" etc.

Please has anyone created an answer type where the User needs to give many short or long answers related to the same question e.g.

Name 4 cities in the world:
i.

ii.

iii.

iv.

In this example, it is better to have the fields grouped, as opposed to 4 separate questions.

If no existing solution, one way to solve would be the existing short/long answer should have a means of configuring it so that this can be done by specifiying how many fields to show, field length, etc.

Hence seeking advice from forum, as I am not a quiz expert... Thanks

Read more
sheyd's picture

Quiz results after user creation ?

Hello,

I'm trying to know if there is a solution to answer the quiz questions and to record temporary the answers to show them after user log in ?

My client don't want to show answers before the user was logged, if the user has no account he must create a new one. After that and only after that the user can show the results.

To make short :

  • answer the quiz questions
  • record the answers
  • I'm an anonymous user
    • log in
    • create a new account
  • show the answers

Is there a way to do that without modification with the Quiz module ?

Thanks in advance

Read more
egberthertsen's picture

Quiz questions not available/not shown - 6.x-4.3

My quiz performed flawlessly until I recently upgraded to 6.x-4.3. As admin I can manage and view the quiz perfectly. However whenever an auth. user wants to take the quiz, the actual questions are not shown (marked as n/a) although the possible multiple choice answers are being shown.
I'm using Drupal 6.22
Any help would be most welcome.

Read more
fsa317's picture

How to trigger an action on quiz complete?

Hi, first off I'm relatively new to Drupal (just a disclaimer).

What is the easiest way to execute an action when a Drupal quiz is complete (primarily interested in passed quizzes). I want to use the flag module to flag a related piece of content as completed (for that user).

I'm stuck seeing where I connect the quiz completion to the flagging.

Read more
Sivaji_Ganesh_Jojodae's picture

Cross Site Scripting Security vulnerability in quiz

It came to our attention that quiz module is vulnerable to Cross Site Scripting attack. Now it has been fixed and a release was rolled out with necessary fixes. Upgrade your site to quiz version 6.x-4.3. See http://drupal.org/node/1336922 for details.

Read more
cpg_barry's picture

Display Quiz directions above each question?

I am new to Drupal and Quiz. I am using Quiz for a situation where the quiz is a story and the questions are about the story. I need to have the story display above each question for reference. I created a content View, but it shows the information box and the button that starts the quiz. A block of that View only shows the title link. A Quiz View doesn't have the Quiz directions as an available field. How can this be accomplished? Thanks.

Read more
sergio.gattas's picture

individual record for Multichoice answers

Hi,
I need to know in which table of the database results are saved for each user to multiple choice questions. I review the model and only get to see that the table is saved quiz_multichoice_user_answers a record (id, result_id, question_nid, question_vid) is vincualdo
quiz_multichoice_user_answer_multi the table (id = user_answer_id), and in the latter table is an additional column (answer_id) which I think will refer to the detail but I can not find that table.

From already thank you for your cooperation,

regards,

Sergio

Read more
lancsDavid's picture

how does Quiz work?

i understand the 'read-only' side of drupal. ie: the creation & use of non-interactive content (involving content types, nodes, CCK & drupals menu system 'as controlled through the admin interface'). but for quiz questions things are different right, because questions are interactive? i mean, do you have to use the Form API? & is an understanding of drupals menu system needed? & possibly an understanding of page.tpl.php? & possibly other stuff too?

any insights into how Quiz module works much appreciated.

Read more
goldhat's picture

New question type or theme?

I'm just learning Quiz module and am trying to determine if it would be better to create a new Question Type or to theme the existing Multiple Choice Question.

Read more
doru's picture

Embed Quiz in other content types

Hi there,

Thanks for a great module. I am excited to work with the new version of Quiz, it adds so much value to any website, visitors love to be interactive and it's good for search engines.

I am trying to implement quiz in such way that it can be embeded on any content type, (mainly a book page). The objective is to have on the same page the specific content of that type plus the interactive part - the quiz.

Read more
Subscribe with RSS Syndicate content

Quiz

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds: