Place the common widgets script anywhere in head or body (only needed once on a page).
You can even put this at the end of the body, it does not need to be before the widget tags.
<script src='https://widgets.exemplar-education.com/exemplar-widgets.umd.min.js' async></script>
You can place the following widget tag in place where you want the widget to display - currently there is no configuration options for this widget.
<exemplar-results-ticker></exemplar-results-ticker>
You can place the following widget tag in place where you want the widget to display - currently there is no configuration options for this widget.
<exemplar-lesson-stats></exemplar-lesson-stats>
You can use your own custom content instead of the template
<exemplar-lesson-stats> <ol> <li>Today: <exemplar-lesson-stat-field field="today" /></li> <li>Mark: <exemplar-lesson-stat-field field="average" /></li> <li>MTD: <exemplar-lesson-stat-field field="mtd" /></li> <li>Month Name: <exemplar-lesson-stat-field field="month" /></li> <li>Year: <exemplar-lesson-stat-field field="ytd" /></li> <li>Year number: <exemplar-lesson-stat-field field="year" /></li> </ol> </exemplar-lesson-stats>