Sha256: 94f3e4847721bc3b0db299000709a29b80fa68e4a41137698c5b701c4d931dd4

Contents?: true

Size: 451 Bytes

Versions: 2

Compression:

Stored size: 451 Bytes

Contents

<h1>Standalone Author Example</h1>
<div id="learnosity-author"></div>
<script src="https://authorapi.learnosity.com?latest-lts"></script>
<script>
   var callbacks = {
       readyListener: function () {
           console.log("Author API has successfully initialized.");
        },
        errorListener: function (err) {
            console.log(err);
        }
    };
    var authorApp = LearnosityAuthor.init( <%= raw @init.generate %>);
</script>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
learnosity-sdk-0.3.0 docs/quickstart/lrn-sdk-rails/app/views/author/index.html.erb
learnosity-sdk-0.2.2 docs/quickstart/lrn-sdk-rails/app/views/author/index.html.erb