ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Technical issue WP-testing, questionYou should not edit existing JS. Just add your own JS and subscribe to required events.
> how do I get a check mark on all the “I don’t know” boxes
Through js somehow.
If you need more advanced howto — you or Berta can order basic paid support. Contact me directly then.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Internal server error> handleConnectionErrors
Seems that your mysql has some connection limit or overloaded.
Wp-testing does not reuse existing wordpress connection and creates it’s own with same credentials.Forum: Plugins
In reply to: [Psychological tests & quizzes] Cut of /test/ from urlNo, as it’s a custom post type discriminator.
Yuo can embed tests by shortcodes at pages.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formula & Group test> previous result
No, it’s not available.
> totals/final results of that group
Also not possible.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Technical issue WP-testing, questionAdd to each question answer “I dont know”.
Hide it by CSS.
When respondent answered at least 15 questions auto-select those other answers.
But I don’t recommend such way.Another option — create test with 15 questions for people that has low level. Then on that test’s results page add link to next test with 30 questions for next level and etc.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Technical issue WP-testing, questionAny questions? Not only 1st 15?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Technical issue WP-testing, questionHi Berta,
Does only 1st 15 questions must be filled? Or any 15 questions could be filled?
What if only 5 questions will be filled and sent?
Forum: Plugins
In reply to: [Psychological tests & quizzes] pay per test@loretta123 contact authors “Paid Membership Pro”. Test is just a custom post type.
Serious solution should work both with posts, pages and with custom post types too.
Forum: Plugins
In reply to: [Psychological tests & quizzes] tests not shown at home pageForum: Plugins
In reply to: [Psychological tests & quizzes] New domain – will addons work?@kyk26 pls write me directly regarding paid addons.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Best WP theme for your plugin?Forum: Plugins
In reply to: [Psychological tests & quizzes] Best WP theme for your plugin?@kyk26 Most reliable are builtin themes.
Then themes, which not adds any functionality, but only change look-n-feel.
There are tons of “themes”, that actually is theme + some 3rd party plugins. I think it’s a bad idea to bundle functionality through themes. Plugins are invented for this.
Forum: Plugins
In reply to: [Psychological tests & quizzes] tests not shown at home page1. Check your test’s settings “Publish on test page”.
2. See visual ter editor plugin.
Forum: Plugins
In reply to: [Psychological tests & quizzes] FormulasWhat if all colors are same? Or two colors same and third — not?
Why do you add this condition on +/- 3 as same?Actually this logic can be implemented, but it’s too complex.
I suggest you to design your test to avoid this edge cases and complex conditions.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formulas@gpsouthey, by comparing, using AND/OR/>/</=.
Describe your logic and what you already tried.
