Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
password-container-xblock / static / html / staff-view.html
Size: Mime:
{% load i18n %}

<p>
    <h4><u>{% trans "Student management" %}</u></h4>
    </br>
    <form>
        {% trans "Reset the status of the student to allow the student to retake the assessment:" %}
        <input type="text" class="username-input">
        <button class="reset-user-state-button" type="button">{% trans "Reset" %}</button>
        <span class="reset-user-state-response"> </span>
    </form>

</p>
</br>
<h4><u>{% trans "Examination" %}</u></h4>
</br>