Commit 5a30c028 by dragonfi

Write 'submissions' instead of 'attempts'

parent ab07bc5f
<script type="text/template" id="xblock-attempts-template">
<% if (_.isNumber(max_attempts) && max_attempts > 0) {{ %>
<span> You have used <%= _.min([num_attempts, max_attempts]) %> of <%= max_attempts %> attempts.</span>
<span> You have used <%= _.min([num_attempts, max_attempts]) %> of <%= max_attempts %> submissions.</span>
<% }} %>
</script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment