getFeedback - Methods - Feedback Aide API

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

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.