<%page args="section_data" expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %>
%if section_data['is_small_course']: ## Show the gradebook for small courses

${_("Student Gradebook")}

${_("Click here to view the gradebook for enrolled students. This feature is only visible to courses with a small number of total enrolled students.")}


${_("View Gradebook")}


%endif

${_("Student-specific grade inspection")}




${_("Student-specific grade adjustment")}


## Translators: A location (string of text) follows this sentence.

${_("You must provide the complete location of the problem. In the Staff Debug viewer, the location looks like this:")}
block-v1:edX+DemoX+2015+type@problem+block@618c5933b8b544e4a4cc103d3e508378

${_("Next, select an action to perform for the given user and problem:")}

%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']: %endif

%if section_data['access']['instructor']: %endif

%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:

${_("Rescoring runs in the background, and status for active tasks will appear in the 'Pending Tasks' table. " "To see status for all tasks submitted for this problem and student, click on this button:")}

%endif
% if course.entrance_exam_enabled:

${_("Entrance Exam Adjustment")}


${_("Select an action for the student's entrance exam. This action will affect every problem in the student's exam.")}

%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']: %endif

%if section_data['access']['instructor']: %endif

%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:

${_("Rescoring runs in the background, and status for active tasks will appear in the 'Pending Tasks' table. " "To see status for all tasks submitted for this problem and student, click on this button:")}

%endif
%endif %if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:

${_('Course-specific grade adjustment')}

## Translators: A location (string of text) follows this sentence.

${_("You must provide the complete location of the problem. In the Staff Debug viewer, the location looks like this:")}
block-v1:edX+DemoX+2015+type@problem+block@618c5933b8b544e4a4cc103d3e508378

${_("Then select an action")}:

${_("The above actions run in the background, and status for active tasks will appear in a table on the Course Info tab. " "To see status for all tasks submitted for this problem, click on this button")}:

%endif %if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):

${_("Pending Tasks")}

${_("The status for any active tasks appears in a table below.")}


%endif