Code

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

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

Cart 5,729 sales
Recently Updated

pantherius supports this item

Supported

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

1243 comments found.

I need to map the survey → https://footprint.wwf.org.uk/questionnaire. Can your plugin do this?

Hello,

It is possible to assign scores and categories to the answers, then display the results based on the final/category scores.

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

Hope it helps!

Best regards,
Pantherius

Can you show your demo of a survey that would function 1:1 like the example I showed?

I am anxious for the functionality to be almost 1:1.

No sorry, I can’t provide a demo that is completely the same like on the page you sent as it is a different plugin. Please compare the features based on the documentation and if you still have specific questions, feel free to ask!

Best regards,
Pantherius

Hello Can we add users and each user can add, manage and see the results only for his own surveys

Hello,

The participants added automatically, it is not possible to add them manually. However, all users who completed the survey will see their own results and/or the cumulative results depends on how you including the results shortcode.

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

Best regards,
Pantherius

Hi I want to create I personality survey which all the questions have 3 option (A-B-C) after user answer all the question I want to show a radar chart (A-B-C) based on their selection. I mean if user answer 4 question as “A” his/her A point on the graph will be 4.

I solve it. I used category for answers and set conditional message at the and like product advice. but my problem is the message that I set disappear so quick :( Also I want to add radar chart based on category points.

:) now I just need category based final radar chart

Hello,

Great to hear that, you solved most of your questions. You can show the score based radar chart at the end of the survey using the End Content accordion on the survey edit screen. Alternatively, it is also possible to create an individual results page in your default WordPress editor, include the survey results shortcode (use data=”score”), then make a redirection at the end of the survey.

If you have further questions, please send me a message through my CodeCanyon profile page mail sender.

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

Best regards,
Pantherius

Hello, is there a way to change the y-axis to be a percentage instead of the number score? I have three categories that each can have a total of 5 points and right now the y axis is up to 5, is there a way to change the y-axis to be up to 100% instead? I added percentage=”true” but it made each category out of 33% and the y-axis to be larger numbers.

Hello,

If you change the Y axis to percentage, then the value should match the Y axis scale, so when it changed to 33%, that probably correct compared to the final score. If you didn’t specified the maximum value, please do it with the max parameter, like max=”100” (if 100 the maximum score, that can be achieved in the survey)

Alternatively, it is also possible to use the catmax parameter, that allows you to define the maximum score in each categories.

Best regards,
Pantherius

Hello, thank you very much! That worked!

You’re welcome!

Hi man,

I have a very small question.

When using:

[survey_answers id="2058109897" style="plain" data="full" uid="true" session="last"]

Is it possible to show the total ammount of given answers per question? Now it is showing the totals of different answers, but not the total of all given answers.

Thank you.

Hello,

If you using uid=”true”, then I assume you need this value individually. In case you assign score 1 to all answers, then you can add multiple, comma separated list of categories to the answers, like:

Answer [Category1,Question1]

So you can get the Question1 category score with the following type of shortcode:

[survey_answers id=”12345” style=”plain” data=”score” qid=”Question1” uid=”true” session=”last”]

Seems to be your support period has expired, please consider purchasing a support extension on the plugin’s page. Thank you!

Best regards,
Pantherius

Hi , presale question. I have gone through the categories documentation and I would like to achive the following in personality test: if i have two or more categories per question, when answering imagine that score for one category is 3 and for the other I need just count the answer as belinging to that category.

Exemple [Red, SuperRed] considering i give to the answer score 3 and I want just that it counts Red as 1, and SupeRed as 3 in a chart. Or if I gave Red 0 score and SupperRed as 0, that counts Red as one, and supper red as 0, Is that achivable with shortcode?

Obviously what I want to achieve is that the char gives me the values of bothe categories, one regardless the score (count) and the other as the score value given

Hope i have explained myself

Best Regards and thanks Pedro

Thanks to you, pantherious, on the other hand how will those shorcodes as an alternative have to be until you have implemented this feature. Could you give me an example (the feature is a must this to buy it). A Thank you

I went through your documentation and I do not know if something like this with two shortcodes will work for what I need:

[survey_answers id=”12345” qid=”Pepperoni,Tomato, Cheese, Oregano” style=”radarchart” data=”answer_count” max=”12” uid=”true” session=”last”] [survey_answers id=”12345” qid=”Pizza Margarita” style=”barchart” data=”answer_percentage” max=”60” uid=”true” session=”last”]

this is considering 12 questions 4 possible answers per question, 4 categories (one per answer), 1 extra category that is in all answers. So the end result will show two graphics. first consideing each of the questions as one point, and the second graphic the real points that go from 1 to 5.

Is that somethign feasible? will it work? Thank you, as i am really interested.

You’re welcome!

The first shortcode is a plain text shortcode. That means, it doesn’t shows the values on a chart, it is gives back simple texts only.

The vote count can be easily displayed on a chart when someone using score 1 on all answers, but in your case you need the score for different purposes. So unfortunately, it can be achieved by code customization only. There are no alternative solutions.

Best regards,
Pantherius

Hello,

The auto-response feature doesn’t seem to work.. the participant email does not receive the results…

But the Admin email notification do work, very strange…

Any clue on the matter ? Many thanks

Hi,

You’re welcome!

This is the situation when the conditional shortcodes can be useful, you can even include it in the auto-response message:

https://modalsurvey.pantherius.com/documentation/#conditional-shortcodes-title

Best regards,
Pantherius

