wisecapt
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] I want a list of quizzes on a pageForum: Plugins
In reply to: [Wp-Pro-Quiz] I want a list of quizzes on a pageForum: Plugins
In reply to: [Wp-Pro-Quiz] I want a list of quizzes on a pageTry this…
1. Make sure each quiz you have made is configured on its own wordpress page. Once you have each quiz on its own page, then you can list them as links on one wordpress page by following the steps below.
2. Add a new page to your wordpress
3. Click the “Link” button to add a internal link.
4. A pop up box will show up, on the bottom of the pop up box will show you all of your wordpress quiz pages.
5. Highlight a quiz and press the “Add Link” button
6. You will see an entry similar to the one listed below. You will have to make a little modification to this.
<a href="http://mywebsite.com/?page_id=245" title="Quiz1"></a>
You need to make a slight modification to the link above …Make the link look like this.
<a href="http://mywebsite.com/?page_id=245" title="Quiz1">Quiz1</a>
Now go view your wordpress page after adding a few links, and you should see a list of links.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] I want a list of quizzes on a pageYou can uses subpages or menus to do this…
There is a nice video on how to setup menus that should do what you want to do.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] stucked HELP!Go into Wp Pro Quiz
then go into “Edit Quiz” and temporarily uncheck the “Execute quiz only once” option.After you are done reviewing the test, if you want the tested only completed once by each user, then recheck the “Execute quiz only once” option.
Some of these features you mentioned are already implemented in the latest release of wp pro quiz.
Version .023 has the ability to do some of the things you requested. The latest version of Wp Pro Quiz does items 3,4,5,7 in your request list
#5 is viewing the meter of questions answered, before clicking the finish quiz button
Questions can also be grouped into categories for statistical purposes.
You might want to upgrade to the latest version of wp pro quiz and revise your wish list.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Tracking Users of WP Quiz ProYou might want to check out “Navayan Subscribe” plugin. Its a widget that lets the user subscribe with an email address. You can also add a custom field like phone number to it as well.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Is it possible NOT to display "correct" or "incorrect"?Use the “Normal” quiz mode feature. when setting up a quiz
You have the option to HIDE the correct/incorrect message. If you enable the check box “Hide correct- and incorrect message” when configuring the test options in the “Edit Quiz” section, users will not see correct/incorrect messages. If you do not enable this option, then the quiz will show correct/incorrect message at the end of the test.
One thing you might try, is using the “Hint” feature to display whatever message you want the user to see during the question he/she is answering. The hint button when pressed will display a generic message while the person is answering the question.
Also you might to use the “free choice” type questions (when editing questions), so that each response in whatever is selected is correct.
Xeno010 who wrote this program reads the messages on this board about requests users have for his plugin. You might want to give him a donation and request a “Generic message” option that allows this feature, if it is absolutely needed.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Is it possible NOT to display "correct" or "incorrect"?You can give each answer to a question 1 point, and then categorize the group of questions into different category groups.
For example, if you wanted to see if the person was more apt to be a teacher, lawyer or doctor, make 3 categories (teacher, doctor, lawyer) and put the questions under each category. Then tally up the scores for each category and the highest scored group would show they would be more inclined to enjoy that type of profession.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] WP quiz audio fileadd the following html code to your wp pro quiz question. In order for this to work, you will need to upload 2 sound files. One sound file in .mp3 format and the other file in a .ogg format. Firefox uses .0gg files, other browsers like IE will use .mp3 files. You need both types of file formats to make sure what ever browser is being used, works. One other note, the browser needs to be HTML 5 compatible
SRC=the location where your audio files are at
——————————————————————–<audio width=”300″ height=”32″ controls=”controls”>
<source src=”http://myblog.abc.com/wp-content/uploads/2013/03/banjo.mp3″ type=”audio/mpeg” /><source src=”http://myblog.abc.com/wp-content/uploads/2013/03/banjo.ogg” type=”audio/ogg” />
Your browser does not support this audio format.
</audio>Forum: Plugins
In reply to: [Wp-Pro-Quiz] Great Job on 0.23 Features!!!!!Great Job!!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Verbatim QuestionsUsing the cloze type questions, users need to fill in the blanks when being presented a sentence.
For example:
Complete the following sentence below with the proper words and punctuation. ( play , . ? basketball salesman)
I love to {play} baseball {,} football {,} and {basketball} {.}
** Anything within the curly brackets will need to be filled in by the test taker. The answers need to be typed out and the punctuation filled in, to be answered correctly.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Need to save completion time. UrgentSaving completion time has been requested by other users and may be implemented in a future release.
If this feature is urgently needed, perhaps sending a donation for this plugin will put your request at the top of Xeno010’s requested features list.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] ScoringTo answer some of your questions….
1. Is there any way to set a pass mark for the whole test that would then direct user to fail/success page depending on their result?
When creating a test, you can enable the Activate graduation check box. This will let you put in percentages to show the test taker if they passed or failed. It does not take you to a new page, but it will display to the user if they passed or failed the test.
Under statistics, you can view data for anonymous, and registered users. This can show you what questions that were answered correctly and incorrectly.
Not sure what type of visitor data you want to capture before taking a test. Depending on the data you want, you might have to implement some other wordpress plugins
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Bug Alert – Logic Bug FoundAlways glad to offer suggestions and help out where I can help others, or notifying you about a bug.
There is one other thing I hope you can take a look at.
There appears to be a problem in the CLOZE type questions when adding HTML code or inserting pictures. On the front end, instead of showing the picture, it displays the HTML picture reference.Wisecapt