This page provides students with context and expectations for the module by clearly outlining what students will learn and do.
The module overview page includes a banner image, a heading element, and space to add a module introduction, learning outcomes, and a list of activities and assessments.
Explore
Preview
Apply
Code
<!DOCTYPE html>
<html lang="en">
<head>
<!--© 2022 Arizona Board of Regents on behalf of The University of Arizona.-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module Overview</title>
<!--CUSTOM STYLESHEETS-->
<link rel="stylesheet"
href="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Stylesheets/main-styles.css">
</head>
<body>
<div class="uacm-banner">
<img src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Images/Banners/UArizona/UArizona_03.jpg"
alt="A mural called The Cactus Comet Rides Again by
artist Danny Martin">
</div>
<div class="uacm-container">
<h1 class="uacm-text-center">Module Overview</h1>
<p>#ToDo: Learn more about the <a target="_blank"
href="https://coursemaker.arizona.edu/build/page-templates/module-overview">Module
Overview</a> template in the Course Maker website.</p>
<h2>Module Introduction</h2>
<p>#ToDo: Add module introduction</p>
<h2>Learning Outcomes</h2>
<p>At the end of this module, students will be able to:
</p>
<ol>
<li>#ToDo: Add Learning outcome 1 (align to course
level
outcome)
</li>
<li>#ToDo: Add Learning outcome 2 (align to course
level
outcome)
</li>
<li>#ToDo: Add Learning outcome 3 (align to course
level
outcome)
</li>
</ol>
<h2>Activity List</h2>
<ol>
<li>#ToDo: Add Reading
</li>
<li>#ToDo: Add Lecture Video
</li>
<li>#ToDo: Add Assignments and Assessments</li>
</ol>
</div>
<!--CUSTOM SCRIPTS-->
<script
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Scripts/custom-script.js">
</script>
</body>
</html>