Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 52e3dfc

Browse files
committed
Fix: Update for newer feedback format from the bookserver.
1 parent 9b5a74e commit 52e3dfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runestone/fitb/js/fitb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ export default class FITB extends RunestoneBase {
227227
correct: this.correct ? "T" : "F",
228228
div_id: this.divid,
229229
});
230+
data = data.detail;
230231
if (!this.feedbackArray) {
231232
// On success, update the feedback from the server's grade.
232233
this.setLocalStorage({

0 commit comments

Comments
 (0)