  {"id":543,"date":"2022-08-24T09:57:13","date_gmt":"2022-08-24T14:57:13","guid":{"rendered":"https:\/\/uwm.edu\/arc\/?page_id=543"},"modified":"2024-06-07T14:12:48","modified_gmt":"2024-06-07T19:12:48","slug":"assistive-technology","status":"publish","type":"page","link":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/","title":{"rendered":"Assistive Technology"},"content":{"rendered":"\n<div class=\"uwm-l-row\">\n<div class=\"uwm-l-col\">\n<p>Some Assistive Technology (AT) needs are simple. For example, a student may use a smartpen for notetaking rather than requesting a notetaker in class, or a student with a vision impairment may need higher color contrast on PowerPoint slides, white boards, and other visual aids. However, other AT needs may be more complicated.&nbsp;<\/p>\n\n\n\n<p>Assistive Technologies include, but are not limited to, the following:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Computer access aides (adaptive keyboards)<\/li>\n\n\n\n<li>Augmentative and alternative communication devices (text-to-speech and communication boards)<\/li>\n\n\n\n<li>Screen magnification and screen readers (<a href=\"https:\/\/uwm.edu\/technology\/software\/student\/\">ZoomText and JAWS<\/a>)<\/li>\n\n\n\n<li>Hearing aids (conventional and cochlear implant)<\/li>\n\n\n\n<li>Mobility aids (wheelchairs and walkers)<\/li>\n\n\n\n<li>Visual aids (magnifying glass and electronic magnification device)\u00a0\u00a0<\/li>\n\n\n\n<li>Literacy software (Read&amp;Write and Kurzweil)<\/li>\n\n\n\n<li>Notetaking tools (apps and smartpens)<\/li>\n<\/ul>\n\n\n\n<p>ARC is responsible for helping students both identify and obtain the Assistive Technologies that they need. AT devices may be owned or rented by the student and operated independently, or they may be available for use by students and staff on campus through computer labs or library. ARC also trains students to use their Assistive Technologies effectively and evaluates how well the device or service is meeting the student&#8217;s needs.&nbsp;<\/p>\n\n\n\n<p>An AT accommodation could apply to any mode of learning, including online, blended\/hybrid, and face-to-face courses.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"student-expectations\">Student Expectations<\/h2>\n\n\n\n<p>Students are responsible for learning how to use their Assistive Technologies and communicating with instructors  if they require additional assistance.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Determine the need for assistive technology in each classroom.<\/li>\n\n\n\n<li>Determine the need for a table for assistive technology equipment.<\/li>\n\n\n\n<li>To request assistive technology for a specific class and classroom, email the <a href=\"mailto:ccraig@uwm.edu\">Assistive Technology Coordinator<\/a>.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"instructor-information\">Instructor Information<\/h2>\n\n\n\n<p>In most situations, AT accommodations do not require your involvement.&nbsp;However, in some circumstances, you may need to collaborate with Classroom Services and ARC. The most effective approach is to talk with your student about how to support them with their AT accommodation.&nbsp;<\/p>\n<\/div>\n\n\n\n<div class=\"uwm-l-col uwm-l-col--4 uwm-l-offset--1\"><div class=\"uwm-block-otp-nav \"><\/div>\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"content_block\" id=\"custom_post_widget-340\"><nav aria-label=\"Sidebar\" class=\"uwm-p-navigation-list uwm-p-navigation-list--gold-border \"><div class=\"uwm-p-navigation-list--title\"><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/\">Accommodations and Services<\/a><\/div><ul><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/academic-flexibility\/\">Academic Flexibility<\/a><\/li><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/alternate-formats\/\">Alternate Formats<\/a><\/li><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/assistance-emotional-animal\/\">Assistance Animals<\/a><\/li><li><a class=\"current\" href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/\"><span aria-current=\"page\">Assistive Technology<\/span><\/a><\/li><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/communication_access\/\">Communication Access<\/a><\/li><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/notetaking-services\/\">Notetaking Services<\/a><\/li><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/service-animal\/\">Service Animal<\/a><\/li><li><a href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/testing\/\">Testing<\/a><\/li><\/ul><\/nav>\n\n\n<div class=\"uwm-u-flex uwm-u-flex--wrap uwm-u-flex--left\">\n<a class=\"uwm-c-button uwm-u-mr-20 uwm-u-mb-20 form-container-buttons\" href=\"https:\/\/teams.microsoft.com\/l\/chat\/0\/0?users=aylessr@uwm.edu,ccraig@uwm.edu&amp;topicName=ARC%20Live%20Chat&amp;message=Thank%20you%20for%20contacting%20the%2051ÁÔÆæ%20Accessibility%20Resource%20Center.%20A%20Representative%20will%20be%20with%20you%20as%20soon%20as%20possible.%20Our%20live%20chat%20hours%20are%20Wednesdays%2010:00AM%20to%202:00PM.%20We%20are%20also%20available%20by%20email%20at%20archelp@uwm.edu%20and%20by%20phone:%20414-229-6287.%20Please%20click%20enter%20to%20start%20your%20conversation.%20Then%20you%20can%20type%20your%20message.\" rel=\"\">Connect with ARC Staff<\/a>\n<\/div>\n\n\n\n<script type=\"text\/javascript\">\nvar date = new Date();\nvar hour = date.getHours();\nvar weekday = date.getDay();\nvar openDays = [3]\nvar openHours = [10,11,12,13,14]\nif (openDays.includes(weekday)){\n    if (! openHours.includes(hour)){\n         const buttons = document.getElementsByClassName(\"form-container-buttons\")[0];\n         buttons.style.display = 'none';\n    }\n} else {\n        const buttons = document.getElementsByClassName(\"form-container-buttons\")[0];\n        buttons.style.display = 'none';\n}\n<\/script>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1179,"featured_media":0,"parent":69,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","uwm_wg_additional_authors":[]},"class_list":["post-543","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Accessibility Resource Center<\/title>\n<meta name=\"description\" content=\"Assistive Technology may include software, notetaking tools, or other equipment used as part of or directly for accommodations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Assistive Technology\" \/>\n<meta property=\"og:description\" content=\"Assistive Technology may include software, notetaking tools, or other equipment used as part of or directly for accommodations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/\" \/>\n<meta property=\"og:site_name\" content=\"Accessibility Resource Center\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-07T19:12:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/accommodations-services\\\/assistive-technology\\\/\",\"url\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/accommodations-services\\\/assistive-technology\\\/\",\"name\":\"Assistive Technology - Accessibility Resource Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/#website\"},\"datePublished\":\"2022-08-24T14:57:13+00:00\",\"dateModified\":\"2024-06-07T19:12:48+00:00\",\"description\":\"Assistive Technology may include software, notetaking tools, or other equipment used as part of or directly for accommodations.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/accommodations-services\\\/assistive-technology\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/uwm.edu\\\/arc\\\/accommodations-services\\\/assistive-technology\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/accommodations-services\\\/assistive-technology\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Accommodations and Services\",\"item\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/accommodations-services\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Assistive Technology\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/#website\",\"url\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/\",\"name\":\"Accessibility Resource Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/#organization\",\"name\":\"University of Wisconsin - Milwaukee\",\"url\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"University of Wisconsin - Milwaukee\"},\"image\":{\"@id\":\"https:\\\/\\\/uwm.edu\\\/arc\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Accessibility Resource Center","description":"Assistive Technology may include software, notetaking tools, or other equipment used as part of or directly for accommodations.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/","og_locale":"en_US","og_type":"article","og_title":"Assistive Technology","og_description":"Assistive Technology may include software, notetaking tools, or other equipment used as part of or directly for accommodations.","og_url":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/","og_site_name":"Accessibility Resource Center","article_modified_time":"2024-06-07T19:12:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/","url":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/","name":"Assistive Technology - Accessibility Resource Center","isPartOf":{"@id":"https:\/\/uwm.edu\/arc\/#website"},"datePublished":"2022-08-24T14:57:13+00:00","dateModified":"2024-06-07T19:12:48+00:00","description":"Assistive Technology may include software, notetaking tools, or other equipment used as part of or directly for accommodations.","breadcrumb":{"@id":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/uwm.edu\/arc\/accommodations-services\/assistive-technology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/uwm.edu\/arc\/"},{"@type":"ListItem","position":2,"name":"Accommodations and Services","item":"https:\/\/uwm.edu\/arc\/accommodations-services\/"},{"@type":"ListItem","position":3,"name":"Assistive Technology"}]},{"@type":"WebSite","@id":"https:\/\/uwm.edu\/arc\/#website","url":"https:\/\/uwm.edu\/arc\/","name":"Accessibility Resource Center","description":"","publisher":{"@id":"https:\/\/uwm.edu\/arc\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/uwm.edu\/arc\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/uwm.edu\/arc\/#organization","name":"University of Wisconsin - Milwaukee","url":"https:\/\/uwm.edu\/arc\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/uwm.edu\/arc\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"University of Wisconsin - Milwaukee"},"image":{"@id":"https:\/\/uwm.edu\/arc\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/pages\/543","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/users\/1179"}],"replies":[{"embeddable":true,"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/comments?post=543"}],"version-history":[{"count":10,"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/pages\/543\/revisions"}],"predecessor-version":[{"id":3286,"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/pages\/543\/revisions\/3286"}],"up":[{"embeddable":true,"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/pages\/69"}],"wp:attachment":[{"href":"https:\/\/uwm.edu\/arc\/wp-json\/wp\/v2\/media?parent=543"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}