Commit 120b2568 authored by Marek Veselý's avatar Marek Veselý
Browse files

TODO: CHANGE THIS LINE TO CONVENTIONAL COMMIT!

parent fc94b7ef
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -3,6 +3,24 @@
This page outlines the known issues associated with the platform and provides guidance on how to
resolve or work around them.

## Exported score set to zero

When exporting the scores of individual team members using the Export button in analyst view,
the exported score of some users is set to zero.

### Cause

The score is supposed to be set to zero when the user has not logged in before the exercise
started. However, due to an improper condition check, the score is set to zero based on
the user's last login time.

This means that if a user logs in after the exercise has started, their last login time is updated,
and the exported score is set to zero.

### Solution

Manually adjust the exported scores according to the values displayed in the analyst view.

## Definition validation

### Issue