Skip to content

Instantly share code, notes, and snippets.

@smaggs
Created September 16, 2019 18:29
Show Gist options
  • Save smaggs/6f23df698136f6d0558d6ac08cd2ed61 to your computer and use it in GitHub Desktop.
Save smaggs/6f23df698136f6d0558d6ac08cd2ed61 to your computer and use it in GitHub Desktop.
Verify access to Learnosity APIs
<html>
<head>
<script src="https://items-va.learnosity.com/"></script>
<script src="https://assess-va.learnosity.com/"></script>
<script src="https://reports-va.learnosity.com/"></script>
<script src="https://reports-va.learnosity.com/"></script>
</head>
<body>
<script>
try {
var apilist = [LearnosityItems, LearnosityAssess, LearnosityReports, LearnosityQuestions];
alert("LEARNOSITY API IS LOADED!");
} catch (e) {
alert("PROBLEM LOADING LEARNOSITY API!");
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment