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

Commit d7f7740

Browse files
committed
Fix: send proper answer
1 parent 5afb856 commit d7f7740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runestone/khanex/js/khanex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class Khanex extends RunestoneBase {
8787
var eventInfo = {
8888
event: "khanex",
8989
act: loganswer,
90-
answer: result,
90+
answer: result["attempt_content"],
9191
correct: correct,
9292
div_id: this.divid,
9393
};

0 commit comments

Comments
 (0)