goldhat
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] I want option male and female when start testMake a page with your options and then link to the different quizzes.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Sorting Choice – Displays Correct Response as IncorrectWP Pro Quiz isn’t actively under development or support afaik. There is a rebuilt version in QuizMaster at https://wordpress.org/plugins/quizmaster/. It includes a complete rebuild of the quiz marking system, and we check the answer on the server-side to avoid cheating whereas in WP Pro Quiz it’s possible to view answers by looking at the network traffic or the json in the source code.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] https issueThe developer is not afaik actively supporting or making changes to WP Pro Quiz. There is a rebuilt version in QuizMaster at https://wordpress.org/plugins/quizmaster/. It is also not https-ready, but it’s possible we could fix that. Feel free to open a ticket there.
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorv0.7.4 just released it has 2 placements of the shortcode for the quiz, the quiz list table and the sidebar if you’re on the quiz edit page.
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorv0.7.3 was just released if you update to that it should fix marking issues and randomization. No changes regarding quiz id.
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorWe’re working on a 0.7.x release to resolve these issues. I think we’ve got the answer check fixed, it was caused by the finish quiz event firing before the answer check is completed. I only recently (in the jquery plugin for the quiz taking) switched the answer checks so they are done server-side, which makes it much harder for students to cheat. Finish quiz has to happen after that check is done to show the right score.
Randomization setting might not be factored in, we’ll see if we can fix that in the next release.
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorCan you try adding 2 or more questions to the quiz? And share a screenshot of that question (from the question edit page, answers tab) so I can see how that is setup?
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorWe just released v0.7.0 please try it to see if it does resolve a couple of those issues.
I think there is no sidebar (which you called the lateral column) in the template shipped with QuizMaster, but all templates can be overridden in your theme and they are generally based on twentyseventeen. I’ll look into whether we might inject the content into the page rather than offering a full template, or adding the sidebar… but one benefit of a full column is that developers can make adjustments to the entire page and have it be different from the rest of the site.
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and error@larnoult have you had a chance to try your install or the language translation?
Forum: Plugins
In reply to: [QuizMaster] Development Updatesv0.6.5 released today with translation support including updated .pot file. New translation instructions to be added to documentation soon, the process matches that instructed in general WordPress guidelines.
QuizMaster translation template file (.pot) is located at /languages/quizmaster.pot. Use this file to create a .po/.mo translation set for the target translation language. Naming should begin with the text domain “quizmaster” and be followed by a hyphen (-) and the language code, for example French translation files would be named:
quizmaster-fr_FR.po
quizmaster-fr_FR.moThese files should be included at /languages in your test site. Once testing is completed, send them to us via a push request at the GitHub repository, or for non-developers, contact us via our website goldhat.ca.
Forum: Plugins
In reply to: [QuizMaster] How to install ?Good to hear!
Forum: Plugins
In reply to: [QuizMaster] Quiz shortcode and errorv0.6.4 just released should resolve the twentyseventeen error, no progress yet regarding translation.
Forum: Plugins
In reply to: [QuizMaster] French translationI will do some testing on translation, this is largely handled by WP so the name format should be “quizmaster-[LANGCODE]” such as your second example. However possibly something else needs to be done, such as updating the text domain. Also we definitely need to update the .pot file because it has not been editing since WP Pro Quiz and many strings are changed.
This is a duplicate ticket from GitHub, fuller answer was made there. Please avoid posting the same ticket in two places.
Forum: Plugins
In reply to: [QuizMaster] How to install ?This is a common problem with FieldMaster because it’s hosted at GitHub the download will include the version in the main directory and WP won’t recognize it as “fieldmaster” during the activation check. You simply need to rename the fieldmaster main directory to “fieldmaster” removing the version number such as “v0.1.1” from that directory name. For all intensive purposes the site doesn’t have FieldMaster installed, it has “FieldMaster-v-0.1.1” if you include that version number from github.
Forum: Plugins
In reply to: [QuizMaster] Checkbox to buttonsIt may be possible but not through configuration, it would require some custom theming at the very least to hide the checkboxes, but still have them checked (using jquery). I believe you asked this question elsewhere and I gave a fuller answer there, perhaps on GitHub.