Code Monkey home page Code Monkey logo

wp-testing's Issues

How to get title and description by result id?

Hello, help me please, how to get title and description of the result by result id which I see in the browser, like a 1qeec0bfd328a12580ba01146ed049a378? Tnanks.
I want to modify this for the Open Graph afterwards.

Ranking Questions

I would like to know whether your plugin would be able to do this kind of questions. If not, will you be building an add-on for this?

Q: most of the time I am:

a happy 5 4 3 2 1 (radio button nest to numbers)
b sad 5 4 3 2 1 (radio button nest to numbers)
c reflective 5 4 3 2 1 (radio button nest to numbers)
d creative 5 4 3 2 1 (radio button nest to numbers)
e practical 5 4 3 2 1 (radio button nest to numbers)

5 = most like you
1 = least like you

The respondent MUST select ONE OF EACH - 5, 4, 3, 2, 1, ie, rank the answers.

Source: https://wordpress.org/support/topic/ranking-questions?replies=1

Form validation not working at submit

form validation on submit form , not working in last version jquery
error : swap not a function in file
js/vendor/afarkas/webshim/shims/form-validation.js

just add this before the codes

$.swap = function (elem, options, callback, args) {
    var ret, name, old = {};

    // Remember the old values, and insert the new ones
    for (name in options) {
        old[name] = elem.style[name];
        elem.style[name] = options[name];
    }

    ret = callback.apply(elem, args || []);

    // Revert the old values
    for (name in options) {
        elem.style[name] = old[name];
    }

    return ret;
}

Fatal error while activating

Error when activate plugin in Wordpress 6, php 7.4

Warning: file_get_contents(): Filename cannot be empty in /home/bol/public_html/wp-content/plugins/wp-testing/src/Facade.php on line 386

Warning: require_once(/vendor/autoload.php): failed to open stream: No such file or directory in /home/bol/public_html/wp-content/plugins/wp-testing/src/Facade.php on line 393

Fatal error: require_once(): Failed opening required '/vendor/autoload.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /home/bol/public_html/wp-content/plugins/wp-testing/src/Facade.php on line 393

Fatal error: Uncaught Migrate.php(259) : AddExampleTest

Fatal error: Uncaught Migrate.php(259) : AddExampleTest - Error executing 'query' with: INSERT INTO wp_t_scores (answer_id, question_id, scale_id, score_value) VALUES (111, 1, 131, 1), (111, 2, 141, 1), (111, 3, 131, 1), (111, 4, 141, 1), (121, 5, 131, 1), (111, 6, 151, 1), (111, 7, 141, 1), (111, 8, 131, 1), (111, 9, 141, 1), (111, 10, 131, 1), (111, 11, 141, 1), (121, 12, 151, 1), (111, 13, 131, 1), (111, 14, 141, 1), (121, 15, 131, 1), (111, 16, 141, 1), (111, 17, 131, 1), (121, 18, 151, 1), (111, 19, 141, 1), (121, 20, 131, 1), (111, 21, 141, 1), (111, 22, 131, 1), (111, 23, 141, 1), (111, 24, 151, 1), (111, 25, 131, 1), (111, 26, 141, 1), (111, 27, 131, 1), ( in D:\home\site\wwwroot\wp-content\plugins\wp-testing\vendor\ruckusing\ruckusing-migrations\lib\Task\Db\Migrate.php on line 259

Import/export tests from one site installation to another

Import/export tests from one site installation to another should allow to:

  • select which tests to export (built-in wp feature)
  • export test's data (should implement custom post type export)
  • import test's date (should implement custom post type import)

Test's data to export:

  • title, description
  • related taxonomies (results, scales, global answers)
  • questions, answers, formulas

Source: https://wordpress.org/support/topic/importexport-from-one-site-to-another?replies=4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.