Feedback Aide API Methods
getFeedback()
Get the feedback data of the current session instance.
You would want to use this to retrieve the feedback data including the score, max score and selected rubric Item of the current session instance.
Examples
const feedbackData = await feedbackSession.getFeedback();
Arguments
None.
Return value
Type Promise