Feedback Aide API Methods
getEvaluateResponse()
Retrieve all original auto-generated feedback for the current session instance.
You would want to use this to get the server-generated feedback data, including scores, comments, overall score, and any errors associated with the current session instance.
Examples
const evaluateResponse = await feedbackSession.getEvaluateResponse();
Arguments
None.
Return value
Type Promise