• The default language of any content posted is English.
WP Quiz Pro

WP Quiz Pro 2.1.11

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,363
Reactions
62,248
raz0r submitted a new resource:

WP Quiz Pro - Lets you easily add polished, responsive and modern quizzes to your site or blog!

View attachment 10727

WP Quiz Pro - The Best WordPress Quiz Plugin​

WP Quiz is the #1 WordPress Quiz plugin for building powerful and beautiful quizzes. This can increase engagement for any website or blog by keeping your users glued to the page.

Increase the Viral Traffic​

Quizzes have proven to be a source of unlimited viral traffic. Tap into that traffic by creating a quiz of your own.

Collect Email Addresses PRO​

...

Read more about this resource...
 
You need to connect with your MyThemeShop account to use the current theme or plugin.

@raz0r Isn't this the nulled version? I didn't make an account on MyThemeShop, assuming it would be locked immediately.
 
With the plugin is installed additional plugin "MyThemeShop Theme & Plugin Updater", without which "WP QUIZ Pro" does not work (inactive selection of quiz types in the creation of the quiz). Without authorization on MyThemeShop I have no access to create quizzes.
Authorize... I didn't buy a license) And obviously it will not work.
 
With the plugin is installed additional plugin "MyThemeShop Theme & Plugin Updater", without which "WP QUIZ Pro" does not work (inactive selection of quiz types in the creation of the quiz). Without authorization on MyThemeShop I have no access to create quizzes.
Authorize... I didn't buy a license) And obviously it will not work.
All MyThemeShop plugins works with free account. Overwise you can do this:

open file wp-content\plugins\wp-quiz-pro\includes\WPQuiz.php

find function

PHP:
    public function mts_activated() {
        return class_exists( 'mts_connection' ) && defined( 'MTS_CONNECT_ACTIVE' ) && MTS_CONNECT_ACTIVE;
    }
change to

PHP:
    public function mts_activated() {
        return true;
    }
 
Top