<p><%= t('account_reports.outcomes.description.text', %{This report shows the
 learning outcome results for all students. The resulting csv file will have
 one row per user-outcome-result pair, and will show the details of the result
 including the associated assignment.}) %></p>

<h3><%= t('#account_reports.default.description.header', %{Example}) %></h3>

<table class="report_example">
  <thead>
  <tr>
    <th><%= t('#account_reports.report_header_student_name', %{student name}) %></th>
    <th><%= t('#account_reports.report_header_student_id', %{student id}) %></th>
    <th><%= t('#account_reports.report_header_student_sis_id', %{student sis id}) %></th>
    <th><%= t('#account_reports.report_header_assessment_title', %{assessment title}) %></th>
    <th><%= t('#account_reports.report_header_assessment_id', %{assessment id}) %></th>
    <th><%= t('#account_reports.report_header_assessment_type', %{assessment type}) %></th>
    <th><%= t('#account_reports.report_header_submission_date', %{submission date}) %></th>
    <th><%= t('#account_reports.report_header_submission_score', %{submission score}) %></th>
    <th><%= t('#account_reports.report_header_learning_outcome_name', %{learning outcome name}) %></th>
    <th><%= t('#account_reports.report_header_learning_outcome_id', %{learning outcome id}) %></th>
    <th><%= t('#account_reports.report_header_attempt', %{attempt}) %></th>
    <th><%= t('#account_reports.report_header_outcome_score', %{outcome score}) %></th>
    <th><%= t('#account_reports.report_header_assessment_question', %{assessment question}) %></th>
    <th><%= t('#account_reports.report_header_assessment_question_id', %{assessment question id}) %></th>
    <th><%= t('#account_reports.report_header_course_name', %{course name}) %></th>
    <th><%= t('#account_reports.report_header_course_id', %{course id}) %></th>
    <th><%= t('#account_reports.report_header_course_sis_id', %{course sis id}) %></th>
    <th><%= t('section name') %></th>
    <th><%= t('section id') %></th>
    <th><%= t('section sis id') %></th>
    <th><%= t('assignment url') %></th>
    <th><%= t('learning outcome friendly name') %></th>
    <th><%= t('learning outcome points possible') %></th>
    <th><%= t('learning outcome mastery score') %></th>
    <th><%= t('learning outcome mastered') %></th>
    <th><%= t('learning outcome rating') %></th>
    <th><%= t('learning outcome rating points') %></th>
    <th><%= t('account id') %></th>
    <th><%= t('account name') %></th>
    <th><%= t('enrollment state') %></th>
  </tr>
  </thead>
  <tbody>
  <tr>
    <td>smith, heather</td>
    <td>423945</td>
    <td>u16450</td>
    <td>Assignment 1</td>
    <td>3217</td>
    <td>assignment</td>
    <td>01 Apr 2011 18:16:12 UTC</td>
    <td>85</td>
    <td>Can write basic Ruby</td>
    <td>1</td>
    <td>1</td>
    <td>4</td>
    <td></td>
    <td></td>
    <td>computer science 101</td>
    <td>46489</td>
    <td>c500190</td>
    <td>Section 1</td>
    <td>332992</td>
    <td>sec001</td>
    <td>https://example.com/courses/46489/assignments/3217</td>
    <td>Ruby 1A</td>
    <td>5</td>
    <td>3</td>
    <td>1</td>
    <td>Needs Improvement</td>
    <td>1.0</td>
    <td>992</td>
    <td>Example Account</td>
    <td>active</td>
  </tr>
  <tr>
    <td>smith, kacie</td>
    <td>104837</td>
    <td>u50214</td>
    <td>Quiz 1</td>
    <td>4565</td>
    <td>quiz</td>
    <td>02 Apr 2011 17:24:30 UTC</td>
    <td>93</td>
    <td>Can understand basic Ruby</td>
    <td>1</td>
    <td>1</td>
    <td>4</td>
    <td>Question 1</td>
    <td>4558</td>
    <td>computer science 101</td>
    <td>46489</td>
    <td>c500190</td>
    <td>Section 2</td>
    <td>332994</td>
    <td>sec003</td>
    <td>https://example.com/courses/46489/assignments/3217</td>
    <td>Ruby 1B</td>
    <td>5</td>
    <td>3</td>
    <td>0</td>
    <td>Progressing</td>
    <td>2.0</td>
    <td>994</td>
    <td>Example Subaccount</td>
    <td>active</td>
  </tr>
  </tbody>
</table>
