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.

simeonabiola's picture

Question Direction

Good day,
I have been playing around with the quiz module, but I have a challenge with the quiz direction. I can't figure out how to use this feature. I will much appreaciate it if anyone can explain how to use Question direction.

Thanks
Simeon Tawose
www.mathsvillage.org

Read more
didlix's picture

Multiple choice question scoring

Good Afternoon,

I am trying to create a multiple choice question that has 6 options:

[a,b,c,d,e,f]

The outcome should be correct when any or all of the first 5 options (a-e) are ticked and incorrect if the last option (f) is ticked.

I have simple scoring turned off, the question has a max score of 5, and I have set each of the correct questions' scores to 5 as well.

This almost works, if I select 3 or more of the correct options then it marks it as correct, if I select 2 or less then it marks it as incorrect (because I didn't reach a high enough score).

Read more
Royal_Jat's picture

Fatal error: Only variables can be passed by reference in

Hi Friends,

i want to develop quiz page with multiple question, But I faced a problem on first step.
i installed this module and when i click on "Take by Ajax", than a error coming on screen

"Fatal error: Only variables can be passed by reference in C:\xampp\htdocs\science\sites\all\modules\quiz\includes\ajax_quiz\ajax_quiz.admin.inc on line 55"

please provide any solution or advice for this issue.

Regards
Royal jat

Read more
finaukaufusi's picture

Multiple question per page

I've now done modified the quiz 7.x-4.0-alpha9 core to achieve the multiple question per page. It was working very well.

In my implementation, I add a new table call quiz_page and attached to the quiz_node_relationship table with a foreign key "page_id"

I also change the behaviour of the quiz to navigate by using the page_id instead of question node id. When using the page_id for navigation it will allow us to read all the questions is belong to a page.

Anyway, hopefully this idea will help to implement the multiple question per page to the next version of quiz module.

Read more
jhchnc's picture

Quiz "AJAX-like" solution: hint: use an iframe

A very simple solution to having an "AJAX"-like experience with the Quiz module is to render your quiz on a page in an iframe.

It took me a day of toying with different ideas to realize that this would be a very simple method to employ when looking for a solution to the problem of not requiring the user to reload an entire page as they go through a quiz.

It is also a very good method for D7 users, as it assures compliance with core Quiz changing going forward.

Read more
mudddy's picture

Creating multichoice quiz questions with the migrate module

quiz version 7.x-4.0-alpha9

I hope this is the right place for this. I seem to be misunderstanding the relationship between quiz questions and quizzes. I first migrate my quizzes into drupal, and then migrate questions, mapping the previously created quiz node id to the quiz question field, 'parent_nid'. When I try to "manage questions" in the UI for a quiz I previously migrated this way, however, the questions have been created, however they are not assigned to any quiz.

Read more
hitubansal's picture

Retake Exam

Quiz
86% (6 votes)
Retake
14% (1 vote)
Total votes: 7
shintokm's picture

Performance Issue with my site...

Hi All,

I am SHINTO MATHEW, i have a site for E-learning . It includes different sample question papers. My main module is quiz module. the users can take test . I am conducting test for colleges , but am facing performance issue . if a 50 users are taking the test at same time , its getting a big issue for me.

Please guide me about the same. Now this is major challenge for me. Help me !!!!

Thanks,
SHINTO MATHEW.

Read more
mpearrow's picture

Form validation in quiz?

Hi all,

I am hoping to use form element validation for one of my question types. I have a textarea that should pass some validation before the user can submit (doing syntax checking before they commit something that is bound to be scored poorly). I have been able to create a _validate function in my question_type.module file, and it appears to fire when the user clicks "next" or "finish".

Read more
finaukaufusi's picture

Quiz for Drupal 7 bugs fixes - multichoice multiple answers

I found a bug on quiz multichoice question type.

Here's how to replicate this bug.

  1. click on manage question link.
  2. When I try to select two correct answer, I got this error on firebug "$ is not a function"

This error come from "multichoice.js"

I've now fix this bug on my site by add the jquery conflict code.

I put the following line on the top of the file content.
var $jq = jQuery.noConflict();

I replace all $ with $jq

That's it.

Finau

Read more
IKN's picture

Anonymous user' results not saved ... at least not separately

I'm using the image target questioin along with short and long answers Quiz.

  • Logged in users' results are recorded.
  • Anonymous users can fill out the form, but
  • If I enable multiple attempts, it treats each new anonymous user as a new "try" by Anonymous.
  • If I disable multiple attempts, it ignores all but the first try.

If anyone has any suggestions, I'd be grateful.

David

Read more
dmadruga's picture

Each answer associated to a "personality"

Hi folks,

I'm trying to deploy a quiz for a "personality" test. I want to define if the user is more "technical" or "administrative". In order to do it I'll make them take a quiz with multiple-choices questions. Each answer will be associated to either "technical" or "administrative". One question may have 2 or more answers but the user will be able to select only one answer for each question.

Read more
falcon's picture

Exam module released on drupal.org

We have created a module for holding exams using Drupal, Quiz and Organic Groups:

http://drupal.org/project/exam

From the project page:

Enables you to use your Drupal site to hold exams. Integrates with the Organic Groups module so that all group members will be put into exam mode when the time for exam arrives. In exam mode the users can only access a predefined set of pages in a predefined order, and all blocks are hidden except those you want to be visible in exam mode. Exam pages are only visible when taking exams.

Any feedback will be appreciated.

Read more
finaukaufusi's picture

Quiz database schema

Hi quiz people, I'm starting to build my own question type but I do need the database structure of the quiz.

Do you guys have a documentation or diagram of the quiz database structure that I can see?

Thanks for building the quiz module, brilliant work.

Read more
tim1987's picture

Results menu/page doesn't work, or does it?

Hi

(Drupal 7 version)

Is it possible that the results page doesn't work? (node/nr/results)

I get to see a list of users who have completed the quiz but none of the filters work, nor can I delete users from the results page. Lies the problem with me or is this still a work in progress?

Another question.
With each question I want to provide a sentence that says "Find the answer here" with a link to the answer. I've added a field to add this sentence in the multianswer questiontype but I can't manage to get it displayed. Perhaps someone knows why?

Thanks

Read more
IKN's picture

Can I turn off scoring entirely?

I'm using quiz question types (Drupal 7), but don't want scoring. Can someone tell me how to turn off all evaluation and just say thanks?

Right now, users are getting this error:

"Parts of this Registration have not been evaluated yet. The score below is not final."

But I want to tell them "Thanks for the info."

Thank you,

David

Read more
baqar's picture

Quiz Module

Module page is restricted. I cant install Quiz module on the site...
Any remedy for this ?

Read more
alberto56's picture

Has anyone ever experienced having a quiz with questions repeating and appearing in random order?

Hi all,

I'm wondering if anyone ever had this type of problem before. I'd appreciate any help in debugging this.

See http://drupal.org/node/1620082.

Cheers,

Albert.

Read more
MarketStone's picture

User Log in

https://wlfriends.org/accounts/login is using a paraphrase over a username and password.

The smart thing about a paraphrase over a username and password is the paraphrase is the key to the encryption so every user uses an unique encryption. just like pgp. This is brilliant i can not believe this was not used 10 years ago for log-ins.

Read more
a0n1us's picture

displaying the Quiz questions in an overlay or pop-up window

I am relatively new at Drupal and not a professional web developer.

Want to know if I can use something like Overlay or Lightbox2 to display the quiz questions & answer(s) in a pop up window. And after the quiz is over, it can either revert back to the results page (or maybe display the results too on the same pop up window).

The idea is possibly to have better control on how the questions & answers are laid out on this pop-up/Overlay window, so that it will be easier to access by people with physical challenges (who lack the fine motor skills needed to navigate and click small print)

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