The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[DBTech] vBQuiz v2 (vB4) Details »» | |||||||||||||||||||||||||||||||||||||||||||
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! ------------------------------------------------------------------------------------------- Documentation available at: http://www.dragonbyte-tech.com/docs/vbquiz/index.html Basic Install & Config:
Differences between Pro and Lite Priority support & Product Demos available at: http://www.dragonbyte-tech.com/vbquiz.php ------------------------------------------------------------------------------------------- Translations available @ Dragonbyte-Tech.com Support for translations handled by the translator in its respective threads only. ------------------------------------------------------------------------------------------- Complete Feature List Lite
This mod displays a copyright notification in the footer of pages generated by this mod which includes:
Download Now
Screenshots
Show Your Support
|
5 благодарности(ей) от: | ||
alhidaya, Daniel, kafi, misericorde, QuocBaoNet |
Comments |
#132
|
|||
|
|||
Wow...great i can implement on my vbull, we can take profit from here by takin sponsor
|
#133
|
|||
|
|||
Can we show the top 10 list in the sidebar ?
|
#134
|
||||
|
||||
I'll add it to the future request list. It's not possible to do it now.
|
#135
|
|||
|
|||
Hi, great mod so far! Is there a way to make vBQuiz not make my question images so small? I when I upload a question image it resizes them and makes them too small to read.
|
#136
|
|||
|
|||
Nevermind, just figured it out. Didn't realize it was in the admincp settings.
|
#137
|
|||
|
|||
I am working on a site that has a series of quizes already implemented as a Movable Type blog, with the results being saved in a cookie. Problem is if a user takes quizes on a different machine, the results are never sync'ed.
vBulletin 4 is installed on a subdomain for forums, and we are using MediaWiki for a wiki, with vbMediaWiki plugin for single-signon between those 2 products. Do you think this mod could serve as a back-end to save the MT quiz results in a user's vB account? Has anyone integrated this with MT or any other software? |
#138
|
||||
|
||||
Quote:
Dylan |
#139
|
||||
|
||||
Like the product, just purchased pro. When I try to sort by highest individual score I get this error.
Quote:
Do I possibly have something set wrong? Thanks in advance. |
#140
|
||||
|
||||
Please post pro support issues in the correct forum on the DBT website.
|
#141
|
||||
|
||||
The error I'll answer here since it could happen with both lite and pro and because I love anything zombie.
Open dbtech/vbquiz/actions/userresults.php About line 218 you'll find Code:
$quiz_query = $vbulletin->db->query_read(" SELECT q.*, u.username, t.taken_id, t.completed, t.completed_date, t.final_result_text FROM " . TABLE_PREFIX . "dbtech_vbquiz_quiz q LEFT JOIN " . TABLE_PREFIX . "user u ON q.userid = u.userid LEFT JOIN " . TABLE_PREFIX . "dbtech_vbquiz_taken t ON q.quiz_id = t.quiz_id WHERE t.userid = " . intval($u) . " ORDER BY " . $query_vars . " LIMIT " . ($limitlower - 1) . ", " . $perpage ); Code:
$quiz_query = $vbulletin->db->query_read(" SELECT q.*, u.username, t.taken_id, t.completed, t.completed_date, t.final_result_text , (t. final_score/t.possible_score) as percent_score FROM " . TABLE_PREFIX . "dbtech_vbquiz_quiz q LEFT JOIN " . TABLE_PREFIX . "user u ON q.userid = u.userid LEFT JOIN " . TABLE_PREFIX . "dbtech_vbquiz_taken t ON q.quiz_id = t.quiz_id WHERE t.userid = " . intval($u) . " ORDER BY " . $query_vars . " LIMIT " . ($limitlower - 1) . ", " . $perpage ); Dylan |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|