I want to develop drupal site in 6th version, I want to develop count down for each question in quiz modules. at present in drupal quiz module you can configure time only for perticular quiz not for all Question which are added in Quiz. please help me...

Comments

comradebeck’s picture

I actually added a field on the Quiz content type for the timer/time limit. This is for all question under the quiz. Then I query the value and add it to jquery countdown field on the quiz.pages.inc file.

But I also have plans on extending the module's core so that there is a function that you are trying to do.

Cheers!

aks_richa’s picture

comrade.beck... thanks for replying.. i am also working on that functionally.. let see what happens...

:)

ezraw’s picture

Title: Quiz question has own time not for whole quiz... » Per question quiz timer
Version: 6.x-4.3 » 7.x-5.x-dev
Priority: Major » Normal
Issue summary: View changes
Status: Needs review » Active
Rodgey’s picture

Subscribe

Rodgey’s picture

Would this by any chance allready be possible to accomplish for a sitebuilder (by using specific other contrib modules)?

Demidov Sergey’s picture

Good afternoon, faced with the same problem, can anyone have any developments on this subject ?

djdevin’s picture

It looks like someone is working on a solution here: #2940636: Timer for questions.

djdevin’s picture

Status: Active » Closed (duplicate)