Skip to content

Commit ef37e6e

Browse files
committed
updated lmsconnected to work with string response vs boolean. This more strictly checks if initialize occurred.
1 parent aba5b9d commit ef37e6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QUnit-Tests/js/scorm/SCOBot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ function SCOBot(options) {
5252
/** @default version, createDate, modifiedDate, prefix, launch_data, interaction_mode, success_status, location, completion_status, suspend_data, mode, scaled_passing_score, totalInteractions, totalObjectives, startTime */
5353
var Utl = SCOBotUtil, // Hook for jQuery 'like' functionality
5454
defaults = {
55-
version: "4.0.9",
55+
version: "4.0.10",
5656
createDate: "04/07/2011 09:33AM",
57-
modifiedDate: "05/22/2015 10:33PM",
57+
modifiedDate: "05/22/2015 03:26PM",
5858
prefix: "SCOBot",
5959
// SCOBot default parameters
6060
launch_data: {},

0 commit comments

Comments
 (0)