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)

mtha 05-16-2005 04:33 AM

More suggestion:

- Quiz Category

many quizes can be in different categories,

Spinball 05-16-2005 08:37 PM

Nice looking hack.
Can I make a few suggestions (hope they haven't already been made)?

Have a couple of text entry boxes which you can put some HTML into. Header HTML is displayed before the competition questions and Footer HTML displayed afterwards.
This would allow the addition of information about competition sponsors, images of prizes, links to competition rules etc.

Set the number of winners. Sometimes we have 5 winners, for example.

Have an option to pick a winner/winners at random upon close of the competition.
ORDER BY RAND() LIMIT $number_of_winners, perhaps, if you want to do it from the database. And display the names of the winners instead of the entry form.

Have an option for confimation that the entree is of a minimum age. (Or could you use a normal question for this?)

Have a marketing opt-in. Text of what the entrees are signing up for and a tick box which they tick to opt in (or opt out) of a marketing list. Then an option to output the details of the opt-in-ees to a spreadsheet which you can then send to the competition sponsors.

Thank you for your consideration :)

mtha 05-17-2005 06:57 AM

Quote:

Originally Posted by Spinball
Nice looking hack.
Can I make a few suggestions (hope they haven't already been made)?

Have a couple of text entry boxes which you can put some HTML into. Header HTML is displayed before the competition questions and Footer HTML displayed afterwards.
This would allow the addition of information about competition sponsors, images of prizes, links to competition rules etc.

no comment, I would like to see functionality more than advertising :D. btw, you can always add these information in the templates, it doesnt require changing in the quiz.

Quote:

Set the number of winners. Sometimes we have 5 winners, for example.
seems like the author will have a complicated statistic page.
I would call this "five top scores" rather than winner :D
then you can pick them out, and call them whatever you want later, for specific purpose, not for general puclic purpose.

Quote:

Have a marketing opt-in. Text of what the entrees are signing up for and a tick box which they tick to opt in (or opt out) of a marketing list. Then an option to output the details of the opt-in-ees to a spreadsheet which you can then send to the competition sponsors.
:> advertising/sponsor problem again, I am not very much interested in this, but it's up to the author to decide.

I think, an add-on or optional for this (and html advertise above) would be better than including in the main script.

Zero Tolerance 05-18-2005 05:58 AM

@ mtha - Yeah, i was thinking of categories, i'll most likely add them into v2 :)

@ SpinBall - Well in v2 you'll be able to use BBCode for questions, so you could insert a bbcode for the sponser, then the question, upto you really. Also there will be several leader board, an overall one on the main page, one for each category (if i add it in v2) and one for each specific quiz. I'll also be adding in User Quiz Stats, which shows the users quix statistics in general, and branches off to see specific stats for any quiz's they have taken :)

The marketing options seem a little un-required really, the initial idea of this addon is for fun, since i know millions of people just love to take random quiz's.

- Zero Tolerance

Zero Tolerance 05-18-2005 09:01 AM

v2 Planned Feature List Updated:

Planned Features
  • Ability To Import/Export Quiz's Via ACP
    • The system will export data into .xml format, allowing distribution of the XML file to others to 'share' quiz's.
    • Current Status: Completed
  • Quiz Results Moderation
    • Ability to edit/delete any submissions from members. Upon modification - user is notified of this and is shown the new results.
    • Current Status: Completed
  • JS Detection
    • The system will attempt to detect if JS is activated before allowing a user to proceed to a timed quiz. (This will not be fool proof)
    • Current Status: Completed
  • Part-Answer System
    • Text input answers will allow you to enable/disable the part answer system, this is recommended for 'one' (1) word answers. An example would be:
      Users Answer: it is london
      Actual Answer: London
      With 'Part-Answer' enabled on that question, the answer would be correct. This will allow more fluxuation, and correct a lot of answers which are not 'exact' but 'correct'.
    • Current Status: Completed
  • User Quiz Submissions
    • You may specify which usergroups can submit their own quiz's
    • Administrators have to allow submissions before they show
    • Current Status: Completed
  • Quiz Descriptions
    • Displayed on the page before starting the quiz
    • Current Status: Completed
  • Improved Visualization Of Questions Control
    • To cut down on long page displays - the system adds a expand/collapse system into all the quiz's, upon expanding the corresponding questions for that quiz appear, and vice versa.
    • Current Status: Completed
  • Overall Leader Board Statistics & Individual Leader Board Statistics
    • Overall Leader Board - Shows top X users with best average score (Username,# Of Quiz's Taken,For Quiz)
    • Individual Leader Board - Shows top X users with the best score for a specific quiz (Username,Score,For Quiz)
    • Quiz link opens drop down menu with 3 links: Take Quiz/View Stats/View Leaderboard
    • Current Status: Completed
  • Use BBCode Within Quiz Questions
    • Enables admins to use bbcode formatting for quiz questions
    • Current Status: Completed
  • Quiz Categories
    • Create categorys to add Quiz's into
    • Current Status: Completed
  • Quiz Quick Moderation
    • Checkbox's next to all quiz's in acp to multi delete/change quiz status [open/close]
    • Current Status: Completed
  • Quiz Images Powered By Inferno Smart Upload System
    • Ability to upload an image for each quiz (optional)
      • Inferno Smart Upload System
      • The system will part by part attempt to upload your image, each step it takes you will be notified of any failed/successful operations
      • Checks Valid Image Extension
      • Checks Directory Exists To Upload
      • Attempts To Upload
      • If Failed -> Attempts to CHMOD leading directorys towards destination directory to 0777 Then Re-try's Upload
      • If Successful (Either Attempt) -> Attempts to CHMOD image to 0777
    • Current Status: Completed


:)

- Zero Tolerance

Dark Aura 05-18-2005 10:13 AM

Looking good there, ZT :)

