Exemplar Widgets

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>

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-results-ticker></exemplar-results-ticker>

demo

Lesson Stats

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>

demo

Advanced usage

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>
    

demo of advanced

  1. Today:
  2. Mark:
  3. MTD:
  4. Month Name:
  5. Year:
  6. Year number: