To get a similar quiz, you need to assign keywords (A, B, C, D, etc.) to the corresponding answers. After that, you need to set down a keyword-based message for each option. The results message is based on the majority of the selected answers by the user and will show the possibly appropriate message to him/her on the results page of the quiz.
Here is an example of quiz created with points. There will be 10 questions, worth 1 points each. You either receive 1 point for each correct answer or -0.25 point for each answer that is NOT correct.
This WordPress quiz plugin offers more than 7 question types to create engaging and fun quizzes. You can build fully customizable quizzes without any tech skills. Your website visitors will like taking your quizzes because of its responsive design and user-friendly interface.
We’re sure that you’ll love our WordPress Quiz maker plugin, but, if for some reason, you’re not satisfied in the first 30 days of using our product, there is a money-back guarantee and we’ll issue a refund.
Hello.
I am interested in your plugin.
I would like to achieve the following effects using your plugin:
Create a quiz consisting of 100 questions and answers.
Provide this quiz randomly to logged-in users.
When a user correctly answers a quiz question, they receive a coupon, and that particular question and answer become unavailable for future use.
Can your plugin implement these features?
Thank you for the comment and interest in our product.
I want to mention, that you can insert the [ays_quiz_cat id='1' display='random' count='1' layout='list'] shortcode with the random count as 1.
For example, in this category, there are 5 quizzes with 100 questions in each.
You can enable the limitation so that only the logged-in users can pass the quizzes.
Also, you can make the settings configuration in a way so that the quiz coupons can be sent via email only if the user got the minimum passing score (with the %%quiz_coupon%% message variable).
I want to mention, that the Interval messages are not stored in the case of using the Save as default feature.
Interval messages are individual for each quiz. So, you will need to manually add Intervals for each quiz.
Unfortunately, you can’t display random Interval messages.
Hello.
I am interested in your plugin.
I would like to achieve the following effects using your plugin:
Create a quiz consisting of 100 questions and answers.
Provide this quiz randomly to logged-in users.
When a user correctly answers a quiz question, they receive a coupon, and that particular question and answer become unavailable for future use.
Can your plugin implement these features?
Hey there,
Thank you for the comment and interest in our product.
I want to mention, that you can insert the [ays_quiz_cat id='1' display='random' count='1' layout='list'] shortcode with the random count as 1.
For example, in this category, there are 5 quizzes with 100 questions in each.
See the screenshot: https://ibb.co/xKv7yd4
You can enable the limitation so that only the logged-in users can pass the quizzes.
Also, you can make the settings configuration in a way so that the quiz coupons can be sent via email only if the user got the minimum passing score (with the %%quiz_coupon%% message variable).
See the screenshot: https://ibb.co/JqF9gRf
However, unfortunately, there is no way to achieve the result of not showing the question if it was already answered.
Thank you.
Hello, is the plugin able to create a quiz template that can support audio files & picture choices like Flexiquiz?
https://www.flexiquiz.com/Help/create/creating-an-online-quiz-with-audio-files
https://www.flexiquiz.com/Help/create/create-a-picture-choice-quiz-question
Dear Chuck,
Thank you for the comment.
Sure, the Quiz Maker plugin gives the opportunity to create a quiz with audios and images.
You can check out these useful links for more information.
Audio Quiz:
https://www.youtube.com/watch?v=NMJ_CmPFniY
https://ays-pro.com/blog/create-audio-quiz-in-wordpress
Quiz With Images: https://quiz-plugin.com/buzzfeed-style-quiz/
Thank you.
Hello, i hope you are well. There is no interval messages when save quiz as default. how can i fix this?
I would like to show random interval messages and images for each quizzes is it possible to do this? Best regards.
Hey there,
Thank you for the comment.
I want to mention, that the Interval messages are not stored in the case of using the Save as default feature.
Interval messages are individual for each quiz. So, you will need to manually add Intervals for each quiz.
Unfortunately, you can’t display random Interval messages.
Thank you.
curl https://api.openai.com/v1/chat/completions \
-H “Authorization: Bearer $OPENAI_API_KEY” \
-H “Content-Type: application/json” \
-d ‘{
“model”: “gpt-3.5-turbo”,
“messages”: [{“role”: “user”, “content”: “What is the OpenAI mission?”}]
}’
Do you use model of gpt-3.5-turbo or gpt4 or something else?
Dear Efe,
Thank you for the comment.
I want to mention, that the following method is used:
davinci-003
Thank you.