ustimenko
Forum Replies Created
-
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formula EditingI’m still don’t understand the whole image.
Such if can be replaced by math.
Currently there is no “if”s in plugin and I dont’ plan to introduce em.
If your case is too advanced, then you shouldn’t use this plugin or can use it but with custom written addon, that uses some of plugin’s extension points.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Test only available for logged in users@burenpaul, this is not Learndash plugin. Please use their forum for support.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formula EditingBy “result” I understand a piece of text, that we show to respondent on results page.
Result will show if it’s formula is true.
- What do you understand by “result”?
- Why do you need it?
- Where do you want it to use?
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formula EditingYes.
For example in compuvars:
is_x_big:
x > a
is_x_less:NOT(is_x_big)
is_result_a:is_x_big
is_result_x:is_x_lessThen in formulas just:
result a:
is_result_a
result x:is_result_x@psydrup yes, issue will stay when you disable other plugin as issue is deeper — DB corrupted.
wp-testing just shows us this.
Try to fix it as suggested in https://wordpress.org/support/topic/wfnet404s-table-does-not-exist/
Or order paid support from me.
Anyway issue is in DB and not related with this plugin. It’s architecture only not ideal as it affects plugin. But I can’t switch to another for backward compatibility.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formula Editing@sameagol varaibles can store ints, floats and strings.
Computed vars operates with ints/floats.
NOt-zero var in result’s formula becomes true.
See here for tech details: https://github.com/garex/wp-testing/blob/368b6ae10f009443e4cc8ba2675c7589433fe7b5/src/Model/Compilable.php#L93:L117
Forum: Plugins
In reply to: [Psychological tests & quizzes] Formula EditingYou can have two results and for first use formula
x>a
and for 1nd —NOT(x>a)But I think you need something like Computed variables add-on.
Forum: Plugins
In reply to: [Psychological tests & quizzes] language supportIt’s because plugin has “de_DE” locale and not has “de_DE_formal”.
See here: https://github.com/garex/wp-testing/tree/368b6ae10f009443e4cc8ba2675c7589433fe7b5/languages
As I see here https://translate.wordpress.org/projects/wp/dev/de/default in wordpress de_DE differs from de_DE_formal mainly by using “Du” vs “Sie”.
If you need current de version in plugin, then you can just copy paste file wp-testing-de_DE.po into wp-testing-de_DE_formal.po
And this should be done on each plugin’s update.
Another way — you can try to “translate” (mainly just adapt) wp-testing-de_DE.po into wp-testing-de_DE_formal.po and send it to me — I will then include in in next release.
To translate use program like poEdit — it should be availalbe in windows/max/linux.
Forum: Plugins
In reply to: [Psychological tests & quizzes] language support@pedramnj, use wordpress language settings to change your site’s language. Plugin then will use those language if it’s available in translations.
@psydrup, wp-testing does not have table named
wp_wfNet404s.I think you have serious issue with Wordfence plugin. See this topic: https://wordpress.org/support/topic/wfnet404s-table-does-not-exist/
Even if you will disable
wp-testing, your issue will stay, but will be express yourself in another way.Btw, when this issue arises? In admin, on public pages, else?
Forum: Plugins
In reply to: [Psychological tests & quizzes] thee page problemYes. See the FAQ — there are all possible shortcodes.
Forum: Plugins
In reply to: [Psychological tests & quizzes] How to pay for extra featuresTechnical details
BrowserMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.86 Safari/537.36
PHP version7.0.15-0ubuntu0.16.04.4
PHP extensionsbz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gettext, hash, iconv, intl, json, libxml, mbstring, mcrypt, memcache, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tokenizer, wddx, xdebug, xml, xmlreader, xmlwriter, xsl, Zend OPcache, zip, zlib
PHP settings- disable_functions: pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
- display_errors: 1
- error_log: /var/log/fpm-php7.www.log
- error_reporting: 32767
- log_errors: 1
- max_input_time: 60
- max_input_vars: 1000
- memory_limit: 128M
MySQL client versionmysqlnd 5.0.12-dev – 20150407 – $Id: b5c5906d452ec590732a93b051f3827e02749b83 $
MySQL server version5.7.16-0ubuntu0.16.04.1
MySQL engines- YES: MRG_MYISAM, CSV, BLACKHOLE, MEMORY, PERFORMANCE_SCHEMA, ARCHIVE, MyISAM
- DEFAULT: InnoDB
- NO: FEDERATED
MySQL table status- InnoDB@10, utf8mb4_unicode_520_ci, Dynamic
- wp_commentmeta: 0 rows
- wp_comments: 0 rows
- wp_links: 0 rows
- wp_options: 307 rows
- wp_postmeta: 151 rows
- wp_posts: 20 rows
- wp_term_relationships: 38 rows
- wp_term_taxonomy: 29 rows
- wp_termmeta: 2 rows
- wp_terms: 29 rows
- wp_usermeta: 34 rows
- wp_users: 0 rows
- wp_woocommerce_api_keys: 0 rows
- wp_woocommerce_attribute_taxonomies: 0 rows
- wp_woocommerce_downloadable_product_permissions: 0 rows
- wp_woocommerce_log: 0 rows
- wp_woocommerce_order_itemmeta: 9 rows
- wp_woocommerce_order_items: 0 rows
- wp_woocommerce_payment_tokenmeta: 0 rows
- wp_woocommerce_payment_tokens: 0 rows
- wp_woocommerce_sessions: 1 rows
- wp_woocommerce_shipping_zone_locations: 0 rows
- wp_woocommerce_shipping_zone_methods: 0 rows
- wp_woocommerce_shipping_zones: 0 rows
- wp_woocommerce_tax_rate_locations: 0 rows
- wp_woocommerce_tax_rates: 0 rows
- InnoDB@10, utf8_general_ci, Dynamic
- wp_t_answers: 121 rows
- wp_t_computed_variables: 4 rows
- wp_t_field_values: 10 rows
- wp_t_fields: 8 rows
- wp_t_formulas: 11 rows
- wp_t_passing_answers: 61 rows
- wp_t_passings: 15 rows
- wp_t_questions: 65 rows
- wp_t_schema_migrations: 34 rows
- wp_t_scores: 59 rows
- wp_t_sections: 6 rows
WordPress version4.6
Plugins- Better WordPress Minify: 1.3.3
- Cyr to Lat enhanced: 3.5
- Glossary: 1.1.1
- Polylang: 2.1.4
- Sassy Social Share: 2.5.8
- WooCommerce: 3.0.8
- WooCommerce PayPal Express Checkout Gateway: 1.4.0
- Wp-testing: 0.20.3
- Wp-testing — Computed Variables: 0.1.1
- Wp-testing — Export: 0.1.7
- Wp-testing — Fields: 0.6
- Wp-testing — Redirect to Custom Results Page: 0.1
- Wp-testing — Save Results in PDF: 0.4
- Wp-testing — Sections: 0.4.2
- Wp-testing — Styling: 0.4
- Wp-testing — Z — Last result: 0.2
Active theme stylesheettwentyfifteenForum: Plugins
In reply to: [Psychological tests & quizzes] PDF-Download Error 403 Forbidden@verenaczerny pls contact me directly regarding paid addons.
Forum: Plugins
In reply to: [Psychological tests & quizzes] How to pay for extra featuresHi @shlomot,
Actually there are sheet named “How to buy” inside those google doc.
But you are right — it should be more visible.
I will improve this.
Forum: Plugins
In reply to: [Psychological tests & quizzes] Insert pictures in testsYou can use HMTL tag
<img src="..." alt="..." />both in questions and in answers.