All Good my man, working like a charm now… with personalised content email response to participants ! perfect

Well done mate, Good job there.

@zoomsan : Chill man, jeez… relax !

I’ve been reading your comments, you sound like you’d need a “slight” therapy there… so much anger in your life is gonna make you all and grumpy before the clock son…

anyways breathe…

Great to hear that, thank you for the kind words! Have a great day! :-)

Best regards,
Pantherius

Hello,

I’m using the following code to display the results on my page:

[survey_answers id=”3529241442” style=”radarchart” data=”score” titles=”Title1,Title2,Tile3”]

And i do have 2 category’s set up, and i do want to exclude them from the chart, and only display the questions.

How can i do that? Thanks

Hello,

Please use the filter parameter to exclude data from the results, like:

[survey_answers id=”3529241442” style=”radarchart” data=”score” titles=”Title1,Title2,Tile3” filter=”marketing, sales”]

If you still have difficulties, please send me a message via my profile page mail sender here.

Best regards,
Pantherius

Hi, is it possible to have time on the x axis with number of votes on the y. So the view would be number of votes over last x no of hours displayed visually?

Hello,

Sorry, that could be achieved by code customization only.

Best regards, Pantherius

Would it be a problem with bots oder similar when we let the users vote without any e-mail address required? Only the cookie will be the identifier. We want as much votings as we can and think to let it open would be the best option. What you think about this?

Thanks for this great software!

Hello,

No, bots couldn’t vote and I never got a report about it in the past 8 years, so feel free to try out.

Thank you for the kind words! :-)

Best regards,
Pantherius

Presale questions. 1. I need to have quiz that display 1 question per day for 50 days (e.g. question is displayed from 00:01h to 23:59h). 2. Questions have different value (e.g. questions from 1-10: 10 points, from 11-20: 20 points etc). 3. Only registered user can play 4. User can see his score after every answer he make 5. Question is timed (e.g. user have 30 seconds to answer) Thank you in advance.

Hello,

Sorry, these can be achieved by code customization only.

Best regards,
Pantherius

Pre-purchase question Hi, I have to create a questionnaire where a site user has to fill in a series of questions (I have to assign a score to each question that the user doesn’t see). Once finished, you will receive an e-mail confirming the test. In the backend I have to have the users’ emails separated according to the score they received. I need to be able to contact who received a score higher than X. Thanks a lot HI

Hello,

Sorry for the delay. Yes, you can assign scores and categories to the answers, then send an auto-response at the end of the survey with the results. It is also possible to ask for the user details (email, name, etc.) by the Participants Form.

Best regards,
Pantherius

Hello, this is a prepurchase question.
1. It will be a 100 question survey. Is it possible to have 10 questions on each page, not one by one, and save them? It records every page. can see all the questions on the last page?
2. Is it possible to make json output automatically? Can we change the json output?

thank you

Hello,

1. Yes, you can set the number of questions in the shortcode parameter, like: [modalsurvey id=”12345” style=”flat” display=”10” confirmation=”true”]

With the confirmation=”true” parameter, all questions and answers will be summarized at the end of the survey.

2. The results can be exported to JSON from the admin area, you can make it automatic with code customization only.

Best regards,
Pantherius

Hi, I have a presale question. For example the personality test the results are shown in a graph. Is it also possible to have text only? Or graph and text?

Hello,

Yes, the results can be displayed on charts or plain text. Please check the samples on the demo site: https://modalsurvey.pantherius.com

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

Best regards,
Pantherius

Great PLUGIN, Since it is a plugin, can I use this on any wordpress theme?

Thank you!

Sure, you can.

Best regards,
Pantherius

how to get survey session to put it instead last option in shortcode?

Hello,

If you not using the session=”last” option in the results shortcode, the plugin automatically sup up the user’s responses in the results.

Best regards,
Pantherius

this is example from documentation: [survey_conditions id=”12345” condition=”finalscore” relation=”higher” value=”10” uid=”123” session=”1326348184”], how can i get session number session=”1326348184”

Conditions automatically applied to the current user. Using it with a session id doesn’t makes sense since it will be displayed in the browser of the specified user only.

Best regards,
Pantherius

need graph with lowest section like [survey_answers id=”12345” style=”radarchart” data=”score” low=”3”]

Please make sure you are not copy the parameters from above as the apostrophes changes here.

its give me three top chart not three lowest in chart

You can use asc and desc in the sort parameter, use which one you need.

Best regards,
Pantherius

Hello, this is a prepurchase question. I want modal survey for my driver licence test questions project. Student will visit and complete questions but i want every user must see different question and answer order. I dont want test takers to gather and cheat on the quiz. Is it possible to randomise questions and/or andwers in your plugin? Thank you.

Hello,

No sorry, randomize the questions and answers not a feature at the moment. It can be achieved by code customization only.

Best regards,
Pantherius

when i put many shortcode in one page i got error 524 (time out)

Hello,

Many shortcodes makes many database operations on your website, that might slow down the page. Please make sure the site optimized and you using the proper caching plugins with the correct configuration.

Best regards,
Pantherius

When placing three questions Six students answered the questions I want to know the result of each individual student’s answer

for example Student John’s overall score is 99 The first question resulted in: 30 Question two: 40 Third question: 29

All the results obtained from the short code and the admin give results in relation to the number of testers and do not give individual results

can any one help

Hello,

The individual results available directly on your admin under the Participants page. It is also possible to show the individual results of the current user by shortcode on the frontend. It is explained in the documentation.

Best 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