Viewing 15 replies - 1 through 15 (of 31 total)
  • Plugin Contributor ustimenko

    (@ustimenko)

    Not currently — it’s a future feature.

    Plugin Contributor ustimenko

    (@ustimenko)

    In the meantime. How do you want see it to looks like?

    Thread Starter zarga

    (@zarga)

    Can i see that somewhere in the code?

    Thread Starter zarga

    (@zarga)

    Maybe a box, at the beginning of the test? Exemple: 325 people solve this test, or somthing like this.

    Plugin Contributor ustimenko

    (@ustimenko)

    No, because it’s not tracked/saved yet.

    You can override https://github.com/garex/wp-testing/blob/develop/src/Template/Test/Passer/get-results.php in your theme as entry-content-wpt-test-get-results.php

    But it’s strongly not recommended. Or on next update just make sure, that all new will be in your overriden template.

    Thread Starter zarga

    (@zarga)

    And you can put a rate button too. You know, that 5 star bar.

    Thread Starter zarga

    (@zarga)

    If i change with that code, it is possible to see the results for an old test?

    Plugin Contributor ustimenko

    (@ustimenko)

    Do you see it as publicly available stats?

    I just thought about stats for admin area. I think it’s then can be increased to some public box.

    If for admin — pls offer some ideas for possible columns/rows/numbers.

    Thread Starter zarga

    (@zarga)

    I think is a good ideea to have an option so you can public this stats. And the counter automatically update.

    Plugin Contributor ustimenko

    (@ustimenko)

    > If i change with that code, it is possible to see the results for an old test?

    No. It’s not tracked.

    Hmm.. Btw! You can get this stats from your webserver logs!

    Get it somehow and search there for strings like “POST /test/”.

    In linux it will be something like:

    cat apsiholog.ru.access.log.1 | grep 'POST /test/' | wc --lines

    Plugin Contributor ustimenko

    (@ustimenko)

    What should be in that stats? Only how many times test was passed? Or how many people did it?

    You know, one person can pass same test 1-2-3-more times.

    Thread Starter zarga

    (@zarga)

    I think you can put a counter on the “Get ressult” button. So every time a person click on that button, stores the click.

    Thread Starter zarga

    (@zarga)

    No no. You have two different things. A counter box, and a rate box. In the counter you will see how many people solve the test, and in the rate box, you will have a 5 start bar, so people can rate your test. To see how much is appreciated.

    Plugin Contributor ustimenko

    (@ustimenko)

    > I think you can put a counter on the “Get ressult” button. So every time a person click on that button, stores the click.

    It’s better to do inside test, not on button.

    I want to know how you see it outside as a user. How it should looks like?

    Just simple text in admin area like:

    * Passing counter: 123
    * Respondents counter: 90

    Or something another?

    Thread Starter zarga

    (@zarga)

    And a possible option for admin to change values in the counter box 😀

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Counter’ is closed to new replies.