mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-52954 assign: Rebuild the assignment single grade page.
This commit is contained in:
parent
2a3647bae5
commit
bb690849c9
86 changed files with 4593 additions and 279 deletions
16
mod/assign/templates/attempt_history_chooser.mustache
Normal file
16
mod/assign/templates/attempt_history_chooser.mustache
Normal file
|
@ -0,0 +1,16 @@
|
|||
{{#submissioncount}}
|
||||
<div>
|
||||
<a class="btn" href="#" data-region="attempt-chooser" data-submissions="submissions-list-{{uniqid}}">{{#str}}viewadifferentattempt, mod_assign{{/str}}</a>
|
||||
<div class="hide" id="submissions-list-{{uniqid}}">
|
||||
<div data-region="submissions-list">
|
||||
{{#submissions}}
|
||||
<label class="radio">
|
||||
<input type="radio" name="select-attemptnumber" value="{{attemptnumber}}"/>
|
||||
{{attemptsummary}}
|
||||
<br><em>{{statussummary}}</em>
|
||||
</label>
|
||||
{{/submissions}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/submissioncount}}
|
Loading…
Add table
Add a link
Reference in a new issue