expand-elearning
Version:
Expand: An e-learning framework for building SCORM courses
30 lines (22 loc) • 1.09 kB
HTML
<div class="container">
<div class="page-header">
<h1>Send us your feedback</h1>
</div>
<p class="lead">Once you have spent some time using Expand and have built an e-learning course, please use the link below to send us some feedback about your experience.</p>
<p class="lead">This information is vitally important so that we can improve Expand in future versions.</p>
<p class="lead">Don't forget to keep checking <a href="https://www.npmjs.com/package/expand-elearning" target="_blank">npmjs.com</a> for the latest updates.</p>
<a href="https://kieranwright.typeform.com/to/k4xVld" target="_blank"><button type="button" class="btn btn-primary">Send feedback</button></a>
<br><br><button type="button" class="btn btn-primary" href="#" onClick="expand_back(1);">Example skip to first page button</button>
</div>
<style type="text/css">
.btn-primary{
display: block;
margin-bottom: 10px;
}
</style>
<script type="text/javascript">
var fName = expand_getItem('question1');
var lName = expand_getItem('question2');
console.log(fName);
console.log(lName);
</script>