{"componentChunkName":"component---smooth-doc-smooth-doc-src-templates-doc-js","path":"/docs/reports/module-reports/","result":{"data":{"mdx":{"fields":{"pageType":"doc","title":"Module Reports","editLink":""},"body":"var _excluded = [\"components\"];\nfunction _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }\nfunction _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }\nfunction _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } return t; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {\n  \"title\": \"Module Reports\",\n  \"section\": \"Reports\",\n  \"description\": \"module reports\",\n  \"order\": 20\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h1\", {\n    \"id\": \"module-reports\"\n  }, mdx(\"a\", {\n    parentName: \"h1\",\n    \"href\": \"#module-reports\",\n    \"aria-label\": \"module reports permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Module Reports\"), mdx(\"br\", null), mdx(\"p\", null, \"Module reports summarize the Student activity in real time at the module level.\"), mdx(\"h2\", {\n    \"id\": \"module-statistics\"\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#module-statistics\",\n    \"aria-label\": \"module statistics permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Module Statistics\"), mdx(\"p\", null, \"When \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"All Students\"), \" is selected in the dropdown menu, a module report shows information for all of the Students. Class statistics at the module level provide a breakdown by page of the following values:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Page\"), \" - The name of a page in the module. Note that only pages which have questions are displayed\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Average\"), \" - The \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"#weighted-average\"\n  }, \"weighted average\"), \" of this page calculated for all Students in the class\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Graded\"), \" - Whether this page is graded\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Weight\"), \" - The relative \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/scholar/manual/latest/docs/overview/data-model/#weight-1\"\n  }, \"weight\"), \" of this page within the module\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Respondents\"), \" - The number of Students who have responded to at least one question on this page\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Weighted Average\"), \" - The average of all page scores in this module, taking into account each page's relative weight\")), mdx(\"details\", null, mdx(\"summary\", null, \" To see module statistics \"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/aef89ff7b97905958c9558df0494a742/nav-home.svg\",\n    \"alt\": \"Home\"\n  }), \" \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Home\"), \" button from the \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/scholar/manual/latest/docs/repository/repository-overview/#navigation-menu\"\n  }, \"Navigation Menu\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Classes\"), \" tab\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on a class name from the classes list (optional: filter by name using the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Search for a class...\"), \" bar, and/or enable the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Show past classes\"), \" toggle to see past classes)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Modules\"), \" tab\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on a module name from the modules list (optional: filter by name using the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Search for a module...\"), \" bar)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Reports\"), \" tab\")))), mdx(\"details\", null, mdx(\"summary\", null, \" To display statistics for all Students in a module \"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Open a module report by following the steps described previously\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"All Students\"), \" from the dropdown menu above the table of statistics\"), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"or\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/0899b8a65d36acde0658be79feae0fc9/table-nav-arrow-left.svg\",\n    \"alt\": \"Previous\"\n  }), \" or \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/d4d606c511415af05a604ce0d9587ccc/table-nav-arrow-right.svg\",\n    \"alt\": \"Next\"\n  }), \" buttons to the right of the dropdown menu until \\\"All\\\" is displayed between them\")))), mdx(\"h3\", {\n    \"id\": \"respondents\"\n  }, mdx(\"a\", {\n    parentName: \"h3\",\n    \"href\": \"#respondents\",\n    \"aria-label\": \"respondents permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Respondents\"), mdx(\"p\", null, \"It is also possible to show the average page scores for only those Students who have provided answers, disregarding Students who have not answered any questions on a page. When enabled, these weighted averages are displayed in parentheses in the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Respondents\"), \" column.\"), mdx(\"details\", null, mdx(\"summary\", null, \" To display averages for Students who have answered questions \"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Open a module report by following the steps described previously\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"All Students\"), \" from the dropdown menu above the table of statistics\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/d4888ff081e32544e2c999e2caacbd9e/table-more.svg\",\n    \"alt\": \"More\"\n  }), \" button at the top right of the list\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Enable the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Show respondent averages\"), \" toggle\"))), mdx(\"div\", {\n    className: \"info\"\n  }, mdx(\"div\", null, \"The \", mdx(\"b\", null, \"Show respondent averages\"), \" toggle is only available when reviewing scores for \", mdx(\"b\", null, \"All Students\"), \".\"))), mdx(\"h2\", {\n    \"id\": \"student-statistics\"\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#student-statistics\",\n    \"aria-label\": \"student statistics permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Student Statistics\"), mdx(\"p\", null, \"When an individual Student is selected in the dropdown menu, a module report shows information specific to them. Student statistics at the module level provide a breakdown by page of the following values:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Page\"), \" - The name of a page in the module. Note that only pages which have questions are displayed\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Average\"), \" - The \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"#weighted-average\"\n  }, \"weighted average\"), \" of this page calculated for the Student\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Graded\"), \" - Whether this page is graded\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Weight\"), \" - The relative \", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/scholar/manual/latest/docs/overview/data-model/#weight-1\"\n  }, \"weight\"), \" of this page within the module\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Responses\"), \" - The number of questions on the page the Student has answered\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Weighted Average\"), \" - The average of the Student's page scores in this class, taking into account each page's relative weight\")), mdx(\"details\", null, mdx(\"summary\", null, \" To display statistics for an individual Student \"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Open a module report by following the steps described previously\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the Student's name from the dropdown menu above the table of statistics\"), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"or\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/0899b8a65d36acde0658be79feae0fc9/table-nav-arrow-left.svg\",\n    \"alt\": \"Previous\"\n  }), \" or \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/d4d606c511415af05a604ce0d9587ccc/table-nav-arrow-right.svg\",\n    \"alt\": \"Next\"\n  }), \" buttons to the right of the dropdown menu until you reach the desired item\")))), mdx(\"h2\", {\n    \"id\": \"weighted-average\"\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#weighted-average\",\n    \"aria-label\": \"weighted average permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Weighted Average\"), mdx(\"p\", null, \"Each module has a \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Weighted Average\"), \" score, which is the average of all Students' scores while taking into account the weight value of the pages. A page's weight indicates how much it contributes to the module score relative to other pages. By default, all graded pages are given a weight of 1, meaning the module score is a simple average of those pages' scores.\"), mdx(\"p\", null, \"For an example of calculating a weighted average, see \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/scholar/manual/latest/docs/reports/class-reports/#weighted-average\"\n  }, \"Class Reports - Weighted Average\")), mdx(\"h2\", {\n    \"id\": \"live-data\"\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#live-data\",\n    \"aria-label\": \"live data permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Live Data\"), mdx(\"p\", null, \"The statistics displayed are retrieved from the database immediately when the report page is first opened. You can see the relative time the report data was last fetched at the top right of the table (e.g., \\\"Updated: 10 minutes ago\\\" or \\\"Updated: 2 hours ago\\\") \", \"\\u2014\", \" hover over the relative time to see the exact time in the local timezone.\"), mdx(\"details\", null, mdx(\"summary\", null, \" To refresh the data displayed on the report page \"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Open a module report by following the steps described previously\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/d4888ff081e32544e2c999e2caacbd9e/table-more.svg\",\n    \"alt\": \"More\"\n  }), \" button at the top right of the list\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"In the popup menu, click on \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Refresh Report\")), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"or\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/92354082bae6742d704a576d70a436e4/table-refresh.svg\",\n    \"alt\": \"Refresh\"\n  }), \" button to the left of the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/d4888ff081e32544e2c999e2caacbd9e/table-more.svg\",\n    \"alt\": \"More\"\n  }), \" button at the top right of the list\")))), mdx(\"h2\", {\n    \"id\": \"exporting-module-data\"\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#exporting-module-data\",\n    \"aria-label\": \"exporting module data permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Exporting Module Data\"), mdx(\"p\", null, \"Module data can be exported in a CSV file format, which is compatible with most spreadsheet applications. The export contains the responses provided by all trainees for all questions in the module, along with the graded score, where applicable, and other information about the questions.\"), mdx(\"details\", null, mdx(\"summary\", null, \" To export module statistics \"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/aef89ff7b97905958c9558df0494a742/nav-home.svg\",\n    \"alt\": \"Home\"\n  }), \" \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Home\"), \" button from the \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/scholar/manual/latest/docs/repository/repository-overview/#navigation-menu\"\n  }, \"Navigation Menu\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Classes\"), \" tab\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on a class name from the classes list (optional: filter by name using the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Search for a class...\"), \" bar, and/or enable the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Show past classes\"), \" toggle to see past classes)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Modules\"), \" tab\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on a module name from the modules list (optional: filter by name using the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Search for a module...\"), \" bar)\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Select the \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Reports\"), \" tab\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"img\", {\n    parentName: \"p\",\n    \"src\": \"/scholar/manual/latest/d4888ff081e32544e2c999e2caacbd9e/table-more.svg\",\n    \"alt\": \"More\"\n  }), \" button at the top right of the list\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"In the popup menu, click on \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Export Module Report\"))))), mdx(\"h2\", {\n    \"id\": \"page-reports\"\n  }, mdx(\"a\", {\n    parentName: \"h2\",\n    \"href\": \"#page-reports\",\n    \"aria-label\": \"page reports permalink\",\n    \"className\": \"anchor\"\n  }, mdx(\"svg\", {\n    parentName: \"a\",\n    \"aria-hidden\": \"true\",\n    \"focusable\": \"false\",\n    \"height\": \"16\",\n    \"version\": \"1.1\",\n    \"viewBox\": \"0 0 16 16\",\n    \"width\": \"16\"\n  }, mdx(\"path\", {\n    parentName: \"svg\",\n    \"fillRule\": \"evenodd\",\n    \"d\": \"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"\n  }))), \"Page Reports\"), mdx(\"p\", null, \"An Educator can also drill down further and view \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/scholar/manual/latest/docs/reports/page-reports/\"\n  }, \"reports at the page level\"), \".\"));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#module-reports","title":"Module Reports","items":[{"url":"#module-statistics","title":"Module Statistics","items":[{"url":"#respondents","title":"Respondents"}]},{"url":"#student-statistics","title":"Student Statistics"},{"url":"#weighted-average","title":"Weighted Average"},{"url":"#live-data","title":"Live Data"},{"url":"#exporting-module-data","title":"Exporting Module Data"},{"url":"#page-reports","title":"Page Reports"}]}]}}},"pageContext":{"id":"cc13e469-3b62-5988-a89b-07507a628e36"}},"staticQueryHashes":["1086510573","1106176283","1122327541","2140385554","2719290676","3597609067","4027383558"]}