Code

Discussion on Modal Survey - WordPress Poll, Survey & Quiz Plugin

Discussion on Modal Survey - WordPress Poll, Survey & Quiz Plugin

Cart 5,890 sales
Recently Updated

pantherius supports this item

Supported

This author's response time can be up to 2 business days.

1289 comments found.

The translation for es_AR is not woking. My WP is with Español (Argentina) and I generate de PO (modal_survey-es_AR.po) file and upload into languages folder (indicated in the documentation) and the translation is not working. Please help me

Hello,

How did you generate the language file? Did you use Poedit or Loco Translate WP plugin? If the generated language file is valid, it should working well. Tested with several languages.

If you still have difficulties, please send me your website URL with login details via my profile page mail sender and I’ll happy to take a look.

Regards,
Pantherius

Yes, i’ve generate the file with poedit, and upload to /edison/wp-content/plugins/modal_survey/languages whit name modal_survey-es_AR.po or modal_survey-es_ES.po and nothing

Again, please send me your website URL with login details via my profile page mail sender and I’ll happy to take a look.

Hello, it is possible to create a question that includes the result of the last question. For example: the user selects a branch in the previous question, and in the next one, I ask him. “How satisfied are you with the branch [x]?

Hello,

No sorry, including the results in the survey in real-time is not a feature at the moment. It can be achieved by code customization only.

However, you can do it with some tricks using question redirection. Eg.:

Q1: Select a branch
A1: Branch1 [2]
A2: Branch2 [3]

Q2: How satisfied are you with the Branch1?

Q3: How satisfied are you with the Branch2?

Numbers in brackets meaning the question redirection in case the user select that answer.

Regards,
Pantherius

Hello, it is possible to make the answers of a survey be images. For example the angry icon, happy icon, etc.

Hello,

Yes, you can use images only as answers.

Regards,
Pantherius

Pre-Sale Question: is it possible to create an outcome quiz which gives a most and least preferred result? I have 17 questions, four possible answers and presumably need a most and least option for each.

Hello,

No sorry, it is not a feature at the moment.

Regards,
Pantherius

Okay thanks, so the only way I could evaluate preferences would be to score each question?

Actually, you can set order (ASC/DESC) on the cumulative charts. Yes, you can also assign scores and categories to the answers.

Regards,
Pantherius

Hi,

Can I do the following using chained questions:

Q1: Are you in pain?
A1: Yes [Q3]
A2: No [Q2]

Q2: Are you sick?
A1: Yes [Q4]
A2: No

Q3: Where is the pain located?
A1: Knee [Show page 1]
A2: Hand [Show page 2]
A3: Head [Show page 3]

Q4: How sick?
A1: Very sick [Show page 4]
A2: Not very sick [Show page 5]

After answering all questions then show a specific page with recommendations on what to do:

Page 1: Some text about pain in the Knee etc.
Page 2: Some text about pain in the Hand etc.
Page 3: Some text about pain in the Head etc.
Page 4: Call doctor
Page 5: Go to sleep

And so on….

Hello,

Yes, you can do it.

The trick with the “Show Page”, you can redirect the survey at the end of the survey, then apply a browser redirection there.

Regards,
Pantherius

Hi again!

My survey is almost done. One problem has appeared though: I want the participant (without user authentication) to complete a survey that he has left.

In a previous response you wrote “There is an option on the survey edit screen to allow continue the survey. In this case, the plugin will remember for the last answer from the user and offer the next question automatically.” So, “Allow Continue”=ON.

Once the participant has answered all questions, he should not be allowed take the survey again.Thus, I have checked “Display Once Per User”=ON, “Display Once per Filled Out”=OFF.

I understand that this is how it should be. However, if someone leaves after 1 question (e.g. by closing the browser window), he will get the “You already filled out..” What am I doing wrong?

thx

Hello,

“Once the participant has answered all questions, he should not be allowed take the survey again.”

That means, you need the “Display Once Per User”=OFF, “Display Once per Filled Out”=ON

Regards,
Pantherius

