Score Export Broken
See original GitHub issueDescribe the bug
The points for individual programming exercises in the CSV file exported via Scores
do not match the displayed points in the UI. For example, we had a student with 100% in the web UI, but according to the CSV, he/she didn’t even participate in the exercise. In addition, the sum of exported points does not match Programming Points
in the CSV. However, Programming Points
is equal to the web UI.
We assume, that programming points are correctly calculated, but the export of points for individual programming exercises is broken.
Incorrect output:
Name | Username | … | Binary Search Tree | Bash | ASCII Tabelle | … | Programming Points | … |
---|---|---|---|---|---|---|---|---|
xyz | xyz | … | <wrong points> |
<wrong points> |
<wrong points> |
… | <sum> |
… |
To Reproduce
- Go to
Course Management
- Select a course with several programming exercises
- Click on
Scores
- Click on
Export as CSV
5.1 Check whether the sum of points received in individual programming exercises matchProgramming Points
5.2 Make sure that points attributed to an exercise belong to this exercise.
Expected behavior
- Sum of individual programming exercises matches
Programming points
. - Points for individual programming exercises belong to the exercise.
Screenshots
No response
What browsers are you seeing the problem on?
Firefox
Additional context
No response
Relevant log output
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
MIDI Export is a bit broken - MuseScore
TLDR: Exporting to MIDI with whole score exports with wrong patches in some instruments. Exporting parts instead reveals split tracks ...
Read more >Score pdf export problem - Cubase - Steinberg Forums
Hi guys, i have a problem with exporting or printing scores to pdf with Cubase 7.5…No matter what i do, what resolution i...
Read more >"You can't use this playback configuration for exporting audio ...
I'm trying to export my score to audio/mp3 but I'm getting the error message 'You can't use this playback configuration for exporting audio...
Read more >Export As Score Sheet - Problem! - Image Line forum - FL Studio
Whenever I try to export my compositions as score music, it fails. If ANYONE has a possible solution to this problem, please let...
Read more >Logic Pro X - "export score to MusicXML" not working?
The work around is to close and reopen the Score editor before exporting. I'm now using Logic X for ALL my music entry....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, there is a student without a name and email address.
The student name was now manually assigned in the database, and the export is working again. The sums are now correct. Thus this issue can be closed after #4860 was merged.