Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: Anzahl der maximal möglichen Punkte erhöhen #67

Open
msteudtn opened this issue Jul 23, 2022 · 0 comments
Open

Bugfix: Anzahl der maximal möglichen Punkte erhöhen #67

msteudtn opened this issue Jul 23, 2022 · 0 comments
Assignees
Labels
bug prio3 low priority

Comments

@msteudtn
Copy link
Owner

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.

@msteudtn msteudtn added bug prio3 low priority labels Jul 23, 2022
@msteudtn msteudtn self-assigned this Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug prio3 low priority
Projects
None yet
Development

No branches or pull requests

1 participant