Version: 2.1, by Zero Tolerance
Developer Last Online: Nov 2023
Version: 3.0.7
Rating:
Released: 04-29-2005
Last Update: 05-26-2005
Installs: 142
DB Changes
No support by the author.
Hey all, heres a system i decided to make for a couple of reasons, mainly because i had some spare time and had nothing better to do, but also because it will benefit my forums and probably yours too.
So, what is Inferno Quiz?
Basically it's a quiz system, allowing administrators to add quiz's and questions, and for users to take part in them, in generic anyway, but the full feature list is provided below.
Note: Support will only be given if you voted Inferno Quiz Hack Of The Month .... just kidding, but you know you wanna
Forum Features
View All Open Quiz's - Name/End Date/Take Quiz/View Stats
Confirmation Take Quiz Page (Also displays information on quiz time limit (if any)
Take Quiz Page - Shows all answer type formats + timer in window status bar (if time limit activated)
View stats shows all users who have participated in the quiz and an average score.
View user stats for a quiz, showing what a user answered for each question, and their overall score (user must have already taken part to view)
After taking part in a quiz, the results are PM'ed to you automatically giving all the details, scores and overall score.
Admin Features
Add/Edit/Delete A Quiz
Quiz Name
Quiz State (Open/Closed)
Usergroups Which Can Participate In This Quiz (Easy Selection System)
Usergroups Which Can View User Results In This Quiz (Easy Selection System)
Auto Close Quiz Option (Yes/No)
Quiz End Date (Only applies if auto close is set to Yes) [Day/Month/Year]
Quiz Time Limit (Specify a number of minutes a user has to complete the quiz - or 0 to disable the time limit)
Allow users who have finished the quiz to view the correct answers (Yes/No)
Add/Edit/Delete A Quiz Question
Select which quiz the question is for
Input Question
Answer Format Type
Single-Line Text Box
Answer (none-case sensitive)
Single-Selection Radio Buttons
Input all selectable answers
Answer (none-case sensitive)
Multiple-Selection Checkbox
Input all selectable answers
Input all correct answers
New Design ACP Confirmation Page
System Message
Available Actions (Shows several links to make administration faster for the quiz)
Installation Features
Fast easy installation
Includes uninstaller
Adds templates automatically to ALL styles
Only 2 file edits and 1 template edit required!
v1.1 Updates:
To upgrade, download the file again and follow the upgrade instructions provided
FireFox compatability for usergroup permissions in add/edit quiz
Score % rounded to full number (ie: 13.3333% becomes 13%)
v2.1 Update:
- " to " fixed
- ' Chokes add question in submit quiz fixed
- Quote's in allow submission resulted in DB error fixed
- Templates now only added to "master" styles (styles without parents) to stop duplication of un-required templates
Now for the previews, what everyone likes to see..
Well i've installed this as shown and set permission via the AdminCP. However, now when I try to take a quiz i've made, I get this message at the top of my forums:
Warning: in_array(): Wrong datatype for second argument in /quiz.php on line 353
And this message in the quiz itself:
An error has occured, the following message has been left below:
Your usergroup does not have access to participate in this particular quiz.
Well i've installed this as shown and set permission via the AdminCP. However, now when I try to take a quiz i've made, I get this message at the top of my forums:
Warning: in_array(): Wrong datatype for second argument in /quiz.php on line 353
And this message in the quiz itself:
An error has occured, the following message has been left below:
Your usergroup does not have access to participate in this particular quiz.
sorry, didn't notice the usergroup further options once quiz created. Now I feel silly, goodbye and great hack!!
This may have been asked, but I couldn't find it, does the permissions check for secondary usergroups. I looked quickly and it didn't appear to. In quiz.php there are these line:
PHP Code:
// Assume Your Usergroup Has Access To Participate In A Quiz
$Your_ID = $bbuserinfo['usergroupid'];
$Perms = unserialize($Quiz['q_perms']);
if(!in_array($Your_ID,$Perms['Participate'])){
RunError("Your usergroup does not have access to participate in this particular quiz.");
}
That is were it checks for the permissions? Which means if you use secondary usergroups it wouldn't work? Is that right or no.
can anyone help me out on this. I am working on tweaking my mod that amykhar made for this. I like to add the person name that who submit the quiz and the image as well..
Man, I GOTTA get this installed, but I'm currently using VbQuiz on my vb3.0.6 forums. I need to be able to import the quizzes, results, etc. into this hack.
This hack looks brilliant. I use vbQuiz and the only thing that stops me from installing Inferno Quiz is that I want the option to display one question per page.
Is there any hope that this will be implemented in the future?