goldhat
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Adding FREE GIFT image and text to Email captureI think WP Quiz Pro is a different plugin than WP Pro Quiz (confusing names!). But WP Pro Quiz unfortunately is notoriously difficult to theme because it doesn’t use templates that you can just override.
Yes that plugin you found on our site (Completed) is ours, but it’s an addon… we’re actually building a whole new version of WP Pro Quiz. We built QuizMaster plugin as a replacement, and now we’re merging in some of the changes and improvements (like templating) into WP Pro Quiz. The plugin is abandoned, so we’re applying to take over the repo and then we’ll push out updates.
Back to your problem… so you have an autoresponder. Ya I get that, but what you see on the screen is controlled mainly by javascript in WP Pro Quiz. So when the user finishes their quiz it will load a screen called “quiz complete” and then “show summary results”. Can you send a screenshot of your quiz after it’s finished, on the screen where you want this to show up? It will help narrow down where the changes might need to be made.
If you’re sifting through the code in the plugin most output is contained in the “Views”. What you can sometimes try to find the area you need to edit, is use a browser inspector (in chrome, right-click > inspect) and look at the class names in the code. Then search through the views files for that class name. Once you isolate where the output is coming from, put a small test in there and then try the test again see if your test shows up.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Adding FREE GIFT image and text to Email captureIdeally we don’t edit plugins directly, but in this case WP Pro Quiz has not been updated in over a year so it’s not likely to be. Once you edit it you won’t be able to update it again (I’m actually writing a new version for release as an update).
This is actually a rare case where WP Pro Quiz might give you a hook you could use. I can’t recall the exact name but it’s something like “Quiz Completed” or “Quiz Finished”. You could hook into that to send your email after quiz completion. From a custom plugin.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] User leave quiz ?If you’re asking does that happen now… the answer is no unfortunately if you click refresh or leave and come back in any form the quiz will reload at the beginning. We’ve looked at ways to change that in QuizMaster (a rebuild of WP Pro Quiz) and what it takes is storing the quiz results after each question. Right now quiz results in WP Pro Quiz are stored only after completion of the entire quiz.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] No information from arbitrary fieldsIf you have a test site and can email me a login I’ll take a look at what the format should be. I believe it’s something like {$1}? My email is “joel” at “goldhat.ca”.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] No information from arbitrary fieldsYes I think there is a shortcode or token generated for each custom field and you need to paste that into the admin email template. Put that in the body of your email. You should see some kind of help panel near the custom field settings.
Sorry I can’t be more precise but I’m going off memory here I don’t have a WP Pro Quiz site in front of me.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Leaderboard customizePraveen is correct, you’d need to code a solution (or hire a developer). There is no setting to add fields to the leaderboard. And because WP Pro Quiz doesn’t use templates or have action hooks, it might be necessary to hack the WP Pro Quiz to get that data to display. But you can hack it because it seems unlikely WP Pro Quiz will ever be updated again.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Quiz does not startI tried it, and it seemed to work. You are using single page mode for the quiz (questions stacked) right? All the questions show, user has to fill them all out and press Finish Quiz.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Negative marking and partial marking featureThat’s impressive Praveen nice job! Did you have to hack WP Pro Quiz plugin or were you able to somehow extend it? I found WP Pro Quiz didn’t have many hooks for this kind of thing.
Something must be done about the massive review question list on the quiz question pages though, there has to be a better way to lay these out?
Forum: Plugins
In reply to: [QuizMaster] How to install ?I think you may have used the “master” repo instead of the stable release of FieldMaster? Use the v0.6.1 at https://github.com/goldhat/fieldmaster/releases/tag/v0.6.1
Do rename it (after unzip) to be “fieldmaster” as your main plugin directory. After activation visit the “FieldMaster” menu item and click around a bit to ensure it’s working (no errors, functionality should look the same as ACF Pro).
Make sure FieldMaster is working before activating QuizMaster.
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorQuizMaster is now at v0.8.3, no activity on this ticket so marking resolved. If you need further help please open a new ticket anytime. Thanks.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Negative marking and partial marking feature@bimaljxa11 I can be reached by email at joel @ goldhat.ca if you want to discuss it, I’m looking to build a QuizMaster Extension with the feature https://wordpress.org/plugins/quizmaster/ and we could roll it back into WP Pro Quiz (QuizMaster is a rebuild of WP Pro Quiz).
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Negative marking and partial marking featureAnybody need this feature and possibly able to help fund it?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] update ?WP Pro Quiz isn’t actively under development or supported afaik. Have you tried QuizMaster https://wordpress.org/plugins/quizmaster/ ?
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Statistics have stoppedThat is the only solution anyone has found, there must be a fatal error in the admin email notification code. No updates expected for WP Pro Quiz, it isn’t afaik under active development or being supported. Have you tried QuizMaster? It’s based on WP Pro Quiz but is a full rebuild https://wordpress.org/plugins/quizmaster/. It includes Quiz Scores as a replacement for the statistics engine, and users can see their previous quiz scores.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Adblock Plus for Chrome interferes with quizWP Pro Quiz isn’t being actively developed or support afaik. There is a rebuild (QuizMaster) based on it hosted at https://wordpress.org/plugins/quizmaster/.