Overall score: You have scored 75 out of 160. You’re relationship is ‘Critical’.
Then I want them to get a written report of where their relationship is at and what they need to do to fix it. Each category will contain a different description based on the score they achieved.
In addition, I want to also be able to give individual results for the participant and their partner, with each odd number question allocated to the participant, and each even number question allocated to their partner. Then each partner would be allocated a category dependent on their contribution to the relationship according to the quiz result, as well as a written report on each person’s result.
Is this possible with Psychological Tests and Quizzes?
Many thanks,
Matt
варвар > грек AND варвар > житель-востока AND варвар > карфагенянин AND варвар > римлянин
Грек=
грек > варвар AND грек > житель-востока AND грек > карфагенянин AND грек > римлянин
etc.
The problem is that if a user gets equal points by two or more results in the final, he gets nothing in result. For example, Варвар = 2 and Грек = 2.
I’ve soluted this problem by adding additional Смешанный тип with a very hard and long formula:
NOT (варвар > грек AND варвар > житель-востока AND варвар > карфагенянин AND варвар > римлянин ) AND NOT ( грек > варвар AND грек > житель-востока AND грек > карфагенянин AND грек > римлянин ) AND NOT ( житель-востока > варвар AND житель-востока > грек AND житель-востока > карфагенянин AND житель-востока > римлянин ) AND NOT ( карфагенянин > варвар AND карфагенянин > грек AND карфагенянин > житель-востока AND карфагенянин > римлянин ) AND NOT ( римлянин > варвар AND римлянин > грек AND римлянин > житель-востока AND римлянин > карфагенянин )
Is there any way to make this formula simpler? The main point of that formula is that “if there is no result, show Смешанный тип”.
]]>Issue repeats
Expected
save the scores
Actual
forbidden page
Stept to repeat
hi, i like the Plugin, but i can not save the score. if i fill all the scores and hit the update button i get a forbidden Page back. so the whole plugin is useless for me now.
Technical details
Browser
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:71.0) Gecko/20100101 Firefox/71.0
PHP version
7.3.13
PHP extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imagick, imap, intl, ionCube Loader, json, ldap, libxml, mbstring, mysqli, mysqlnd, odbc, openssl, pcntl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, readline, redis, Reflection, session, SimpleXML, soap, sockets, sodium, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib
PHP settings
MySQL client version
mysqlnd 5.0.12-dev – 20150407 – $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $
MySQL server version
5.7.28-0ubuntu0.16.04.2
MySQL engines
MySQL table status
WordPress version
5.3.2
Plugins
Active theme stylesheet
twentytwenty
We have out permalinks setup as /blog/%postname%/ (The blog used to be wordpress in a sub-folder so we moved it to the root and changed the permalinks so the blog post urls stay the same).
When I create custom post types I turn the “rewrite with front” option off which removes the /blog/ part from the url.
I overrode the plugins custom post type with the register_post_type_args filter to turn front off.
That works for the test pages which then have urls like /test/test-name but it breaks the results page which shows a 404 error.
Can you add an option to turn off the front setting so that the results pages still work?
Or is there another way I can get it working with the nice urls and working results page?
Fatal error: Uncaught Migrate.php(259) : WpTesting_Migration_SwitchToIndividualAnswers – Error executing ‘query’ with: DROP TABLE IF EXISTS wp_t_scores_backup; CREATE TABLE wp_t_scores_backup AS SELECT a.answer_id AS answer_id, scale_id AS scale_id, score_value AS score_value FROM wp_t_scores AS s, wp_t_answers AS a WHERE TRUE AND s.answer_id = a.global_answer_id AND s.question_id = a.question_id ; Reason: Statement violates GTID consistency: CREATE TABLE … SELECT. thrown in /homepages/33/d509989090/htdocs/Neurotropy/wp-content/plugins/wp-testing/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php on line 259
I have try to delete the plugin from the console but it does not work too.
]]>is there a way to use my own custom taxonomy page template like:
taxonomy-wpt_result.php ?
I tried to create such file inside my theme but it did not work.
But I have to do some small adjustments on the results page.
Kind regards,
Robert