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

Noten am Benotungsspreadsheet beziehen sich alle auf N13 #1

Open
meisterluk opened this issue Nov 20, 2011 · 1 comment
Open

Noten am Benotungsspreadsheet beziehen sich alle auf N13 #1

meisterluk opened this issue Nov 20, 2011 · 1 comment

Comments

@meisterluk
Copy link
Owner

Von Michael und Lukas wurde festgestellt, dass sich die Noten am Bewertungssheet fehlerhaft alle auf N13 beziehen. Das Problem tritt bei allen Gruppen auf. Dieses Issue betrifft generierte Formeln von evaluation.js

@meisterluk
Copy link
Owner Author

Da sich das Issue auf die Zellen im Beurteilungssheet beziehen, muss der Fehler in der Zeile 786 von participants.js vorliegen:

range.getCell(row, ben_totalpoints_col)
.setFormula("=SUM(" + columnId(ben_first_ex_col) + row
    + ":" + columnId(ben_last_ex_col) + row + ")");

row nimmt den Wert 13 statt der wirklichen Zeilennummer an.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant