- πΊπΈUnited States smustgrave
With D7 EOL approaching starting to triage the D7 quiz queue. Since there is no patch and not moved in 4 years going to close out. But if a problem in 7.0.x please reopen
I wanted to add the option for a timeout between attempts. It was very tricky to add this feature with hooks in a custom module. I added it directly to the quiz module and created a patch. You may consider bringing it into the next release?
You would need to add something to it, though, to add the 'timeout' column to the 'quiz_node_properties' table in the database. I just enabled the module, post patch, on a database that never had quiz installed before on it. I would also suggest adding a column for a 'next_attempt' timestamp, or something similar, to make the function _quiz_get_next_allowed_attempt() in quiz.module more performant.
Please let me know if you have any questions.
Peace
Closed: outdated
5.0
Code - Quiz core
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
With D7 EOL approaching starting to triage the D7 quiz queue. Since there is no patch and not moved in 4 years going to close out. But if a problem in 7.0.x please reopen