Version: 2.0.1, by DragonByte Tech
Developer Last Online: Mar 2023
Category: Major Additions -
Version: 4.x.x
Rating:
Released: 04-20-2011
Last Update: 08-16-2017
Installs: 133
DB Changes Uses Plugins
Additional Files Translations
No support by the author.
vBQuiz: What is it?
DragonByte Technologies is proud to present vBQuiz v2, a feature-rich advanced quiz modification.
Why vBQuiz?
You and your users will be able to create several different type of quizzes from basic multiple choice questions to result generator type quizzes. Quizzes can be rated and commented on and users can keep hidden/public notes on their quiz results. vBQuiz allows for an unlimited amount of questions and answers.
vBQuiz is integrated with vBActivity to give users achievements for creating and taking quizzes as well as basic vBCredits II integration to give users credits for creating and completing quizzes.
Please remember to click the, button to the right if you installed the mod ---->
What does 'Marking As Installed' do ?
* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.
* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.
* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.
We appreciate the support!
-------------------------------------------------------------------------------------------
Paged browsing on Categories and sort by multiple types (Highest Rated, Newest, etc)
Statistics
Sortable List of 5 Quizzes (Highest Rated, Newest, etc)
Maximum Retries
Start/End Date
Prerequisite Quiz with required score
View correct answers/explanation after quiz completion
Quiz Types
Essay
Short Answer
Advanced Result Generator
Dichotomy
Quiz graphs and history on completion
User End Quiz Administration
Approve Quizzes
Approve Entries
Judge Entries
Permissions
Per Usergroup
Maximum Retries
Minimum Reputation
Minimum Posts
Force Results Public/Private
Judge Entries
-------------------------------------------------------------------------------------------
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
1 Link to DragonByte Technologies homepage
1 Link to Product Description page of this modification
I just updated to v1.20 and when I attempted to add a quiz, I got an SQL error ...
Quote:
Database error in vBulletin 4.1.3:
Invalid SQL:
SELECT
medalid,
title
FROM dbtech_vbactivity_medal
WHERE
availability > 0;
MySQL Error : Table 'milsurp.dbtech_vbactivity_medal' doesn't exist
Error Number : 1146
Request Date : Saturday, August 13th 2011 @ 07:31:24 AM
Error Date : Saturday, August 13th 2011 @ 07:31:24 AM
Script : http://www.xxxx.com/vbquiz.php?do=quizcreate
Referrer : http://www.xxxx.com/vbquiz.php?do=main&category_id=2
IP Address : xx.xx.xxx.xxx
Username : Badger
Classname : vB_Database
MySQL Version : 5.0.77
Sorry about that. Try putting these two files into your dbtech/vbquiz/actions directory and try again.
Dylan
I tried this solution to solve the same problem I have and I got this:
Quote:
Warning: require_once([path]/dbtech/vbquiz_pro/hooks/dbtech_vbquiz_create_complete.php) [function.require-once]: failed to open stream: No such file or directory in [path]/dbtech/vbquiz/actions/quizcreate.php(140) : eval()'d code on line 4
Fatal error: require_once() [function.require]: Failed opening required '/xxx/vbquiz_pro/hooks/dbtech_vbquiz_create_complete.php' (include_path='.:/usr/share/pear:/usr/share/php') in xxx/vbquiz/actions/quizcreate.php(140) : eval()'d code on line 4
xxxx's for privacy ...
How do we roll this version back to something stable and clean up residue tables mess it might have created? Thanks ..
I tried this solution to solve the same problem I have and I got this:
xxxx's for privacy ...
How do we roll this version back to something stable and clean up residue tables mess it might have created? Thanks ..
Regards,
Doug
Really sorry about that. If you edit the plugin, Build Quiz Type List
and change
PHP Code:
if (file_exists(DIR . '/dbtech/vbquiz/hooks/dbtech_vbquiz_create_complete.php'))
to
PHP Code:
if (file_exists(DIR . '/dbtech/vbquiz_pro/hooks/dbtech_vbquiz_create_complete.php'))
It will fix that.
I'm not positive about rolling it back. You can try to upload the old files, edit the product to be version 1.1.0 and then import the 1.1.1 xml product and it should work.