vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Inferno Quiz v2.1 (https://vborg.vbsupport.ru/showthread.php?t=80780)

-=Sniper=- 05-31-2005 01:59 PM

any chance so guests can view only?

amykhar 05-31-2005 02:21 PM

Yes. In the Quiz Template, remove the if clause that prohibits Guests from viewing. Then, set each quiz so that Guests may not take the quiz.

amykhar 05-31-2005 07:24 PM

Quote:

Originally Posted by banshee
$Results[] = "<tr><td><a href='quiz.php?$session[sessionurl]do=UserStat&userid={$Result['r_userid']}&id={$Quiz['qid']}'>{$Result['username']} </a></td> <td>{$Result['r_score']}%</td></tr>";


I had a slight problem with this mod in that it put a bunch of commas above the result table. To solve that, I changed:
Code:

$Submissions = implode(",",$Results);
to
Code:

$Submissions = implode(" ",$Results);

dsboyce8624 05-31-2005 07:30 PM

When I click submit at the end of a quiz I always get the "You have already taken this quiz" error.

It also takes about 5 minutes to come back with results.

I just installed it and I know I haven't taken them yet, any ideas?

amykhar 05-31-2005 07:31 PM

Quote:

Originally Posted by dsboyce8624
When I click submit at the end of a quiz I always get the "You have already taken this quiz" error.

It also takes about 5 minutes to come back with results.

I just installed it and I know I haven't taken them yet, any ideas?

Have you installed any of the mods in this thread or are you using the base code?

dsboyce8624 05-31-2005 07:34 PM

Just what I downloaded from the first post.

Hoang Tu Ao Den 06-01-2005 06:38 AM

Great Hack.
I have one suggestion,
There's a big way to cheat this Quiz system, user can Take The Quiz. And when it show up, they can remember / copy/ print all the questions out and close the browser. At that time, they have all the questions, and the system won't show that they took the quiz.

I used this hack for award prize, so ... it's a big problem for me... if it is so easy to cheat like this.

Anyway to make it, if they see it, then they can't take it again ?

Or, make it where the user close the browser then it will pop up an error like : You haven't finish the quiz, are you sure you want to quit ? ... or we will only grade what you have done
so far if you close the browser ......... ?

amykhar 06-01-2005 10:06 AM

Quote:

Originally Posted by dsboyce8624
Just what I downloaded from the first post.

Queck your quiz_results database table and see what's in there.

banshee 06-01-2005 11:10 AM

Well I use it for contests to but I make it so they can not see the answers to the quiz when completed. I don't want them giving all the answers away to other members.

amykhar 06-01-2005 05:25 PM

This is what I consider a bug-fix. Y'all may consider it a mod. Either way, it changes how quizzes are scored.

Right now, if you take a quiz that has questions with multiple correct answers, it is possible for you to score higher than 100% on the entire quiz. This change fixes that.

(This is because the old version checked all the actual right answers, but didn't keep a count of the possible number of right answers)


All times are GMT. The time now is 02:31 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.02273 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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