Feedback Aide API Methods
getFeedback()
Retrieves the feedback data for the current session instance.
You would want to use this to manually retrieve the feedback data which includes the score, max score, and selected rubric item of the current session instance.
Examples
// Using the feedback session instance
const feedbackData = await feedbackSession.getFeedback();
// Using the session UI instance
const feedbackData = await sessionUI.getFeedback();
Arguments
None.
Return value
Type Promise