Feedback Aide API Methods
save()
Saves the current feedback session into the Learnosity database.
You would want to use this to save the current feedback session when the user interacts with your application, for example.
Examples
const savedResult = await feedbackSession.save();
Arguments
-
options object
Additional options for saving the feedback session.
-
ready_for_review boolean
Indicates if the feedback session is ready for review or not.
Feedback sessions which are not ready will not be available when the session is in the
review
state.When set to
true
, it will mark the feedback session as ready for review.
-
Return value
Type Promise