ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Conflict with "Glossary"confirm, that conditions of issue is a combination of glossary + wp-testing + polylang.
I haven’t coded seriously for several years.
I also like simple solutions, but currently WP/cpt does not provide simple solution for the feauture, that this code tries to solve. Be patient ans start from the purpose of that code.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Page not foundResearch your server settings. some extension like suhosin or it’s too restrictive settings could be the reason.
Locally I can not reproduce what I see on your server. So it’s clearly server settings issue.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Conflict with "Glossary"It’s impossible to do it’s in easy way as you suggest.
I disagree, that this is plugins poor architecture. Those piece of code is a try to add “custom post type” near usual posts. If you want to blame someone — blame wordpress and custom post type developers here.
I will research your suggestions. Please confirm, that conditions of issue is a combination of glossary + wp-testing + polylang.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Page not found@ezwanzamzuary, not confirmed. I can edit and update tests by credentials which you provide.
Show us screenshots what you do and what you get.
Forum: Plugins
In reply to: [Psychological tests & quizzes] translation problemAs I see you already there. When will you plan to send translations?
https://www.transifex.com/wp-translations/wp-testing/translate/#nl_NL/wp-testing/54636475
Forum: Plugins
In reply to: [Psychological tests & quizzes] Delete questionsJust delete question’s text.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Conflict with "Glossary"@enis, you can try to play with this function: https://github.com/garex/wp-testing/blob/7b2ef2ce8b5e8366c722da08827c82725ff0ffaf/src/Doer/PostBrowser.php#L14
May be something there will help.
But good fix should not know anything about polylang or glossary plugins.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Page not foundWhich other plugins do you have enabled?
Other question is, how do you get the users to login and does it save their tests? So if they take the test again in a few months time, it can show them their pre and post results in a bar chart for example.
Plugin not force users to login. If user logged in — then his/her result is linked to their personal admin area.
It not shows their previous results in chart. See screenshots what is shown.
If you want consultation regarding scales results formulas — paid support is available.
hi Sherissa!
This plugin is awesome.
Leave a review then ))
Forum: Plugins
In reply to: [Psychological tests & quizzes] Equal Value Scales ResultsYou should have 3 scales and 4 results.
Hide your scales.
Then for each scale create formula like “this-scale > that-scale AND this-scale > other-scale”.
For case like “this-scale == that-scale AND this-scale == other-scale” create result like “You are not oriented”.
This will solve the problem. If you still having troubles, paid support available.
Forum: Plugins
In reply to: [Psychological tests & quizzes] [Feature Request] Step back button@berylune, sources are open. You welcome to read’em’all https://github.com/garex/wp-testing
Forum: Plugins
In reply to: [Psychological tests & quizzes] [Feature Request] Step back buttonI don’t think this plugin should implement basic browser buttons as of your concrete client needs.
Use javascript or other ways to get similar behaviour.
Forum: Plugins
In reply to: [Psychological tests & quizzes] [Feature Request] Step back button@berylune, what about good old browser button “Back”?