There is no short code or link (which is shown on your documentation). When I do preview or visit page no quiz displays. Tried using the qsm block and it says this quiz is not configured correctly.
I have created a second quiz changing nothing- everything a default- and no quiz displays.
I have deactivated and reactivated the plugin-
I purchased the export add-on so I would appreciate a response
]]>HI,
I want to know, is there any method available using which I can create questions from front-end with minimal option like title and answers.
Thanks!
]]>I believe that I did everything right. I downloaded and changed the name to fieldmaster.zip. Still, when I try to install Quizmaster, I am being redirected and told that “QuizMaster requires either FieldMaster”.
I have no clue what I am doing wrong.
]]>hello my teacher and students give homework with wp pro quiz. now wp pro quiz is not supported.
I’m thinking of setting up your plugin, but I’m looking for more features.
can it be a student profile page?
students will have photos and information,
the tests that the student solves in this page,
Tests loaded on the site and not solved by the student.
correct for each test in the decoded tests, wrong ratio and ordering for each test,
Percentage success by test category,
total number of tests and number of questions solved,
On the main page of WordPress side bloke is shown as student most successful student solving test.
Which of these can be applied, thank you in advance. ? use google translate
]]>In Fill in the blanks:
Enclose the searched words with { } e.g. “I {play} soccer”. Capital and small letters will be ignored. You can specify multiple options for a search word. Enclose the word with [ ] e.g. “I {[play][love][hate]} soccer” . In this case answers play, love OR hate are correct. If mode “Different points for every answer” is activated, you can assign points with |POINTS. Otherwise 1 point will be awarded for every answer. e.g. “I {play} soccer, with a {ball|3}” – “play” gives 1 point and “ball” 3 points.– I {play} soccer is working. “I {[play][love][hate]} soccer” specifing multiple option ,assign points are not working.
Free Choice
Correct answers (one per line) (answers will be converted to lower case).Only single choice is accepted, if we add more options one per line, No option are accepted as correct answer.
Quiz Timer
The timer is not compatible with firefox etc
Access Manager
Only registered users are allowed to start the quiz
If you enable this option, only registered users allowed start the quiz.Not working ,All user can attend the quiz even after this option is enabled. Same with the execute quiz once.
QuizMaster now has it’s own website separate from the GoldHat Group (developer website) and it’s domain is WPQuizMaster.com. This site offers the pro version of QuizMaster and has the documentation and support forums for QuizMaster.
We’re proceeding full steam ahead with development now after a short break from releases. The big push was made over the past couple of months to complete rewrite the javascript for the front-end quiz system. This was not easy and we’re still working out bugs before integrating into a future release. The new system is a jquery plugin (quizmaster) that has many events that extensions can tap into in order to enhance or change what happens during the user taking a quiz. Aside from that our goal was a more stable, and lighter-weight javascript file. We reduced the lines of code from about 2,200 in WP Pro Quiz down to just over half that number in the refactored QuizMaster version.
Right now the major challenge we face is getting the word out about QuizMaster and having both adoption from WP Pro Quiz users, but also having developers begin to work with us in building useful extensions. There is good long-term opportunity for developers that want to partner with us (or work independently) on QuizMaster Extensions. We will allow 3rd party developers to sell their extensions on WPQuizMaster.com under our extension developer program (details to be announced soon). Developers can also release free extensions to the WP directory and it’s a great way to prove your plugin development, and QuizMaster experience and attract customers.
We’re about to start a gofundme campaign in an effort to find financing for the upcoming round of development. If anybody has a quiz site and wants to chip in to our development they can either help us out with that, or donate to the plugin, or contact us about custom extension development. Thanks!
]]>Hi,
I install your plugin.
Whan I tried to activate it, a message said that :
QuizMaster requires either FieldMaster (Free Fields Plugin, download latest release at https://github.com/goldhat/fieldmaster/releases/tag/)
So I downloaded, installed and activated FieldMaster
Then, I tried to activate QuizMaster but the message still appears.
How to activate your plugin ?
]]>Hello,
I tried to make your plugin work.
First, once a quiz created, its id doesn’t show up. So I can’t embed the quiz in a post with a shortcode. I tried [QuizMaster 1] (since it was the first quiz created).
Second, when I follow the permalink of the quiz, I get a fatal error:
Fatal error: Call to undefined function twentyseventeen_get_svg() in /home/parlemon/www/wp-content/plugins/quizmaster/templates/quiz.php on line 33
Thanks for your support,
]]>Hey!
Great plugin!
Long time user of WP-pro-quizz, I recently switched because its leaderboard is unfortunately not working anymore, and I read you would develop such extension.
I’m working for a french educ-Tech NGO; children and teachers are meant to use your plugin to design and/or solve enigmas.
So I need french translation up and running ??
I followed your step and I’d be happy to share with you the french nearly complete translation.
Problem is .. it doesn’t work ??
First off, I think there is a typo in your instructions; you wrote:
Save PO file – with the name “wp-pro-qioz-de_DE.po”
I guess you either meant wp-pro-quiz-de_DE.po or more likely quizmaster-de_DE.po.. Anyway I tried the three names, without luck.
Any idea? Am I the only one struggling with translation here?
Thanks for your help!
Best,
]]>Hi. It is possible to use normal buttons with A, B, C instead checkbox? And to be placed below the question?
]]>QuizMaster v0.6.1 is now released and served from this www.ads-software.com directory. The update eases the requirement on ACF Pro by providing the option to utilize the free FieldMaster plugin hosted at GitHub. It is a stable fork of ACF Pro and will provide the fields, we recommend it over ACF Pro as FieldMaster will also be actively developed and add substantial improvement to the existing ACF codebase.
This is the first release where all output of the front-end quiz is handled via templates that can be overridden at the theme layer. Our earlier version were at best 80% coverage of the transition from “Views” output function to templates that can be themed.
We’ve also added better support for QuizMaster Extensions, and 3 extensions have developed and approved for hosting here at www.ads-software.com, we are working on finalizing the releases of those. This batch extension release will include QuizMaster Progress Bar, QuizMaster Grades, and QuizMaster Audio. More details in the Development Updates thread and other posts about QuizMaster Extensions.
]]>QuizMaster is built to support all forms of customization and extending. Today we took a step forward to improving audio integration by completing the initial build of a free QuizMaster Extension, QuizMaster Audio. The initial v0.0.1 is available for download at https://github.com/goldhat/quizmaster-audio/releases and we are awaiting approval for www.ads-software.com plugin listing.
This free official QuizMaster Extension provides a separate audio file upload for questions, so you can keep your audio separate from the question text. The audio player integrated uses code from the popular plugin Compact Audio Player. It is much smaller than the default WP audio player, and fits much more easily into a constrained layout or mobile screen.
For developers this extension is the first QuizMaster Extension we’ve built that is not embedded. The other 2 extensions built previously are both embedded into QuizMaster Pro. The build of QuizMaster Audio gave us a chance to make enhancements to the QuizMaster Extension system, and work continues in that direction as we aim to support 3rd-party developers in building any feature they need.
QuizMaster is also set to release it’s first theme shortly, we’re working on a child theme based on TwentySeventeen which overrides several of the QuizMaster templates and provides a quiz format similar to that found on DuoLingo. The theme is called QuizMaster-2017 and it works nicely with QuizMaster Audio to provide a sort of “verbal hint” to each question, suitable to language learning. The theme would also work well for a range of other quiz types as well, the audio integration is optional.
What we have coming up soon is a small specialized QuizMaster Extension called QuizMaster Progress Bar. It’s designed to replace, or enhance the existing support for a Question Review Box. It’s going to be more visual than the review box, and with a couple of options for how it shows progress including progress toward a passing grade (rather than just progress through the questions).
]]>QuizMaster has added a full set of templates and a template override system. Any template in the /templates directory of QuizMaster can be copied to /my-theme/quizmaster/ to override. Currently the state of the templates is that they still have more PHP in them than they should. It is possible to break functionality by removing necessary PHP from a template, or even moving certain important div tags that have classes used by the javascript when a quiz is taken. We’re continuing to refine the templates to fix these issues. If you do override templates now, it’s possible a future update will have changes that you’ll need to incorporate, including a change in structure where the different template files are used. We’ll be aiming to stabilize this by the full v1.0 release, and make less drastic template changes from that point forward.
We do not currently have any official program regarding defining a “Theme with QuizMaster Support”. Any theme that adds a “/quizmaster” folder and overrides templates, or changes styles with CSS has some level of QuizMaster support.
We are currently building a QuizMaster child theme for WP core theme TwentySeventeen. Developers may find it useful as an example to follow for theming efforts. In addition we’ll be including a thorough theming guide in the upcoming QuizMaster Developer Documentation.
]]>At GoldHat Group we aim to provide quality support for all our plugins. QuizMaster was created in part to ensure long-term support for a plugin (WP Pro Quiz) that was largely unsupported. We have plan to make update release at least every 2-3 weeks during the remainder of 2017. Support questions posted here will generally be answered within 48-hours.
Please use care in posting requests for support, especially with bug/issue reports. Provide all the details required to identify where/how/when the issue is happening. Being able to answer the question directly instead of clarifying missing details saved us time and enables us to help more users. Thanks for your cooperation.
]]>QuizMaster currently requires ACF Pro as of v0.4.4. In the upcoming v0.5.0 we’ll be aiming to ease the reliance on ACF Pro by providing the option to integrate Fields API, a free alternative available at https://github.com/goldhat/field-api. In the new version the activation check that currently blocks activation if the site does not have ACF Pro activated will check for a current version of Fields API.
Fields API is a fork of ACF and contains all the features of ACF Pro, it is used to provide the admin interface and data handling for QuizMaster. For any support issues installing or using Fields API please see the public Issues at GitHub: https://github.com/goldhat/field-api/issues
]]>QuizMaster plugin developers GoldHat Group always welcome feature requests, ideas and feedback about features. When we took on the task of turning the dormant WP Pro Quiz into a more WP-friendly, extendable plugin we had to trim away certain functionality to make it a bit leaner and more manageable.
As we look to replace features trimmed (as QuizMaster Extensions) we’ll be reviewing your feature ideas and requests. Thanks for sharing with us.
]]>The plan to build QuizMaster came after we built WP Pro Quiz Completed, an premium addon for WP Pro Quiz that allows students to view their quiz results. While working on that project we reached out to the WP Pro Quiz developers 9-times, via support tickets, via their own website, and even via the telephone. We received absolutely no reply whatsoever. And as more and more developers and site owners spoke to us about WP Pro Quiz, we started supporting many of them given the absence of support for WP Pro Quiz. We also recognized that the shortfall of WP Pro Quiz was it’s lack of extendability, for instance a lack of templates that could be overridden to change the quiz layout. In addition the reliance on custom tables, meant no native WP capabilities that could be leveraged. QuizMaster addresses these issues, and we look forward to making it a well-supported and continually updated project for years to come.
Currently it is NOT RECOMMENDED to migrate to QuizMaster in it’s current version which is a pre-production release (v0.4.4). We will only support the eventual v1.0.0, or full version 1 as a stable plugin suitable for migration for existing websites. The current version, if used at all in production would only suit a small/new website, not an active site with existing quizzes.
Support for import/migration of quizzes and questions will be provided by a secondary plugin QuizMaster Migrate, which was recently approved for the WordPress directory. Currently for testing purposes this plugin can be downloaded on GitHub at https://github.com/goldhat/quizmaster-migrate. It is still under active development, and is evolving and being refined along with the core QuizMaster.
QuizMaster Migrate provides an interface through which an XML export from WP Pro Quiz can be inserted and will be imported into QuizMaster. Note that QuizMaster quizzes and questions are custom post types, therefore existing WP Pro Quizzes will not automatically work until they are imported. QuizMaster Migrate parses the quizzes, and builds new quizmaster_quiz, quizmaster_question posts. QuizMaster Migrate does not support import of quiz statistics. We have no immediate plans to support importing quiz statistics, though other developers may choose to build this feature as a QuizMaster Extension. QuizMaster does utilize the original WP Pro Quiz stats engine (which was a source of numerous bug reports) instead we have build a new tracking system we call Quiz Scores, which is based on custom posts.
]]>QuizMaster is a new plugin (based on WP Pro Quiz) available at https://www.ads-software.com/support/plugin/quizmaster/
The build of QuizMaster was a long development project which involved a major rebuild starting from the WP Pro Quiz plugin. At this point significant development is continuing. We’d consider the plugin unstable current at v0.4.4 the first release for hosting at www.ads-software.com, suited for development use and testing only at this point.
One of the goals of QuizMaster is to make a quiz plugin that is highly extendable. We’ve created a template system that supports overrides at the theme and child theme layer, and there are several dozen templates that handle most of the HTML rendering. These template however still have too much logic contained, having only recently been extracted from the WP Pro Quiz view system. As a result if you were to overwrite these templates, future updates may not be compatible with your customized templates and require you to rewrite them. We will be refining these templates to meet a good level of abstraction over the next 2-3 months.
Do not expect every feature in WP Pro Quiz to be supported in QuizMaster. It is not a clone of WP Pro Quiz. It is a rebuild, with the goal of being a core plugin that can be extended by extensions similarly to WooCommerce or Gravity Forms. We’re going to build out some of the features of WP Pro Quiz that have been stripped as extensions, these will be separate plugins. Additionally we’ll be providing documentation on how developers can build their own QuizMaster Extensions. The framework to support this is still under heavy development, with the goal of support different question types, adding settings etc. Notable features purposely stripped from WP Pro Quiz include “leaderboard”, “custom fields”. Leaderboard is on our list to release as a QuizMaster Extension and it will be improved in that process. Custom Fields will not be replaced directly, we will instead be looking at Gravity Forms integration.
—
What if I want to try QuizMaster without buying ACF Pro which it requires?
ACF Pro can be found for free at https://gpldl.com/ a free and trusted GPL repository site. Simply sign up for a free account and download the latest ACF Pro version.
Will QuizMaster always require ACF Pro?
No. We have reached out to the makers of ACF Pro to ask if they would grant us permission to embed ACF Pro (as a framework) into QuizMaster. They gave us a flat no. As a result we are liberating ACF Pro and sharing it with the community via our newest project Field API hosted currently on GitHub at https://github.com/goldhat/field-api. Future versions of QuizMaster will require either ACF Pro or Field API. We will keep Field API free forever, and it contains all the features of ACF Pro.
—
Note to forum moderators regarding support for QuizMaster free plugin hosted at www.ads-software.com: QuizMaster is a free WordPress plugin that relies on ACF Pro (a premium plugin). If questions posted for support here are about QuizMaster, we will answer them and they should not be closed because they mention ACF Pro. The support is for QuizMaster, a free plugin. Anyone unfamiliar with ACF Pro or asking about it of course can go to the authors website at advancedcustomfields.com.
]]>I would love for a supported WP-Pro-Quiz plugin. But before purchasing ACF Pro, can I see screenshots or something of the back-end?
WP-Pro-Quiz has a lot of great options, it would be great if this plugin doesn’t change that.
]]>