Sha256: 9dd5c1baf31a324941ff2fe243812ae45e84a736a321358fce4cc8d6d35f7c7d

Contents?: true

Size: 448 Bytes

Versions: 2

Compression:

Stored size: 448 Bytes

Contents

<h1>Standalone Reports Example</h1>
<span class="learnosity-report" id="session-detail"></span>
<script src="https://reports.learnosity.com?latest-lts"></script>
<script>
var callbacks = {
    readyListener: function () {
        console.log("Learnosity Reports has successfully initialized.");
    },
    errorListener: function (err) {
        console.log(err);
    }
};
reportsApp = LearnosityReports.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/reports/index.html.erb
learnosity-sdk-0.2.2 docs/quickstart/lrn-sdk-rails/app/views/reports/index.html.erb