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

Assessments Tab: bug fix - page errors when student results are in progress #23349

Merged
merged 4 commits into from Jun 27, 2018

Conversation

caleybrock
Copy link
Contributor

We'd get this error, with several tables not rendering,
screen shot 2018-06-26 at 3 26 45 pm
anytime we had data where some students were still "in progress" with an assessment:
screen shot 2018-06-26 at 3 27 12 pm

This is because our front end relies on filtering by type, which our API was not providing when there was no level_response from the student. This PR fixes this bug by adding type no matter if the student submitted a response or not. It also provides a default when looping through student_result incase there are no results.

@caleybrock caleybrock merged commit c53cc28 into staging Jun 27, 2018
@caleybrock caleybrock deleted the fix-in-progress branch June 27, 2018 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants