• Hi,

    Great looking plugin although there is a couple of things which I think would make it better. These may be usage questions though, if I’m missing something… ??

    1. Ability to customise the colours used by the Google Chart API. Depending on your number of options the orange colour can get pretty similar.

    2. Aligning the Google Chart title. On questions with longer titles the title misses bits from the image generated through the API.

    3. There seems to be a bug with the Likert type. There is a few threads in this forum showing the error (such as: https://www.ads-software.com/support/topic/plugin-wp-survey-and-quiz-tool-likert-questions-error?replies=1)

    4. When using the Likert type allow for the user to customise the scale, such as 1-5 rather than 1-10, and perhaps substitute for other values like Agree, Strongly Agree, Disagree, etc.

    5. Allow for longer Questions in the Quiz, currently they are capped at 255.

    6. Ability to remove scoring feature. It makes a lot of sense for having a scoring system in the Quiz, but when the type is Survey I’m not sure it is as useful and could be simplified by having an Option to disable it where appropriate.

    https://www.ads-software.com/extend/plugins/wp-survey-and-quiz-tool/

Viewing 15 replies - 16 through 30 (of 53 total)
  • Thread Starter Rab

    (@rab-rrdev)

    I suspect this may be a WordPress Network conflict, but when you delete a result from a Survey, it remains.

    What happens is you press Delete, it refreshes with a new page asking to confirm, I select Yes, then it refreshes with a blank page (not all blank, WordPress menus are there, but the admin bar is gone), like there is some sort of script failure.

    [EDIT] – Should probably make it clear that when you Navigate to Surveys and Single Answers after this white screen, the results are all still there.

    Cheers,
    Rab

    Plugin Author Ollie Armstrong

    (@olliea95)

    Does at any point it say ‘deleting survey’?

    Thread Starter Rab

    (@rab-rrdev)

    Nope, doesn’t get as far as that I think. It’s just deleting results I’ve tried, didn’t try deleting a whole Survey.

    Plugin Author Ollie Armstrong

    (@olliea95)

    Can you set WP_DEBUG to true and copy any errors please?

    Thread Starter Rab

    (@rab-rrdev)

    Yep, here we go. I’m off for lunch, will be back in an hour!

    Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Warning: Illegal offset type in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25 Fatal error: Cannot use string offset as an array in /var/www/html/wp-content/plugins/wp-survey-and-quiz-tool/lib/Wpsqt/Page/Main/Resultsdelete/Survey.php on line 25

    Cheers

    Plugin Author Ollie Armstrong

    (@olliea95)

    Found the issue, fixing it now.

    Plugin Author Ollie Armstrong

    (@olliea95)

    Fixed with the latest version on the GitHub repo https://github.com/fubralimited/WP-Survey-And-Quiz-Tool/zipball/master.

    Will push as an official update later.

    Thread Starter Rab

    (@rab-rrdev)

    Yep, can confirm it’s fixed – thanks.

    Plugin Author Ollie Armstrong

    (@olliea95)

    Fantastic.

    Thread Starter Rab

    (@rab-rrdev)

    Something which I’ve manually been editing from version to version is the spacing between the drop down boxes. I edit /pages/site/questions/dropdown.php and add <br /><br /> at the end.

    Of course, this is a personal preference on how it looks with the Arras theme but since it’s line breaks being added I suspect it would look similar in others.

    Adding the breaks means the questions are separated better, and not seemingly lumped into one block.

    Maybe not something you want to consider for a release, but thought I should mention just in case ??

    Plugin Author Ollie Armstrong

    (@olliea95)

    Thanks, will add some spacing.

    Just noticed that deleting doesn’t work for the drop down questions, so I’ll fix that up now.

    Thread Starter Rab

    (@rab-rrdev)

    Another, very minor suggestion:

    When adding a Question and you select the Type, the options below should probably just be relevant for your selected Type. Like how you get extra fields at the bottom to enter Multiple Choice Answers where appropriate.

    As it stands, no matter what Type is selected, such as Multiple Choice and Free Text, you’re presented with the Likert Scale field – which doesn’t apply to all selected Types.

    Perhaps a re-work like this could be done when optionally displaying the Points and Difficulty (original point 6).

    Thanks for your hard work ??

    Rab

    Plugin Author Ollie Armstrong

    (@olliea95)

    Yeah that was the original plan, I just forgot to do it ?? Will all be sorted shortly. Pushed another update to github.

    Thread Starter Rab

    (@rab-rrdev)

    Good stuff.

    I’ve just created a test survey, here is a screenshot of the end result. This is with the extra line breaks after the drop downs.

    This shows a couple of things,

    1. The multiple choice displayed in a list also shows bullet points. You’ll know better than me, but should it have an assigned class and CSS used to hide the bullets?

    2. The Agree and Disagree Likert seems to still display 1-10.

    3. The Likert looks like it needs the same line break treatment as Drop Downs with spacing.

    4. Just a thought, when you have a Next button, is a Back button also possible to fully navigate the Survey? Or will it present a problem with loading the fields with the previously selected answers?

    5. Maybe, the questions should have a user option to set them to either h2, or h3? Since this is a preference, it probably shouldn’t be assigned by default to anything.

    Tell me to naff off when you get tired of suggestions ??

    Cheers,
    Rab

    Plugin Author Ollie Armstrong

    (@olliea95)

    I always welcome suggestions! As you can tell the design is completely crap, one of my downfalls, so especially design/layout suggestions I welcome ??

    1 – Yep.
    2 – It works for me, not sure what’s going on, will take a look at it.
    3 – Yep.
    4 – It was on my list of things to do ages ago, but never got around to it…
    5 – Possibly, will see what I can do with it.

    Could you turn on errors again and see if anything pops up relating to the likert agree/disagree? There’s no reason it shouldn’t work for you.

    Cheers,
    Ollie

Viewing 15 replies - 16 through 30 (of 53 total)
  • The topic ‘[Plugin: WP Survey And Quiz Tool] Few Questions & Suggestions’ is closed to new replies.