<%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>
%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")}

${_("Specify the {platform_name} email address or username of a student here:").format(platform_name=settings.PLATFORM_NAME)}



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

${_("Specify the {platform_name} email address or username of a student here:").format(platform_name=settings.PLATFORM_NAME)}


${_("Specify a problem in the course here with its complete location:")}

## 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:")}
i4x://edX/Open_DemoX/problem/78c98390884243b89f6023745231c525

${_("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']:

${_('You may also delete the entire state of a student for the specified problem:')}

%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 Instructor Tasks' table. " "To see status for all tasks submitted for this problem and student, click on this button:")}

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

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

${_("Specify a problem in the course here with its complete location:")}

## 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:")}
i4x://edX/Open_DemoX/problem/78c98390884243b89f6023745231c525

${_("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 Instructor Tasks")}

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


%endif