mute_dialog.handlebars 1.0 KB

12345678910111213141516171819202122232425262728
  1. <div title="{{#t "mute_assignment"}}Mute Assignment{{/t}}">
  2. <div id="assignment_muter_content" tabindex="-1">
  3. <p>
  4. {{#t "sure_you_want_to_mute"}}
  5. Are you sure you want to mute this assignment? While this assignment
  6. is muted, students will not receive new notifications about or be
  7. able to see:
  8. {{/t}}
  9. </p>
  10. <ul>
  11. <li>{{#t "see_grade"}}Their grade for the assignment{{/t}}</li>
  12. <li>{{#t "grade_change_notifications"}}Grade change notifications{{/t}}</li>
  13. <li>{{#t "submission_comments"}}Submission comments{{/t}}</li>
  14. <li>{{#t "curving_assignments"}}Curving assignments{{/t}}</li>
  15. <li>{{#t "score_change_notifications"}}Score change notifications{{/t}}</li>
  16. </ul>
  17. <p>
  18. {{#t "students_will_see"}}Students will be able to see that this assignment is muted.{{/t}}
  19. </p>
  20. <p>
  21. {{#t "how_to_unmute"}}
  22. Once you have muted this assignment, you can begin sending
  23. notifications again by clicking the "Unmute Assignment" link.
  24. {{/t}}
  25. </p>
  26. </div>
  27. </div>