ecfcgraham 05-18-2005 06:48 PM

Great hack, installed.

Paul M 05-18-2005 11:02 PM

Thanks for the update.

Speaking from my POV, these are more important to me.

User Quiz Submissions
Quiz Results Moderation


While these are less important.

Quiz Categories
Quiz Submission Spam Protection
Overall Leader Board Statistics & Individual Leader Board Statistics


I'm sure others will disagree though ;)

Zero Tolerance 05-19-2005 05:22 AM

Quote:

Originally Posted by Paul M
Thanks for the update.

Speaking from my POV, these are more important to me.

User Quiz Submissions
Quiz Results Moderation


While these are less important.

Quiz Categories
Quiz Submission Spam Protection
Overall Leader Board Statistics & Individual Leader Board Statistics


I'm sure others will disagree though ;)

Well everyone will probably like different aspects of features more than others, just a question of preference, but i believe v2 will be a lot better overall for everyone :)

- Zero Tolerance

Zero Tolerance 05-19-2005 07:09 AM

Moderate user quiz results completed.

- Zero Tolerance

Zero Tolerance 05-19-2005 01:50 PM

Well, just because i'm evil, and i like to tease people, but also just to keep you appealed, a screenshot of v2 prototype in action is below :p

- Zero Tolerance

Polo 05-19-2005 02:05 PM

[high]* Polo drools
[/high]

thanks ZT ;) looking forward to the release

DR?@M W?@V?R 05-19-2005 04:00 PM

super :)

TopeeGuy 05-20-2005 09:22 AM

Haven't installed it yet: waiting for version 2. Can't wait, this will be great on my forum!

Any indication as to a release date? Hours/days/weeks? :nervous:

Snake 05-20-2005 06:03 PM

Quote:

Originally Posted by Zero Tolerance
v2 Planned Feature List Updated:

