The Quiz module provides tools for authoring and administering quizzes through Drupal.

learn more… | top users | synonyms

0
votes
0answers
18 views

Quiz: display text next to questions

I'm very new to Drupal although I'm quite proud of what I've already achieved. I am making an electronic learning environment where people can take language tests using the Quiz-module. However, I'm ...
0
votes
0answers
29 views

Drupal Quiz Question Browser

I have quiz module installed on a website, when you create a quiz, in next step it asks you to add some questions to it, while you can add your previous questions along the new ones, it provides some ...
0
votes
0answers
76 views

How can we show all multiple choice questions on the same page using quiz module in drupal 7?

I am using quiz module in drupal 7. i want to show all multiple question on the same page. and when user select correct answer then he/she should show like this message "Your answer __ is ...
0
votes
0answers
31 views

Time limit on quiz (Quiz Module) resets when a user logs out

I have set a time limit on a quiz for a user and display the time countdown with the help of Jquery countdown module so everything is working perfectly ok. But, once the user logs out from unfinished ...
1
vote
0answers
17 views

I want to hide the “Manage questions” button from question creation form of Drupal Quiz

I am using drupal quiz module. It is working fine. My issue is I want to hide the "Manage questions" button from question creation form. Any help would be appreciable
0
votes
0answers
28 views

Randon questions in QUIZ based on different level if existing questions [closed]

I have installed QUIZ module & trying to figure out the setting which I have to do for the quiz. I have situation like -- I will have different level of questions in multiple choice & ...
0
votes
1answer
143 views

How to theme “My Results” (quiz module) tab that´s inside the user´s profile?

I´m using quiz module in Drupal 7, and need to theme the output in "My Results" (wich is a tab in the user profile page). Here´s the module´s function : // THEME FUNCTIONS /** * Theme the user ...
0
votes
1answer
37 views

Multistep information collection with reference to price addition or substraction

As I have posted previously, I was trying to built product kit with customization option. But there is no easy solution for that and diving into the coding using drupal commerce or ubercart need ...
0
votes
1answer
236 views

How to theme a quiz in D7?

I´m trying to theme my quizzes, but even when I did manage to theme the quiz nodetype (node--quiz.tpl), that template is gone after the "take the quiz" button is clicked. I´ve tried theming the ...
0
votes
1answer
64 views

Integrate Quiz module with any chart api for working locally offline

I'm now working on a local offline network website, which needs a graphical chart report for their quiz, but since its offline i cant use google chart API and there's no way for that, I tried ...
0
votes
0answers
54 views

Using views agregation to display quiz lists

I actually have two questions but they are quite a bit related so the first one involves views aggregation and a simple quiz list. I am creating a simple view for site moderators to see what quizzes ...
0
votes
2answers
73 views

Are there any alternate module for qq_import module (Quiz Questions Import Module)?

Are there any alternate module for qq_import module (Quiz Questions Import Module) ? It seems it has no Drupal 7 version for it.
3
votes
1answer
460 views

Display quiz results for users

I am developing an e-learning portal for a client; the client wants to be able to create quizzes and view the results of individual students, and probably draw a graph to give an overview of student ...
0
votes
0answers
31 views

Quiz module says there are no unscored essays

I have created a quiz using the Quiz module in Drupal 6. I've created short and long answer questions, and users have submitted their results. Now as a admin I get this error message and I am not ...
0
votes
1answer
162 views

Drupal Quiz Module for retake exam

I am trying to implement Quiz module in Drupal 6 The quiz scores will be tied to their accounts, with the ability to retake a quiz if permission is granted by Admin. How can I do this? Also someone ...
1
vote
0answers
115 views

How can we display quiz module in blocks using drupal7

I am using Quiz module in drupal7. How can I display quiz questions in Block? I display quiz questions in block using views but when I click start quiz button its goes to page. I want all ...
0
votes
0answers
44 views

Quiz take once a week

Using the drupal 7 Quiz module, Im trying to find a way to let users take a quiz. What I need is for them to take the quiz only once a week, meaning if a user took a quiz and got 50% and he wanted to ...
0
votes
2answers
365 views

Add a custom field to a quiz

I've got a quiz. There is a content type to create a question. I've added a textfield to it (which will show a link to where the user can find the answer). When I look at the question itself the ...
0
votes
0answers
206 views

Quiz module - add extra field to a question - remove results

I'm using the quiz module to let users complete a quiz consisting of 20 questions drawn from a 30 questions questionpool. All fine I would like to add to each question the following sentence "You ...
0
votes
1answer
417 views

How do you theme a Quiz Question?

I have a True/False Quiz module question that I want to theme the output on...basically wrap the question with some extra stuff. I grabbed the truefalse-answering-form.tpl.php file from the module ...
2
votes
1answer
192 views

Display a video next to a quiz

On my site I have a series of quizzes. Each quiz has it's own video (an embedded Vimeo video). The videos are on a custom content type called 'Video'. I want to display the video next to the ...
1
vote
1answer
183 views

Create personality quiz

i'm looking for solution on how to create personality quiz. The Quiz module doesn't have an option to label answers - I need to find the most popular label checked and not the total amount of points. ...
2
votes
2answers
261 views

How to hide revisions tab in quiz module?

I am using quiz module in one of my project. The module seems to be excellent and it satisfies all my need.. thanks to the development team... http://drupal.org/project/quiz In the mean time i need ...