ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] result limitScales or results?
Pls show example URL and what do you want to hide.
- This reply was modified 6 years ago by ustimenko.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Can this test design be realized w/ add-ons?Hi.
Yes, but ordered part should be done with some custom javascript.
All other is possible.
It will require many dirty work.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Can this test design be realized w/ add-ons?Tilman, still not clear.
Pls provide not description, but concrete example: respondent choosen this questions/answers and got this in the result. Just like as it will be looks like.
Or just send URL of example results page, that you can sketchup as a simple page.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Stop Saving Respondents’ test results@mj4455 no.
Better to delete old results by SQL.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Can this test design be realized w/ add-ons?Pls provide more concrete example of results page.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Introtext per question@oestersund you can use HTML inside questions. But this is ugly workaround.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Problem with ‘Tied scores”Zach, you can use compuvars addon to minimize code duplication.
So if you have for example three results, you will have 3 vars: is_result_a, is_result_b, is_result_c.
Which you will use in your results’ formulas.
And for tied result you can use this formula: (is_result_a + is_result_b + is_result_c) > 1
Depends on test complexity. From 25USD (half an hour) to 50USD (hour).
nope. It’s a classic paid support question.
pls remove any password from public forum page.
You can use sort scales by score feature + hiding other scales by CSS.
I’m not sure. As a workaround — just not use them. Actually they are not needed and you can use default post/page categories.
Forum: Plugins
In reply to: [Psychological tests & quizzes] How to insert HTML in the test description?Show us screenshot. Any pre-gutenberg editors allow to edit raw HTML.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Confusion with the formulaI dunno, but may be you should add round brackets?
a=> 7 AND a > (a + b + c+ d + e + f) / 6Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal PHP ErrorAhh!! It could be f…n access rights! So those PK exists, but code that checking it does not have rights to check it.
To quick proof try to run it under mysql superuser rights and then if it will work — just try to add requred grants.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Fatal PHP Error1. Completely unisnatll plugin,
2. Check that it’s tables are gone.
3. Alter all wp tables to innodb.
4. Install plugin again.I think some foreign keys are not created so it errors.