Planned Features
  • Ability To Import/Export Quiz's Via ACP
    • The system will export data into .xml format, allowing distribution of the XML file to others to 'share' quiz's.
    • Current Status: Pending
  • Quiz Results Moderation
    • Ability to edit/delete any submissions from members. Upon modification - user is notified of this and is shown the new results.
    • Current Status: Completed
  • JS Detection
    • The system will attempt to detect if JS is activated before allowing a user to proceed to a timed quiz. (This will not be fool proof)
    • Current Status: Completed
  • Part-Answer System
    • Text input answers will allow you to enable/disable the part answer system, this is recommended for 'one' (1) word answers. An example would be:

      Users Answer: it is london

      Actual Answer: London

      With 'Part-Answer' enabled on that question, the answer would be correct. This will allow more fluxuation, and correct a lot of answers which are not 'exact' but 'correct'.
    • Current Status: Completed
  • User Quiz Submissions
    • You may specify which usergroups can submit their own quiz's
    • Administrators have to allow submissions before they show
    • Current Status: Pending
  • Quiz Submission Spam Protection
    • Specify if a user can only submit 1 quiz every X hours, to prevent spam. (Only applies if usergroups are allowed to submit quiz's)
    • Current Status: Pending
  • Quiz Descriptions
    • Displayed on the page before starting the quiz
    • Current Status: Completed
  • Improved Visualization Of Questions Control
    • To cut down on long page displays - the system adds a expand/collapse system into all the quiz's, upon expanding the corresponding questions for that quiz appear, and vice versa.
    • Current Status: Completed
  • Overall Leader Board Statistics & Individual Leader Board Statistics
    • Overall Leader Board - Shows top X users with best average score (Username,# Of Quiz's Taken,Average Score)
    • Individual Leader Board - Shows top X users with the best score for a specific quiz (Username,Score)
    • Current Status: Pending
  • Use BBCode Within Quiz Questions
    • Enables admins to use bbcode formatting for quiz questions
    • Current Status: Completed
  • Quiz Categories
    • Create categorys to add Quiz's into
    • Current Status: Completed
  • Quiz Quick Moderation
    • Checkbox's next to all quiz's in acp to multi delete/change quiz status [open/close]
    • Current Status: Completed
  • Quiz Images Powered By Inferno Smart Upload System
    • Ability to upload an image for each quiz (optional)
      • Inferno Smart Upload System
      • The system will part by part attempt to upload your image, each step it takes you will be notified of any failed/successful operations
      • Checks Valid Image Extension
      • Checks Directory Exists To Upload
      • Attempts To Upload
      • If Failed -> Attempts to CHMOD leading directorys towards destination directory to 0777 Then Re-try's Upload
      • If Successful (Either Attempt) -> Attempts to CHMOD image to 0777
    • Current Status: Completed

:)

- Zero Tolerance

Nice features there, Zero. I can't wait. :D

Zero Tolerance 05-20-2005 07:33 PM

Quote:

Originally Posted by TopeeGuy
Haven't installed it yet: waiting for version 2. Can't wait, this will be great on my forum!

Any indication as to a release date? Hours/days/weeks? :nervous:

Not sure exactly, couple of days, i hope to have it out by monday, depends if i get enough free time.

- Zero Tolerance

Polo 05-20-2005 07:38 PM

cool :) I really hope you do get some free time ;) have a great weekend Zero Tolerance

Zero Tolerance 05-20-2005 08:46 PM

Leaderboard (overall & quiz specific) completed.

View this post for more information :)

- Zero Tolerance

Creative Suite 05-21-2005 07:00 AM

Awsome..!

*install

axi 05-21-2005 05:31 PM

does it come with quiz answer/questions or do i have to add them from scratch?

nexialys 05-21-2005 05:40 PM

Quote:

Originally Posted by axi
does it come with quiz answer/questions or do i have to add them from scratch?

Logically, you will have to create your own... a Quiz is personalised per site, it's not a quiz generator...

Zero Tolerance 05-21-2005 08:39 PM

Quote:

Originally Posted by axi
does it come with quiz answer/questions or do i have to add them from scratch?

V2 will provide the ability to import/export quizzes, so i'll probably include a lil pack of 3/4 quizzes for people to import to their system if they desire.

- Zero Tolerance

Hoffi 05-22-2005 02:06 PM

Can't wait for V2.
Cool Job ZT.

axi 05-22-2005 03:49 PM

should still add quizes, like loads of them all you have. if people dont like the quizes in it they can delete, and for most it will be a good start to start off with quizes coz i dont know many quizes really :s

TopeeGuy 05-22-2005 05:20 PM

Don't let sample quizes delay the release of version 2 though, Zero Tolerance. Most of us don't need sample questions as we'll be making our own.

Perhaps you can release the sample quizes as an addon later?

