vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Inferno Quiz v2.2 (https://vborg.vbsupport.ru/showthread.php?t=83130)

2fast4ya 11-19-2005 06:46 PM

none of the screen shots work, is ther eanyway that i can see them?

teamgofast 11-21-2005 11:35 PM

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?

dethfire 11-21-2005 11:39 PM

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.

amykhar 11-22-2005 01:43 AM

That sounds like a good idea dethfire. When you get them updated, will you please share your work with other users of this mod?

Snake 11-22-2005 11:01 AM

Yes that sounds good to me, dethfire. Please do not forget to share your work with us.

mcyates 11-26-2005 01:10 PM

Quote:

Originally Posted by amykhar
Yes. Change the name of the conflicting functions in one of the mods AND change the calls to them to use the new names.

How can this be done, i'm a newbie so i'll need step by step guide. If thats not too much to ask for :) thanks in advance.

mcyates 11-26-2005 01:13 PM

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
        // ---------------------------------------------------


Calisse 12-05-2005 10:51 PM

amazing extension (obviously) just wanted to post my approval! a million out of ten. Easy to use and control. Thanks xx

Nam 12-09-2005 08:10 AM

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.

ang2el 12-13-2005 07:54 AM

I would love the quiz features present in http://www.medschoolguide.co.uk/


All times are GMT. The time now is 05:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01332 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete