Only predictions where only one score was entered, are considered incomplete (this can happen if you have AJAX-saves enabled). If a player did not enter a prediction at all, then they will always get 0 points.
I do have an extension that will enter a default prediction for users that failed to enter one. The file contains information on how to change the default prediction (it is set to 0-0 if you do nothing).
Ok, that make sense. I will probably add that extension then 🙂
I did add another extension for a save button under every game. Does that only save the specific game or alla of the games men save-button is pressed?
Why I’m asking is because all games have default 0-0 right? What do you have to do to make sure that 0-0 stays as the answer you want to predict?
-
This reply was modified 1 year, 9 months ago by
gibrich.
I did add another extension for a save button under every game. Does that only save the specific game or alla of the games men save-button is pressed?
A save button will save the entire form. So, all matches.
Why I’m asking is because all games have default 0-0 right? What do you have to do to make sure that 0-0 stays as the answer you want to predict?
The default prediction will only be added to the prediction database for closed matches, and just before the calculation of a ranking is done.
Thanks @antoineh! That extension fixed the issue! Amazing work 🙂