You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In system/output.js gibt es zwei Funktionen zum Berechnen der maximal möglichen Punkte. Dies ist die Basis für die Prozentangabe und anderes. Historisch gewachsen war das auf maximal 99 gesetzt. z.B.
if (arPersonalPositions[i]<99)
{
maxPoints++;
if(arVotingDouble[i])
{maxPoints++;}
}
Bei über 100 Fragen - falls das jemand wirklich tut - kommt es zu falschen Berechnungen.
The text was updated successfully, but these errors were encountered:
In
system/output.js
gibt es zwei Funktionen zum Berechnen der maximal möglichen Punkte. Dies ist die Basis für die Prozentangabe und anderes. Historisch gewachsen war das auf maximal 99 gesetzt. z.B.Bei über 100 Fragen - falls das jemand wirklich tut - kommt es zu falschen Berechnungen.
The text was updated successfully, but these errors were encountered: