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

Manage Submissions cannot view score details when tweak added #2279

Open
coder6583 opened this issue Mar 10, 2025 · 0 comments
Open

Manage Submissions cannot view score details when tweak added #2279

coder6583 opened this issue Mar 10, 2025 · 0 comments

Comments

@coder6583
Copy link
Contributor

Your environment
Local environment on master

Steps To Reproduce
Steps to reproduce the behavior:

  1. Go to gradesheet of an autograded assessment
  2. Click on tweak
  3. Edit tweak value and save
  4. Go to manage submissions
  5. Click on the score details button on the submission that you editted
  6. See the error

Current behavior
Error comes up:
TypeError: Cannot read properties of null (reading 'toFixed')
Image

Expected behavior
Should be able to view score details

Problem
On line 165 of manage_submissions.js, the data.scores[submission.id]?.[problem.id]?.['score'] seems to be null.

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

No branches or pull requests

1 participant