The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Inferno Quiz v2.2 Details »» | |||||||||||||||||||||||||
Port of: https://vborg.vbsupport.ru/showthrea...threadid=80780
However, the system has a pretty big back-end, it's possible i over-looked a bit or 2, so if you encounter errors/php errors please feel free to let me know in this thread and i'll try to get them fixed asap v2.2 Updates: (Upgrade instructions inside ZIP) - Several areas of code otptimized (query reduction) - Uncached templates now cached - Ability in main options to choose default usergroups to participate/view results to be auto filled in when adding quizzes. Enjoy, - Zero Tolerance Show Your Support
|
Comments |
#222
|
|||
|
|||
none of the screen shots work, is ther eanyway that i can see them?
|
#223
|
|||
|
|||
ok heres an issue i could use help with. say you have a multiple answer question. lets use 3 as the example. the user selects 2 out of 3 correct. his score should be 66% but since he selected a wrong answer with the 2 correct answers, the system is giving the user a 33% score for the question.
Is there an easy way to fix it other then having no multiple answer questions? |
#224
|
|||
|
|||
I think the templates need to be updated, they are very hard to view with a billion tables in tables and such without a clear hierarchy of elements.
|
#225
|
||||
|
||||
That sounds like a good idea dethfire. When you get them updated, will you please share your work with other users of this mod?
|
#226
|
||||
|
||||
Yes that sounds good to me, dethfire. Please do not forget to share your work with us.
|
#227
|
|||
|
|||
Quote:
|
#228
|
|||
|
|||
I deleted this from the quiz.php and it works, but i doubt think the pms won't send now:
Code:
// --------------------------------------------------- // Start Globalized Function - SendPM // --------------------------------------------------- function SendPM($message,$title,$to,$from = 0){ global $vbulletin, $DB; $to = $DB->query_first("select username, userid from ".TABLE_PREFIX."user where userid='{$to}'"); $DataManager_PM =& datamanager_init('PM', $vbulletin, ERRTYPE_ARRAY); $DataManager_PM->set('fromuserid', $to['userid']); $DataManager_PM->set('fromusername', $to['username']); $DataManager_PM->set('title', $title); $DataManager_PM->set('message', $message); $DataManager_PM->set_recipients($to['username'],$to['permissions']); $DataManager_PM->set('dateline', TIMENOW); $DataManager_PM->save(); } // --------------------------------------------------- // End Globalized Function - SendPM // --------------------------------------------------- // --------------------------------------------------- // Start Globalized Function - Error Page // --------------------------------------------------- function RunError($message){ global $vbulletin, $session, $stylevar, $_POST, $vbphrase,$navbits,$show,$header; global $templatecache, $db, $vboptions, $style,$headinclude,$footer; global $tempusagecache, $templateassoc, $pmbox, $pmtext, $quiz_page, $NewestQuiz; // Navigation $navbits = array("quiz.php?$session[sessionurl]do=main" => "Quizzes"); $navbits[""] = "Error!"; eval('$quiz_page .= "' . fetch_template('quiz_error') . '";'); $navbits = construct_navbits($navbits); eval('$navbar = "' . fetch_template('navbar') . '";'); eval('print_output("' . fetch_template('QUIZ') . '");'); exit; } // --------------------------------------------------- // End Globalized Function - Error Page // --------------------------------------------------- |
#229
|
||||
|
||||
amazing extension (obviously) just wanted to post my approval! a million out of ten. Easy to use and control. Thanks xx
|
#230
|
||||
|
||||
I'm not sure this has been suggested before, but it'd be wonderful if Inferno Quiz has a feature like personality test, mean you take a serial of questions, and the scores are based on your answers, then calculated into a pre-defined result, and tell who you are.
Hope it could be done in the future version, thanks. |
#231
|
|||
|
|||
I would love the quiz features present in http://www.medschoolguide.co.uk/
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|