1) Is it possible to give html informations about what to learn for the wrong answers? 2) Is it possibl to import questions trough a csv file?

Hello,

1. The plugin provides conditional shortcodes, that means you can create something like that:

[survey_conditions id=”12345” condition=”questionanswer_1” relation=”equal” value=”1”] content displayed when the first answer has been selected in the first question [/survey_conditions]

2. No

Regards,
Pantherius

Hi. Is it possible to send the user to a page or url depending is they pass or fail the quiz?

Hello,

Sure, you can setting up a browser redirection based on the answers.

Regards,
Pantherius

I would like to display the results of the previous answers of a survey on a page, even before the next person answers questions. How can i do this please?

Hello,

However, all votes are recorded in real-time, it is not possible to include a shortcode in the survey questions or answers to display the results in run-time.

Technically, it can be achieved by code customization only or with a 3rd party plugin.

Regards,
Pantherius

Hi, just purchased this and so far I like what I see. I have 2 problems that I haven’t found a solution to in your doco: 1) The 3 question survey plays fine when testing in WP however after I insert the shortcode into my page , the survey appears but the next question doesn’t appear after I select a response (I’ve tried various versions of the shortcode) 2) I’ve select that the close icon should be visible however all I see is a broken image icon where the icon should be (top right corner)

Hello,

Probably, you have a JavaScript / jQuery error on your site, that prevent the survey working on the page. You can easily check it in Chrome Developer Tools by pressing the Control + Shift + I then switch to the console tab.

If you still have difficulties, please send me your survey URL with your site’s login details via my profile page mail sender and I’m happy to take a look!

Regards,
Pantherius

Hi,

I would like somebody to make a survey based on an excel sheet, with the modal survey plugin I bought. Do you offer paid services? If so let me know, how to contact you as this is urgent?

Best regards, Abderrahman

Hello,

You can send me a message via my profile page mail sender here.

Regards,
Pantherius

Hi, I used this for a survey, when I export the survey result, it was separated in each file for each survey respondent, ie 200 files for 200 respondents.

How do I make the export data in the form of all survey result in one file, each respond in one row?

thanks

Hello,

The single export file could be even few gigabytes, that might slow down your website. It is the reason, the export generate an individual file for each participants. If you still would like to do it, that can be achieved by code customization.

Regards,
Pantherius

I would also love the ability to easily integrate with ConvertKit. Is this feature coming soon? ConvertKit is becoming one of the best email marketing platforms around so having that feature would draw in more customers for you.

Where in that documentation should I look? I didn’t see it when I looked.

If you looking for the code customization, that needs developer skills and couldn’t be specified in the documentation as it might be millions of way to do it.

Hi!

I have another question: Is there a way to reduce the number of optional questions to 0? Might be great for multiple choice quizzes, where also no correct answers could be possible.

However, I would need that option for another reason (and perhaps there is some workaround): I want to have an open question during the survey not at the end, which is similar to “Do you have something to add?”. Currently, I have hidden the first answer plus its checkbox. However, if there is nothing to add, the partcipant still has to write something to be able to proceed. Any ideas, how this can be solved?

Thanks!

Hello,

The solution not so complicated. Simply add a new answer with text: “Skip this question”

This way, you can track how many people doesn’t answer for that question and you can still offer the option to leave the question unanswered.

Regards,
Pantherius

Hi there. Will your plugin allow me to integrate a compulsory question / survey into my checkout process? The customer should be only allowed to complete their transaction after answering the question / completing the quiz.

Also is it possible for your plugin to link to individual products chosen to add to basket by the customer?

Looking to buy something like this soon. I’ll look forward to your reply.

Hello,

Already sent you the answer for your same questions in email. However, it can be achieved by the plugin, it needs some developer skills/customization to implement the survey to the right place on your site.

Regards,
Pantherius

Hello, I’m planning to buy the quiz plugin but I have some questions regarding the features: 1. We’ll be using this for a trivia type of plugin, and we want the quiz to end when the user gives a wrong answer. So basically, there will be one question in every page and the user has to answer correctly to all of them to be able to reach the end of the quiz. Is it possible? 2. We need users to login with facebook to view the quiz and we want them to have just one chance to answer the test. If they fail, they should not be able re-answer the quiz with the same facebook account. 3. We need the questions to have a time limit as well.

