OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

#579 Assessments detail page needs to be wired up to the backend #584

Closed ZeyuanLi16 closed 1 year ago

ZeyuanLi16 commented 1 year ago

Proposed changes

This close #579 integrating AssessmentDetailPage to three backend api:

  1. GET /program/:programAssessmentId/submissions/new
  2. GET /submission/:submissionId
  3. PUT /submission/:submissionId

It is blocked due to the assessment is set before it is loaded. causing it to return error alert.

Checklist