Quiz

Events happening in the community are now at Drupal community events on 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.

svena's picture

How do I insert a custom class on Quiz Directions questiontype when it's inside a Quiz?

Hi
I have a Quiz. The first question is a Quiz direction. In CSS I hide the "Next" button div. I have a video in the body of the question. When the video ends, its trigger a javascript that shows the div with Next button, and the user can go further in the quiz.

My problem is with the NEXT button in following questions. These buttons is hidden, caused by the reloading of the CSS. All questiontypes buttons have same div names.

My easy solution is a custom class i bodytag for the questiontype. But there is only node-type-quiz, notich special for the question type.

Read more
tomalbhy's picture

Need help

Hi everybody,
I am using D7 and Quiz Module.
I have created a quiz contest using this module named ‘Math-test’. Under this ‘Math-test’ there are 100+ Multiple Choice Questions.
But I want that, user can participate on this contest ‘Math-test’ unlimited time and there will appear only 50 questions randomly.
If, how can I do this? Pls explain.

(Thanks in advance)

Read more
kietzmann's picture

Detailed results (stats by question)

Hi everyone,

I´m new here and new with quiz. Could some one help me?

I´m using Quiz 7.x-4.0-beta1 and need more information about the questions results of my quiz.

I need to know for each question what´s the percent of each answer for every one that took that quiz.

For example:
question 1: 20% selected A, 30% selected B ...
question 2: 40% selected true, 60% selected false

I found this post (https://drupal.org/node/624304) with the same problem, but the link to a possible answer isn´t working.

Read more
jukka792's picture

Feedback or not

Is it possible to let user decide when they want to see the feedback of the quiz ? In my case I could let users to select "take quiz and show feedback at the end" or "take quiz and show feedback after each question" (and this is at least in multiplce choise and and true/false)

This feature could be possible just using a parameter in URL ? And a setting in the quiz admin pages could be just a one check box: "Let user select when feedback is displayed"

Read more
TTransmit's picture

Can all anonymous Quiz takers' answers be collected by Quiz?

Is there a way to make a Quiz collect all Anonymous users' answers to a quiz as if they were individual users? Currently all anonymous users get treated as a single user. I want to capture all answers given by anonynous users. I'd like the results to contain every result for every time the quiz was taken by an anonymous user.

Is there a way to do this? Preferably without needing to write a custom module but if someone has written this already, the code would be much appreciated.

Read more
dakala's picture

Quiz - The Next Generation

Drupal has evolved in different ways since the early days of Quiz module. Now entities, fields and views reign supreme. The next generation of Quiz module should tap into these powerful features of the framework and mirror Drupal coding standards. Here's the output for the code review of quiz modules:

Coder found 11 projects, 155 files, 13 critical warnings, 1119 normal warnings, 769 minor warnings, 0 warnings were flagged to be ignored
Read more
jukka792's picture

Timer to quiz questions

I would like to add a timer per question. Do you think it could be possible? Timer could be at least in the "multiple choice question" and "true or false" -type questions. Currently it is possible to set a timer to the whole quiz. But sometimes a timer in every question could be useful. Settings could be in the quiz setting "set x seconds time to every questions in this quiz" . And if user don't click any answer in a question, in the feedback at the end there could just be "you run out of time" displayed in those questions where user didn't select any answers.

Read more
dkalish's picture

Theming quiz question feedback

I'm using quiz 6.x-4.4 and having trouble finding the theming files. What is the correct template file for theming multiple choice question output during feedback (after the question has been answered), and where do I find it?

Thanks.

Read more
As If's picture

Multiple Charts in a Single View

This is a bit of a hack, but I'm experimenting with ways to get multiple statistics charts into a View. I know I could just write function calls to charts.googleapis directly, but I like the way the Quiz charts look and I was hoping to be able to leverage them easily. The chart I'm particularly interested in (for this View) is the "Status" piechart.

Read more
omidehghanZD's picture

upgrade from 6.x to 7.x

hi
i want to upgrade my site from 6 to 7 . quiz module is installed on my site , the new version of quiz 7.x is not recommended and autoload (http://drupal.org/project/autoload) module is not for drupal 7 .

how can i use quiz in drupal 7 without problem?

Read more
mayurst's picture

how to display quiz stats to quiz attendees

Hi, All

I have created 4 quizzes for students, students are allowed to take quiz many times.
I want to display the quiz stats for each students with the following information,
Quiz/ Author/Created/ Questions/ Attempts . and graphs related to this.

for administrator this quiz stats is available , can it be possible to display similar info for individual student level ? Enabled the permission for quiz Statistics ,when student clicks Result Statistics button "No Statistics found" message is displayed, but actually student attended the all quiz many times.

thanks in advance

Read more
Amit Marwah's picture

assigning multiple quiz to single role problem

Dear Sir/Members

I have creates different roles like class 1,class 2,class 3 etc
I have created different quizzes like class 1 test ,class 2 test ,class 3 test etc

Now i want to assign class 1 test to role class 1 and class 2 test to role class 2

The problem i m facing is user of role class 2 can see quiz "class 1 test"
Is there any way by which we can make a provision in which class 2 role can only see the quiz class 2 test

Regards

Read more
jsidigital's picture

Quiz with Image or Audio as question? How?

I am using Quiz 7.x-4.0-beta1.

I need to show an image as the question and cannot find out how to do this. I tried adding an image field to the multiple choice content type and it shows on the actual multiple choice node, but not when actually taking the quiz.

Then i tried adding the image to the wysiwyg editor when asking the question. Again, this shows on the multiple choice content type node, but when actually taking the quiz, it seems to only show the question text and no image.

How can I make this work?

Read more
falcon's picture

Screencast: Rich content and applications in Drupal - what is H5P all about?

I've previously submitted a couple of H5P teasers here at G.D.O. without explaining what H5P really is.

We've now created a screencast that shows how H5P may be used by authors to create, publish and share rich content in Drupal. H5P focuses on enabling Drupal users to create richer content like interactive videos, presentations where tests may be included on the different slides, question sets, games and more.

Read more
KateM's picture

Error

Hi, I had installed Quiz and worked perfectly fine, but then when I had clicked Start the I got this:

Notice: Undefined property: stdClass::$type in _node_extract_type() (line 385 of /home/protocol/public_html/modules/node/node.module).
Notice: Undefined property: stdClass::$nid in node_build_content() (line 1425 of /home/protocol/public_html/modules/node/node.module).
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7681 of /home/protocol/public_html/includes/common.inc).
Read more
Amit Marwah's picture

How to export in quiz

Hi

i had a problem that how to export in quiz pls tell me

and i had another question that how can we assign the particular sets of quiz to one group for example group 1 get the set of question 1 and another group get another set pls help me out

Thanks

Amit Marwah

Read more
Amit Marwah's picture

Hey All

Hi
i had a problem that how to export in quiz pls tell me
and i had another question that how can we assign the particular sets of quiz to one group for example group 1 get the set of question 1 and another group get another set pls help me out
Thanks
Amit Marwah

Read more
Amit Marwah's picture

Need Help

Hi
i have some problem please help me out

PDOException: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) in lock_may_be_available() (line 167 of D:\New folder (2)\xampp\htdocs\drupal\drupal-7.22\includes\lock.inc).

How to avoid this error please help me out

Read more
Amit Marwah's picture

how to import the set of questions in DRUPAL Quiz

Hi,
i have huge set of multiple and other sets of questions and i need to upload those questions to the "Drupal Quiz".

Is there any simple and easy way to import those questions into my Quiz
Thanks
Best Regards
Amit Marwah

Read more
sivaji_ganesh_jojodae's picture

Professional support for quiz relaunched

It has been a while since quiz module was actively developed and maintained. But I'm sure that this period of 'while will not find its repetition in future.

With the support from my company, "KnackForge" and for the healthy growth of the quiz module we have strategically relaunched our existing service which would specially focus on offering Drupal development services based on quiz and related eLearning modules.

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:

Hot content this week