Hoffi 05-23-2005 01:15 PM

Is it possible to include a Quiz-Start Option?
So i can create Daily-Quizzes for a period of Time.

axi 05-23-2005 01:37 PM

any sites i can find some quizes at of all categories?

Zero Tolerance 05-23-2005 02:06 PM

Quote:

Originally Posted by TopeeGuy
Don't let sample quizes delay the release of version 2 though, Zero Tolerance. Most of us don't need sample questions as we'll be making our own.

Perhaps you can release the sample quizes as an addon later?

I will just provide quizzes that my admins already made for my site, simple as that, then you guys can swap/trade yours to each other with the given functionality :)

v2 is nearing completion.

- Zero Tolerance

Paul M 05-23-2005 02:16 PM

I hope v2 will allow users to add quizes - this is a must for us, our admin team don't have the time to keep adding them.

Zero Tolerance 05-23-2005 03:42 PM

As said in the features list, it will be included, i have however removed the spam protection as it would seem useless.

I'm currently working on making the global quiz permissions (who can submit quizzes) flat file, however it doesn't work too well when your host dies =P - But it will save a global query being executed.

- Zero Tolerance

mtha 05-23-2005 05:29 PM

Quote:

Originally Posted by Zero Tolerance
As said in the features list, it will be included, i have however removed the spam protection as it would seem useless.

I'm currently working on making the global quiz permissions (who can submit quizzes) flat file, however it doesn't work too well when your host dies =P - But it will save a global query being executed.

- Zero Tolerance

if you make it into file, you migh have to give the write permission for some folder, or safe_mode off or something?

lmongello 05-23-2005 06:01 PM

Do you know if this can import quizzes from the other quiz hack that's out there (vbQuiz 2)?

Zero Tolerance 05-23-2005 06:09 PM

@ mtha - Yes, CHMOD permissions will need to be set for the folder and the file :)

@ lmongello - I don't have the code for the other vB3 Quiz Hack, so without the DB structed i cannot determine how to import the quizzes. However if you set me up with a test forum with the quiz installed, and give me the link and admin access (via PM) i'll take a look, andafter v2 has been released, i'll release an addon which imports quizzes from that system to this :)

I'm currently working on submit quiz, which will by JS powered, once done i'll create a flash preview of how it works.

- Zero Tolerance

axi 05-23-2005 06:12 PM

Quote:

Originally Posted by Zero Tolerance
I will just provide quizzes that my admins already made for my site, simple as that, then you guys can swap/trade yours to each other with the given functionality :)

v2 is nearing completion.

- Zero Tolerance

do you mean you are going to provide quizes?

lmongello 05-23-2005 06:37 PM

Zero,

Thanks for the reply. Not sure how I can set up a test forum, as i only have one VB license. If you can guide me a little, I'd appreciate it. Otherwise, would an export of the quiz tables help? Let me know exactly what you need. Thanks!!!!

Zero Tolerance 05-23-2005 07:11 PM

@ axi - If you look at the features list for v2, on page 6, you will understand what i mean, there is a function to import/export quizzes, so people can share them. So i will just export mine and let people import them willingly.

@ lmongello - Correct, jelsofts policy says you must use 1 installation of vB per license, however it does also specify another installation may be made for "test" purposes, which is what you would be doing, as a definition of test purposes would be a forum with no activity of regular members posting, and such, so basically a dead forum.

- Zero Tolerance

axi 05-23-2005 07:37 PM

cool , cant wait for v2 then.

Zero Tolerance 05-23-2005 08:38 PM

Video preview of Submit A Quiz in action, this is just a preview of how easy it is for members to add a quiz :)

Link: http://www.gzevolution.net/Quiz_Prev...iz_submit.html
(File Type of Video: .swf)

- Zero Tolerance

lala29 05-23-2005 08:47 PM

It's very cool hack, thanks for share

I'll waiting V2.

Zero Tolerance 05-23-2005 09:25 PM

Thanks, updated the video preview to SWF as people were saying that they couldn't play the AVI file.

- Zero Tolerance


All times are GMT. The time now is 08:09 AM.

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.01672 seconds
  • Memory Usage 1,844KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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