%
# Copyright (C) 2011 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see .
%>
<%
js_bundle :speed_grader
css_bundle :speed_grader
js_env({
:RUBRIC_ASSESSMENT => {
:assessor_id => @current_user.id.to_s,
:assessment_type => can_do(@assignment, @current_user, :grade) ? "grading" : "peer_review"
}
})
@show_left_side = false
@show_embedded_chat = false
add_body_class 'ic-no-flex-layout full-width'
@can_edit_anything = !@context.completed?
%>
<% provide :page_title, t(:page_title, "%{assignment_name}, SpeedGrader, %{course_name}", :assignment_name => @assignment.title, :course_name => @context.name) %>
<%= t "Notice: The grading period is closed for this student" %>
×
<%= t :no_annotation, "Annotations are not available for this document" %>
×
<%= t :crocodoc_pending, "Crocodoc is still processing this document." %>
<%= t 'Your comment was auto-saved as a draft.' %>
<%= t :comment_submitted, "Your comment has been submitted." %>
<% if @assignment.grade_as_group? %>
<%= t('headers.no_group_submission', "This group does not have a submission for this assignment") %>
<% else %>
<%= t('headers.no_submission', "This student does not have a submission for this assignment") %>
<% end %>
<%= t('headers.submission', "This student has submitted the assignment") %>
<%= t('headers.anonymous_submission', "This student's responses are hidden because this assignment is anonymous.") %>
<%= t("This submission has already been graded and is ready for moderation.") %>
'><%= t(:not_newest_notice, "Note: This is not the most recent submission") %>