Widget:MerlinProficiencyProgress

From Coder Merlin
Revision as of 22:03, 16 February 2022 by Chukwuemeka-tinashe (talk | contribs) (Added prev/next buttons)
       <select id="students-dropdown" class="" style="display: none;">
           <option disabled selected>Make a selection</option>
       </select>
   Loading...
<thead> </thead>
Topic Inevident Emerging Developing Proficient Exemplary

<script> var username = "".toLowerCase(); var sessionID = ""; window.addEventListener('load', (event) => {

   merlinProficiencyProgress(username, sessionID);

}); </script>