<%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>

${_("Data Download")}


${_("Click to display the grading configuration for the course. The grading configuration is the breakdown of graded subsections of the course (such as exams and problem sets), and can be changed on the 'Grading' page (under 'Settings') in Studio.")}


${_("Click to download a CSV of anonymized student IDs:")}

%if settings.FEATURES.get('ENABLE_S3_GRADE_DOWNLOADS'):

${_("Reports")}

${_("For large courses, generating some reports can take several hours. When report generation is complete, a link that includes the date and time of generation appears in the table below. These reports are generated in the background, meaning it is OK to navigate away from this page while your report is generating.")}

${_("Please be patient and do not click these buttons multiple times. Clicking these buttons multiple times will significantly slow the generation process.")}

${_("Click to generate a CSV file of all students enrolled in this course, along with profile information such as email address and username:")}

${_("Click to generate a CSV file that lists learners who can enroll in the course but have not yet done so.")}

%if section_data['show_generate_proctored_exam_report_button']:

${_("Click to generate a CSV file of all proctored exam results in this course.")}

%endif %if section_data['course_has_survey']:

${_("Click to generate a CSV file of survey results for this course.")}

%endif

${_("To generate a CSV file that lists all student answers to a given problem, enter the location of the problem (from its Staff Debug Info).")}

${_("Click to list certificates that are issued for this course:")}

% if not disable_buttons:

${_("For smaller courses, click to list profile information for enrolled students directly on this page:")}

%endif
%if settings.FEATURES.get('ALLOW_COURSE_STAFF_GRADE_DOWNLOADS') or section_data['access']['admin']:

${_("Click to generate a CSV grade report for all currently enrolled students.")}

%endif

${_("Reports Available for Download")}

${_("The reports listed below are available for download. A link to every report remains available on this page, identified by the UTC date and time of generation. Reports are not deleted, so you will always be able to access previously generated reports from this page.")}

%if settings.FEATURES.get('ENABLE_ASYNC_ANSWER_DISTRIBUTION'):

${_("The answer distribution report listed below is generated periodically by an automated background process. The report is cumulative, so answers submitted after the process starts are included in a subsequent report. The report is generated several times per day.")}

%endif ## Translators: a table of URL links to report files appears after this sentence.

${_("Note: To keep student data secure, you cannot save or email these links for direct access. Copies of links expire within 5 minutes.")}


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

${_("Pending Tasks")}

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


%endif