quiz

Events happening in the community are now at Drupal community events on www.drupal.org.
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
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
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
sekumar's picture

Allsymposium.com - Create, Configure, Share & Manage events freely

Hi Everyone,

Greetings!
We have created a simple event management system with Drupal 7.x to help Student & Academic Community in India ( Initially) to create, configure, share & manage their own events easily. Attendees have an easy 1 - Click Registration process and an e-ticket is ready for them.

I look for valuable feedback on the system we have created.

Also, if anyone is looking for such system we could develop and deliver according to their requirement with high quality and cost effective Solution.

Thanks,

senthil
Allsymposium.com

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
m2jalali's picture

take quiz by ajax not working

Thank U very much for your so useful module "quiz" I encountered a difficulty while using the said module. The problem is that I take quiz by ajax. quiz is not working with ajax, i need ajax action on my page. would you please guide me to run ajax on quiz module! Is there any remedy to solve that crucial poroblem. You are kind enough if you give me a hand in this regard. With best regards Mehdi

Read more
doctorow_r's picture

Automating badges for specific/correct answers

I am interested in using Drupal as the platform for an alternate reality game (ARG), where people are asked to complete narrative-related missions (e.g. completing mobile-phone-aided scavenger hunts, decrypting mysterious notes, creating zany steampunk inventions in answer to a prompt and posting photographs of their work).

Read more
vizint's picture

Flash Front End for Quiz Module

I'm updating a Flash based front end so that it will work with the Quiz module (6.x - 4.0) that works with the Quiz, Services, AMFPHP, and custom modules.

I'm struggling with some of the queries within my custom module that pull the questions and answers from the Quiz tables. I'm trying to make sure I've got the latest VID for each Question and Answer.

Here is the query:

SELECT quiz_node_relationship.parent_nid,
quiz_multichoice_answers.answer,
quiz_multichoice_answers.question_nid,
MAX(quiz_multichoice_answers.question_vid) AS MAX_question_vid,

Read more
borgewarvik's picture

Quiz Assignment Released

The first alpha of the quiz assignment module has been released today.

Hopefully, most should work. There are some features that still needs to be dealt with, but should not cause to module to not work.

From http://drupal.org/project/quiz_assignment :

This module aims to solve the problem of handing in files as part of a quiz.

When added to a quiz, the user will be given a file input field to use to upload locally stored files to the server. The quiz ownerer can then download this file and score it.

Features:

Read more
Subscribe with RSS Syndicate content