Could you please kindly let me know if these can be achieved with this plugin?

Thanks in advance!

Hello,

1. Yes, you can redirect the survey to the end (or between the questions) based on the answers.
2. No sorry, it can be achieved by a 3rd party plugin or with code customization.
3. Yes, timer is also available. (question and survey timer as well)

Find the documentation here: http://modalsurvey.pantherius.com/documentation/

Regards,
Pantherius

Hi! I have been working with the plugin for a day now and it really looks excellent! Even CSS customization works just fine.

Now, I am stuck with 3 questions:

1. Is there a way to integrate recaptcha before submitting answers the survey’s questions.

2. Related to charts, I understand that you integrated chartjs. Do you plan to include horizontalBar as well?

3. I have a problem with one result chart: There are 24 answers (checkboxes) and rather long answer texts. The chart now shows the answer texts on the X-Axis in a 45° angle and only every sencond answer. Is tere a way to show every answer and/or show the text in 90° angle?

Thanks a lot!

Oh, wow! Thanks for the prompt response. Great support!

I have tried “title” as well as “titles”, but both do not change the result chart. Could you pls have another look. The complete shortcode (colors work, but titles do not trigger) is:

[survey_answers id=”1539066994” style=”barchart” data=”question” qid=”2” aid=”” bgcolor=”#ffd000, #ffd000, #ffd000, #ffd000, #ffd000, #ffd000, #f37021, #f37021, #f37021, #497dc3, #3eba37, #3eba37, #3eba37, #3eba37, #3eba37, #3eba37, #3eba37, #3eba37, #d33233, #d33233, #d33233, #d33233, #d33233, #d33233” color=”#FFFFFF” titles=”1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24” hidecounter=”yes” hidequestion=”yes”]

Oh, nice! I found the relevant lines in Chart.js (your comment did help a lot!) and changed minrotation and maxrotation to 90. Now it works just fine.

Thanks again for the excellent support! :)

You’re welcome and thanks for the kind words.

Yes, you are right. The titles parameter built for using it with score based charts and it won’t work when you display a chart based on a single question.

Just updated the plugin to work when you use it specifically for one question only as well. Please message me via my profile page mail sender and I’m happy to send it to you.

Regards,
Pantherius

Is it possible to hide the result of the quiz for people? And does it generate any reports in the admin panel? We want to use this plugin on an ipad in front of the company, to do research with customers. Sorry my english… :)

I have one more question, it is possible to do a personalized questionnaire, example: Do you like dogs? (YES) (NO) if the person presses the YES button he asks for the email and the name, in case the person presses the button he does not ask another question …

would I be able to access the admin panel to test the plugin?

Yes, you can make redirection in the survey based on the answers, even redirect to the end of the survey with the Participants Form (or skip the form)

Sorry, admin demo is not available at the moment. You can see how does it work in the documentation here.

Regards,
Pantherius

Hi. I’m a current user and I am wondering if there is a way for the survey scores (radar chart) can be shared on social media upon completion, instead of merely sharing the page upon which the survey is embedded.

Thank you :)

Hello,

Sorry, but the chart using jQuery, therefore it can’t be shared directly on social media, like an image.

Regards,
Pantherius

Thank you for your reply. I’d like to applaud you for this awesome plugin. But is there a way to customize this part?

You’re welcome and thanks for the kind words!

However, it might be achieved by some code customization, it seems to be a bit difficult, because some of the social media sites doesn’t allow sharing custom content now. (like Facebook) Most of them allowing to share pages or elements, that is already the part of your page.

As I mentioned above, with some tricks and code customization, it might be done.

Regards,
Pantherius

HI, Id possible the user upload files (Pdf, xlsx, ppt) in the survey questions / reply ?

Hello,

No, it is not a feature at the moment.

Regards,
Pantherius

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey