• Resolved wubs23

    (@wubs23)


    Hello,

    I am using this plugin for some tests, where the user ends up in 1 of 4 categories.
    I can see this on wp > tests > results
    And there you can find ID, TEST, RESULTS, USER, etc.

    This is great. However, I want to use these scores in an overview of the user’s data from several different plugins.
    For this, I am using mySQL to get the data from the database from all these different plugins and to export them somewhere for viewing.

    However, I cannot see how your plugin makes the connection between the user, his completed test and his result.
    I see there is a passing_id with a respondent_id to make the connection between the attempt and the user doing this test.

    However nowhere can I find how it makes the connection between the results (which can be found in either wp8n_t_formulas (see the different categories in result_id) or in wp8n_terms (where they can be found through the term_id, which is equivalent to the values in result_id).

    So once again, I cannot see any connection between the current attempt (passing_id) and user (respondent_id) one the one hand, and the results of this attempt (result_id or term_id).

    How would I go about getting this data? Thanks a lot.

Viewing 1 replies (of 1 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    Bad news everyone.

    It not stores results, but calculates them everytime you request passing.

    I have in plans to store them, but it not in near years.

Viewing 1 replies (of 1 total)

The topic ‘Results from Database’ is closed to new replies.