Feedback Aide API Methods
isReadyForReview()
Indicates whether the feedback session is marked as ready for the review state.
You would want to use this method to check if the grader has clicked the Submit scores button in the "grade" feedback session state, which indicates that the session now is ready for review.
Examples
const isReadyForReview = feedbackSession.isReadyForReview();
Arguments
None.
Return value
Type boolean
The returned value corresponds to the ready_for_review property of the feedback session when it is set to true.