Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Mar 25, 2024
1 parent 76e083c commit c447429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1796,7 +1796,7 @@ private JSONObject prepareXapiStatement(String user, String verbId, String topic
.parse(new String("{'display':{'en-US':'"+verbId+"'},'id':'" + xapiUrl + "/definitions/mwb/verb/" +verbId+"'}"));
JSONObject object = (JSONObject) p
.parse(new String("{'definition':{'interactionType':'other', 'name':{'en-US':'" + topic
+ "'}, 'extensions:': {'" + xapiUrl + "/definitions/mwb/object/course': {'id': " + course + "}}, 'description':{'en-US':'" + topic
+ "'}, 'extensions':{'" + xapiUrl + "/definitions/mwb/object/course': {'id': " + course + "}}, 'description':{'en-US':'" + topic
+ "'}, 'type':'"+ xapiUrl + "/definitions/chat/activities/file'}, 'objectType':'Activity'}"));
JSONObject context = (JSONObject) p.parse(new String(
"{'extensions':{'" + xapiUrl + "/definitions/mwb/extensions/context/activity_data':{'id':'"
Expand Down

0 comments on commit c447429

Please sign in to comment.