The Specific Course Technology page identifies some digital tools used to promote learner engagement. It also includes links to privacy and accessibility policies and where learners can go for technical assistance.
Implementing external technologies to D2L (e.g., Panopto, PlayPosit, VoiceThread, Zoom) can help learners actively engage in a course. Including detailed and clearly worded information about each technology promotes learner success and allows learners to be informed stewards of their data.
Best Practice: If you use a specific course technology not included on the included list, consider adding the tool's support, accessibility information, and privacy policy information.
Explore
Preview
Apply
Code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Specific Course Technology</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_11.jpg"
alt="A closeup of Saguaro cactus on the left. Wilbur Wildcat
statue in the middle. A palm tree on the right. The background
shows a clear and blue sky.">
</div>
<div class=" uacm-container">
<h1 class="uacm-text-center">Specific Course Technology</h1>
<p>In order to succeed in this course, at a minimum, you should be
able
to access information and communicate online, engage in safe and
responsible online conduct, and create and share digital
content.
</p>
<p>#ToDo: Customize the list below with the specific course
technologies
that you will be using in your course. Don’t forget to delete
tools
that students will not be using! Learn more about the <a target="_blank"
href="https://coursemaker.arizona.edu/build/page-templates/specific-course-technology">Specific
Course Technology</a> template in the Course Maker
website.</p>
<h2>List of Course Technologies</h2>
<ul>
<li><strong>Adobe Creative Cloud</strong>
<ul>
<li><a href="https://adobe.arizona.edu/support" target="_blank">Adobe &
Arizona
Student Support</a></li>
<li><a target="_blank" href="https://adobe.arizona.edu/signup/adobe-creative-cloud">Adobe
& Arizona Student Sign-up</a></li>
<li><a target="_blank" href="https://www.adobe.com/accessibility/compliance.html">Accessibility
Information</a></li>
<li><a target="_blank" href="https://www.adobe.com/privacy/policy.html">Privacy
Policy</a></li>
</ul>
</li>
<li><strong>Panopto</strong>
<ul>
<li><a target="_blank" href="https://studenthelp.intech.arizona.edu/category/229-panopto">Student
Help Pages</a></li>
<li><a target="_blank"
href="https://support.panopto.com/s/article/Learn-About-Accessibility-Features">Accessibility
Information</a></li>
<li><a target="_blank" href="https://www.panopto.com/privacy/">Privacy
Policy</a></li>
</ul>
</li>
<li><strong>Playposit</strong>
<ul>
<li>
<a target="_blank" href="https://studenthelp.intech.arizona.edu/category/230-playposit">Student
Help Pages</a>
</li>
<li><a target="_blank" href="https://knowledge.playposit.com/article/82-accessibility">Accessibility
Information</a></li>
<li><a target="_blank" href="https://app.playpos.it/privacy/">Privacy
Policy</a></li>
</ul>
</li>
<li><strong>VoiceThread</strong>
<ul>
<li><a target="_blank"
href="https://studenthelp.intech.arizona.edu/category/231-voicethread">Student Help
Pages</a></li>
<li><a target="_blank" href="https://voicethread.com/about/features/accessibility/">Accessibility
Information</a></li>
<li><a target="_blank" href="https://voicethread.com/termsofuse/">Privacy
Policy</a></li>
</ul>
</li>
<li><strong>Zoom</strong>
<ul>
<li><a target="_blank" href="https://support.zoom.us/hc/en-us">Zoom
Support</a></li>
<li><a target="_blank" href="https://explore.zoom.us/en/accessibility/">Accessibility
Information</a></li>
<li><a target="_blank" href="https://explore.zoom.us/en/privacy/">Privacy
Policy </a></li>
</ul>
</li>
<li><strong>H5P</strong>
<ul>
<li><a target="_blank" href="https://studenthelp.intech.arizona.edu/category/234-h5p">Student Help
Pages
</a></li>
<li><a target="_blank"
href="https://help.h5p.com/hc/en-us/articles/7505444789405-Accessibility-statement-for-H5P-com">Accessibility
Information</a></li>
<li><a target="_blank" href="https://h5p.com/privacy-policy">Privacy
Policy </a></li>
</ul>
</li>
<li><strong>Top Hat</strong>
<ul>
<li><a target="_blank" href="https://studenthelp.intech.arizona.edu/category/245-top-hat">Student
Help Pages
</a></li>
<li><a target="_blank" href="https://tophat.com/company/legal/accessibility-top-hat/">Accessibility
Information</a></li>
<li><a target="_blank" href="https://tophat.com/company/legal/privacy-policy/">Privacy
Policy </a></li>
</ul>
</li>
</ul>
For more information about technology services and resources, please visit <a target="_blank"
href="https://it.arizona.edu/student-resources">IT for Students.</a>
<p>If you have questions about using D2L, please visit <a href="https://studenthelp.intech.arizona.edu/"
target="_blank">Student Help Pages.</a></p>
<p>If you need support with any other technology, please contact <a target="_blank"
href="https://it.arizona.edu/get-support">24/7 IT Support
Center.</a></p>
<p>At the University of Arizona, we strive to make learning
experiences
as accessible as possible. If you anticipate or experience
barriers
based on disability or pregnancy, please visit the <a target="_blank"
href="https://drc.arizona.edu">Disability
Resource
Center</a>
website or contact at <a href="tel:5206213268">520-621-3268</a>
to establish reasonable
accommodations.</p>
<h2>Additional System Requirements</h2>
<p>#ToDo: Add additional system requirements</p>
<h2>Additional Hardware and Software Requirements</h2>
<p>#ToDo: Add additional hardware and software requirements</p>
</div>
<!--CUSTOM SCRIPTS-->
<script
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Scripts/custom-script.js">
</script>
</body>
</html>