Jump to content

"Fast Five" Essentials to Preparing Materials: Difference between revisions

From Swarthmore Knowledge Base
No edit summary
Imported from Confluence
Line 9: Line 9:
== In-program Styles ==
== In-program Styles ==


Using appropriate headings in the appropriate order in your current program is necessary. They add structure and create consistency in documents and allow screen readers to easily—audibly—scan the information. Additionally, authors can easily create such things as a [https://support.microsoft.com/en-us/office/insert-a-table-of-contents-882e8564-0edb-435e-84b5-1d8552ccf0c0 Table of Contents] or [https://support.microsoft.com/en-us/office/use-the-navigation-pane-in-word-394787be-bca7-459b-894e-3f8511515e55 view an Outline].
Using appropriate headings in the appropriate order in your current program is necessary. They add structure and create consistency in documents and allow screen readers to easily—audibly—scan the information. Additionally, authors can easily create such things as a [https://support.microsoft.com/en-us/office/insert-a-table-of-contents-882e8564-0edb-435e-84b5-1d8552ccf0c0 Table of Contents] or [https://support.microsoft.com/en-us/office/use-the-navigation-pane-in-word-394787be-bca7-459b-894e-3f8511515e55 view an Outline].


{{Warning
{{Card|variant=warning|title=Warning|content='''Title or Subtitle'''
|body = '''Title or Subtitle'''
It is an '''''extremely''''' rare instance that you will use the style "Title" or "Subtitle" found in the Styles Gallery, Pane, or Pulldown. If you have questions, please reach out to [mailto:accessibility@swarthmore.edu accessibility@swarthmore.edu].
}}


{{ExpandStart
It is an '''''extremely '''''rare instance that you will use the style "Title" or "Subtitle" found in the Styles Gallery, Pane, or Pulldown. If you have questions, please reach out to [mailto:accessibility@swarthmore.edu accessibility@swarthmore.edu].}}
|title = Use in-program styles to create structure
|page = [[Creating PDFs]]
|addpanel = false
}}


<div class="mw-collapsible mw-collapsed">
'''Use in-program styles to create structure'''
<div class="mw-collapsible-content">
=== Apple ===
=== Apple ===


Line 31: Line 27:
=== Google ===
=== Google ===


* [https://support.google.com/docs/answer/116338?hl=en&ref_topic=1361461 Docs]
* [https://support.google.com/docs/answer/116338?hl=en-GB&ref_topic=1361461 Docs]
** Our KB article: [[ALLY:Google_Docs_Changing_The_Look_of_Headings_and_Paragraphs|Google Docs: Changing The Look of Headings and Paragraphs]]
** Our KB article: [[Google Docs: Changing The Look of Headings and Paragraphs|Google Docs: Changing The Look of Headings and Paragraphs]]
** Google's Support page: [https://support.google.com/docs/answer/116338?hl=en&ref_topic=1361461 Add a title, heading, or table of contents to a document]
** Google's Support page: [https://support.google.com/docs/answer/116338?hl=en&ref_topic=1361461 Add a title, heading, or table of contents to a document]
<!-- Unsupported Confluence macro: multiexcerpt-include-macro -->


* [https://support.google.com/docs/answer/46973?hl=en&ref_topic=1361470 Sheets]
* [https://support.google.com/docs/answer/46973?hl=en&ref_topic=1361470 Sheets]
Line 41: Line 39:
=== HTML ===
=== HTML ===


In '''HTML''', titles should exist within the <code><title></code> tag. There should only be one, and it should also be somehow related—and maybe even exactly the same—as the <code><h1></h1></code>. Use headings to establish structure.
In '''HTML''', titles should exist within the <code><title></code> tag. There should only be one, and it should also be somehow related—and maybe even exactly the same—as the <code><h1></code>. Use headings to establish structure.
 
https://swatkb.atlassian.net/wiki/spaces/SW/pages/edit-v2/20775084


=== LaTeX ===
=== LaTeX ===
Line 49: Line 49:
Styles that are important to structure in a LaTeX file are:
Styles that are important to structure in a LaTeX file are:


* Insert sections in document body: <code>\section{_}</code>, <code>\subsection{_}</code>, etc.
* Insert sections in document body:<code> \section{_}</code>, <code>\subsection{_}</code>, etc.
* Numbered lists in use: <code>\begin{enumerate} \item ... \end{enumerate}</code>
* Numbered lists in use: <code>\enumerate{_} \item \item ... \end{enumerate}</code>
* Bulleted list use: <code>\begin{itemize} \item ... \end{itemize}</code>
* Bulleted list use:<code> \itemize{_} \item \item ... \end{itemize}</code>


See also:
See also:
* [https://blogs.ed.ac.uk/isintern/2023/08/15/lewis-forbes-latex-and-accessibility/ Lewis Forbes – LaTeX and Accessibility | University of Edinburgh student intern blog]
* [https://blogs.ed.ac.uk/isintern/2023/08/15/lewis-forbes-latex-and-accessibility/ Lewis Forbes – LaTeX and Accessibility | University of Edinburgh student intern blog]
* [https://www.danwjoyce.com/data-blog/2018/2/20/latex-to-html-via-pandoc LaTeX to HTML via PANDOC | Dan W. Joyce]
* [https://www.google.com/url?q=https://www.danwjoyce.com/data-blog/2018/2/20/latex-to-html-via-pandoc&sa=D&source=calendar&ust=1713881518206800&usg=AOvVaw3YyfyXv14fDNBY0tO5Umux LaTeX to HTML via PANDOC | Dan W. Joyce]


=== Markdown ===
=== Markdown ===


In '''Markdown''', your title exists after a singular hashtag, <code># Title</code>. Hashtags give markdown structure. The relationship between Markdown and HTML shows us that <code><h1></h1></code> and <code><title></code> are often similar or the same.
In '''Markdown''', your title exists after a singular hashtag, <code># Title</code>. Hashtags give markdown structure. The relationship between Markdown and HTML shows us that <code><h1></code> and <code><title></code> are often the similar or the same.


* [https://www.smashingmagazine.com/2021/09/improving-accessibility-of-markdown/ Improving the accessibility of your markdown | Smashing Magazine]
* [https://www.smashingmagazine.com/2021/09/improving-accessibility-of-markdown/ Improving the accessibility of your markdown | Smashing Magazine]
* [https://bookdown.org/yihui/rmarkdown-cookbook/html-accessibility.html 7.14 Improve accessibility of HTML pages | R Markdown Cookbook]
* [https://bookdown.org/yihui/rmarkdown-cookbook/html-accessibility.html 7.14 Improve accessibility of HTML pages | R Markdown Cookbook]


{{Note
{{Card|variant=note|title=Note|content='''HTML, LaTeX, and Markdown to PDF'''
|body = '''HTML, LaTeX, and Markdown to PDF'''
 
It is not accessible to move .tex, .md, and .html files to PDF. If you give folks the source document, they can render or convert it to whatever preferred file extension they'd like to read from.
It is not accessible to move .tex, .mdz, and .html files to PDF. If you give folks the source document, they can render or convert it to whatever preferred file extension they'd like to read from.}}
}}


=== Microsoft ===
=== Microsoft ===
Line 74: Line 74:
* [https://support.microsoft.com/en-us/office/make-your-powerpoint-presentations-accessible-to-people-with-disabilities-6f7772b2-2f33-4bd2-8ca7-dae3b2b3ef25 PowerPoint]
* [https://support.microsoft.com/en-us/office/make-your-powerpoint-presentations-accessible-to-people-with-disabilities-6f7772b2-2f33-4bd2-8ca7-dae3b2b3ef25 PowerPoint]
* Word
* Word
** Our KB article: [[ALLY:Using_Word's_Style_Gallery_to_Create_Structure_in_Your_Document|Using Word's Style Gallery to Create Structure in Your Document]].
** Our KB article: [[Using Word's Style Gallery to Create Structure in Your Document|Using Word's Style Gallery to Create Structure in Your Document]].
** Microsoft's Support page: [https://support.microsoft.com/en-us/office/make-your-word-documents-accessible-to-people-with-disabilities-d9bf3683-87ac-47ea-b91a-78dcacb3c66d Make your Word documents accessible to people with disabilities].
** Microsoft's Support page: [https://support.microsoft.com/en-us/office/make-your-word-documents-accessible-to-people-with-disabilities-d9bf3683-87ac-47ea-b91a-78dcacb3c66d Make your Word documents accessible to people with disabilities].
** Our KB article: [[ALLY:Using_Word's_Properties_to_flow_into_a_more_accessible_PDF|Using Word's Properties to flow into a more accessible PDF]].
** Our KB article: [[Using Word's Properties to flow into a more accessible PDF|Using Word's Properties to flow into a more accessible PDF]].


=== Moodle ===
=== Moodle ===


==== Atto Editor ====
==== Atto Editor ====
* Swarthmore ITS Blog post: [https://blogs.swarthmore.edu/its/2022/06/02/atto-text-editor-moodle-accessibility-part-2/ Reach all users with Atto text editor in Moodle].
 
* Swarthmore ITS Blog post about using Atto for accessibility features: [https://blogs.swarthmore.edu/its/2022/06/02/atto-text-editor-moodle-accessibility-part-2/ Reach all users with Atto text editor in Moodle [Moodle accessibility, part 2]].
* Moodle's [https://docs.moodle.org/402/en/Atto_editor Atto Editor documentation].
* Moodle's [https://docs.moodle.org/402/en/Atto_editor Atto Editor documentation].


==== TinyMCE Editor ====
==== [https://docs.moodle.org/402/en/TinyMCE_editor TinyMCE Editor] ====
* [https://docs.moodle.org/402/en/TinyMCE_editor TinyMCE Editor Documentation]
</div>
</div>
 
{{Card|variant=warning|title=Warning|content='''Heading 1'''


{{ExpandEnd}}
You will only ever use Heading 1 or <code><h1></code> once in your materials.


{{Warning
|body = '''Heading 1'''
You will only ever use Heading 1 or <code><h1></h1></code> once in your materials.
* In Microsoft Office, Heading 1 will usually coincide with "Title" in the document’s metadata.
* In Microsoft Office, Heading 1 will usually coincide with "Title" in the document’s metadata.
* In HTML, <code><h1></h1></code> and <code><title></code> often have some kind of relationship.
* In HTML, <code><h1></code> and <code><title></code> often have some kind of relationship.
If you have questions, please reach out to [mailto:accessibility@swarthmore.edu accessibility@swarthmore.edu].
 
}}
If you have questions, please reach out to [mailto:accessibility@swarthmore.edu accessibility@swarthmore.edu].}}


[https://youtu.be/0xAv1l04aJI Screen Reader Demo With Headings [YouTube]]
[https://youtu.be/0xAv1l04aJI?si=zDevmiYLH1okRUaz Screen Reader Demo With Headings [YouTube]]


== Convey Meaning with Words ==
== Convey Meaning with Words ==


{{ExpandStart
<div class="mw-collapsible mw-collapsed">
|title = How to use words to convey meaning...
'''How to use words to convey meaning...'''
}}
<div class="mw-collapsible-content">
 
=== Links ===
=== Links ===


When providing a link somewhere within your text, be sure to provide context. Screen readers provide users the opportunity to scroll through links, so links such as "click here" and "more" do not make sense out of context.
When providing a link somewhere within your text, be sure to provide context. Screen readers provide users the opportunity to scroll through links, so links such as "click here" and "more" do not make sense to screen readers. You can see examples below:


* Deque University: [https://dequeuniversity.com/tips/link-text Use link text that makes sense when read out of context]
* Deque University accessibility tips article: [https://dequeuniversity.com/tips/link-text Use link text that makes sense when read out of context]
* WebAIM: [https://webaim.org/techniques/hypertext/link_text Links and Hypertext: Link Text and Appearance]
* WebAIM's article: [https://webaim.org/techniques/hypertext/link_text Links and Hypertext: Link Text and Appearance]


=== Color ===
=== Color ===


Color is not read aloud by screen readers, so consider calling attention to important text with words.
Sometimes the text needs to stand out. Ask a question as to how one might do that. Color is not read aloud, so consider also calling attention to important text with words. For instance:


* <span style="color:blue">'''Important:'''</span> Paper due on April 15th. All late papers will be deducted one grade per day late.
* '''''Important''''': Paper due on April 15th. All late papers will be deducted one grade per day late.
* <span style="color:brown">'''Note:'''</span> All applicants must sign on line 11 and line 15 in order to have their pay direct deposited.
* '''Note''': All applicants must sign on line 11 and line 15 in order to have their pay direct deposited.
* <span style="color:green">'''Urgent:'''</span> Pay attention to all directions before handing in this form.
* Urgent: Pay attention to all directions before handing in this form.


When using color, ensure high contrast. Use [https://webaim.org/resources/contrastchecker/ WebAIM's Contrast Checker] or [https://www.siegemedia.com/contrast-ratio Lea Verou's Contrast Ratio Checker].
When using color, always consider the contrast between the background and the text. Use [https://webaim.org/resources/contrastchecker/ WebAIM's Contrast Checker] or [https://www.siegemedia.com/contrast-ratio Lea Verou's Contrast Ratio Checker] to ensure all users who have sight can see the information.


=== Alt-Text, Captions, Image Descriptions, etc. ===
=== Alt-Text, Captions, Image Descriptions, etc. ===


Providing descriptive text is necessary for all users to understand the meaning of an image.
When someone is accessing material with a screen reader, they may not see an image. They will not know the content of an image unless there is some sort of descriptive text in the form of alternative text (commonly referred to as "alt-text"), a caption, an image description, or other form of text that their screen reader has access to. Providing this is necessary for all users to understand the meaning of the material and why an image is being included.


* [https://www.w3.org/WAI/tutorials/images/ W3C WAI Images Tutorial]
A best practice is to include a description somewhere in the text so that everyone can see it. This can be very difficult to do. Below are a few resources we have found to be useful:
* [https://webaim.org/techniques/images/ WebAIM: Accessible Images]
* [https://alt-text-as-poetry.net/ Alt Text as Poetry]
* [https://poet.diagramcenter.org/index.html Benetech's Poet Training Tool]


{{ExpandEnd}}
* The World Wide Web Consortium (W3C) [https://www.w3.org/WAI/tutorials/images/ Web Accessibility Initiative's (WAI) Images Tutorial] singles out informative images, decorative images, functional images, images of text, complex images like graphs and diagrams, groups of images, and image maps.
* WebAIM goes more in-depth about images in its [https://webaim.org/techniques/images/ Accessible Images article] but covers alt-text quite well in its [https://webaim.org/techniques/alttext/ Alternative Text article].
* Bojana Coklyat and Shannon Finnegan developed [https://alt-text-as-poetry.net/ Alt Text as Poetry], a website and workshop dedicated to helping everyone understand how important alt-text is and also how to develop it. [https://shannonfinnegan.com/alt-text-as-poetry From Shannon's website:]
 
<blockquote>
"This project reframes alt text as a type of poetry and creates opportunities to practice writing it."
</blockquote>
 
* Benetech's [https://poet.diagramcenter.org/index.html Diagram Center Poet Training Tool] teaches you when and how to describe images, and lets you practice.
</div>
</div>


== In-program Accessibility Checkers ==
== In-program Accessibility Checkers ==


{{ExpandStart
<div class="mw-collapsible mw-collapsed">
|title = Use in-program accessibility checkers to find and fix
'''Use in-program accessibility checkers to find and fix'''
}}
<div class="mw-collapsible-content">
=== [https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html Adobe Accessibility Checker] ===
 
See also:


=== Adobe Accessibility Checker ===
* [https://support.swarthmore.edu/a/solutions/articles/14000049660 Changing the title of an Adobe PDF | Swarthmore ITS Solutions]
* [https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html Adobe Help: Create and verify PDF accessibility]
* [https://support.swarthmore.edu/a/solutions/articles/14000046898 Changing the global language of an Adobe PDF | Swarthmore ITS Solutions]


=== Google ===
=== Google ===
[https://bit.ly/GoogleAccessibilityChecker Install and run Grackle] for Docs, Sheets, and Slides.
 
[https://bit.ly/GoogleAccessibilityChecker Install and run Grackle] for each program (Docs, Sheets, Slides, etc)


=== LibreOffice ===
=== LibreOffice ===
Go to '''Tools → Accessibility Check'''


=== Microsoft Office ===
'''Tools''' '''→ Accessibility Check'''
* [[ALLY:Use_Microsoft's_Accessibility_Checkers|Microsoft Office: How to use Accessibility Review]]
Go to '''Review → Check Accessibility'''


=== Moodle ===
=== [[Use Microsoft's Accessibility Checkers|Microsoft Office: How to use Accessibility Review KB article]] ===
 
'''Review''' '''→ Check Accessibility'''
 
=== '''Moodle''' ===
 
==== [https://docs.moodle.org/402/en/Atto_editor#Accessibility_checker '''Atto Editor'''] ====
 
# '''Expand '''the editor's menu by clicking the down arrow, which is the first button on the left-hand side and top row of the editor. A screen tip will indicate "Show/hide advanced buttons."
# '''Click on''' the first item in the sixth section, which looks like a stick figure of a person in a circle.


==== Atto Editor ====
[https://docs.moodle.org/402/en/TinyMCE_editor#Accessibility_checker '''TinyMCE Editor''']
# '''Expand''' the editor's menu (down arrow).
# '''Click on''' the "Accessibility checker" icon (stick figure in a circle).


==== TinyMCE Editor ====
Go to '''Tools → Accessibility Checker''' in the editor.
Go to '''Tools → Accessibility Checker''' in the editor.
 
</div>
{{ExpandEnd}}
</div>


== Captioning ==
== Captioning ==


{{ExpandStart
<div class="mw-collapsible mw-collapsed">
|title = Ensure all video has captions and transcripts; ensure all audio has transcripts
'''Ensure all video has captions and transcripts; ensure all audio has transcripts'''
}}
<div class="mw-collapsible-content">
 
=== [https://support.google.com/docs/answer/9109474?hl=en Google Slides] ===
=== [https://support.google.com/docs/answer/9109474?hl=en Google Slides] ===


=== [https://support.microsoft.com/en-au/office/present-with-real-time-automatic-captions-or-subtitles-in-powerpoint-68d20e49-aec3-456a-939d-34a79e8ddd5f Microsoft Office 365 PowerPoint] ===
=== [https://support.microsoft.com/en-au/office/present-with-real-time-automatic-captions-or-subtitles-in-powerpoint-68d20e49-aec3-456a-939d-34a79e8ddd5f Microsoft Office 365 PowerPoint] ===
Please see our article on [[Microsoft Office 365|installing and accessing Microsoft Office 365]] if you have questions about the program itself.


=== [[Auto Captioning Videos in Panopto|Panopto]] ===
=== [[Auto Captioning Videos in Panopto|Panopto]] ===


=== [[ALLY:Auto-Captioning_Video_in_YouTube|YouTube]] ===
=== [[Auto-Captioning Video in YouTube|YouTube]] ===


=== [[Automated Captioning in Zoom|Zoom]] ===
=== [[Automated Captioning in Zoom|Zoom]] ===
 
</div>
{{ExpandEnd}}
</div>


== Setting a Language ==
== Setting a Language ==


* MacOS: [https://support.apple.com/guide/mac-help/change-the-system-language-mh26684/mac Change system language]
Many programs in most operating systems (OS) follow the overall system settings for language. To view your system's settings:
* Windows: [https://support.microsoft.com/en-us/windows/manage-the-input-and-display-language-settings-in-windows-12a10cb4-8626-9b77-0ccb-5013e0c7c7a2 Manage language settings]


{{ExpandStart
* MacOS: [https://support.apple.com/guide/mac-help/change-the-system-language-mh26684/mac Change the language your Mac uses]
|title = Setting your document or content language
* Windows: [https://support.microsoft.com/en-us/windows/manage-the-input-and-display-language-settings-in-windows-12a10cb4-8626-9b77-0ccb-5013e0c7c7a2 Manage the input and display language settings in Windows]
}}


<div class="mw-collapsible mw-collapsed">
'''Setting your document or content language is an important indicator to all users'''
<div class="mw-collapsible-content">
=== Apple Pages ===
=== Apple Pages ===
# Go to '''File > Advanced > Language & Region'''.
 
# Choose the appropriate **Language** and **Region**.
# Choose '''File''' from the menu at the top of your screen.
# Select '''Advanced'''.
# Choose the''' Language & Region'''.
# In the dialog box that appears, first choose''' Language'''
#* '''Important Note: '''According to Apple support page on [https://support.apple.com/guide/pages/format-a-document-for-another-language-tan2a7f8e5ce/mac#:~:text=Change%20a%20document's%20language%20and%20formatting&text=Choose%20File%20%3E%20Advanced%20%3E%20Language%20%26,a%20language%20and%20a%20region. <u>Change a document’s language and formatting</u>], changing the language of a document may reset the language and region of your computer. However, we have not experienced this. If you do discover this has happened, go to:
#** System Settings,
#** Search for Language & Region,
#** Change to your preferred language,
#** and ensure it is set as the Primary.
# Next, choose''' Region'''.
# Choose''' Okay'''.


=== Adobe Acrobat ===
=== Adobe Acrobat ===
# Navigate to [https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html#fix_accessibility_issues Fix accessibility issues].
# Set the **Document Language** in the file properties.


=== Microsoft Office ===
# Navigate to [https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html#fix_accessibility_issues '''Fix accessibility issues (Acrobat Pro)''']
* [https://support.microsoft.com/en-us/office/add-an-editing-or-authoring-language-or-set-language-preferences-in-office-663d9d94-ca99-4a0d-973e-7c4a6b8a827d Add an editing or authoring language].
# Scroll down to '''Document Language '''or use '''Ctrl+f''' to find "Document Language."
# Follow the instructions to set document-wide language or the language of a part of a document, if it's different from the overall language of the document.
 
See also: [https://support.swarthmore.edu/a/solutions/articles/14000046898 Changing the global language of an Adobe PDF | Swarthmore ITS Solutions]


=== Google Docs ===
=== [https://support.microsoft.com/en-us/office/add-an-editing-or-authoring-language-or-set-language-preferences-in-office-663d9d94-ca99-4a0d-973e-7c4a6b8a827d Microsoft Office | Add an editing or authoring language or set language preferences in Office] ===
* [https://support.google.com/docs/answer/187189?hl=en Translate documents or write in a different language].
 
=== [https://support.google.com/docs/answer/187189?hl=en Google Docs | Translate documents or write in a different language] ===


=== HTML ===
=== HTML ===
* [https://www.w3.org/International/questions/qa-html-language-declarations Declaring language in HTML].


{{ExpandEnd}}
* The World Wide Web Consortium's (W3C) [https://www.w3.org/International/questions/qa-html-language-declarations Declaring language in HTML article].
* [https://www.w3schools.com/tags/ref_language_codes.asp W3Schools' Language Code Reference].
</div>
</div>


== Additional Resources ==
== Additional Resources ==


* [https://blogs.swarthmore.edu/its/2025/08/20/introducing-an-accessible-syllabus-template/ Accessible Syllabus Template]
* https://blogs.swarthmore.edu/its/2025/08/20/introducing-an-accessible-syllabus-template/
* [https://webaim.org/blog/word-and-powerpoint-alt-text-roundup/ WebAIM: Microsoft’s built-in alt text generator]
* [https://webaim.org/blog/word-and-powerpoint-alt-text-roundup/ WebAIM article on Microsoft’s built-in alt text generator]
* [https://www.swarthmore.edu/accessibility/general-course-material-guidelines General Course Material Guidelines for Faculty]
* [https://www.swarthmore.edu/accessibility/general-course-material-guidelines General Course Material Guidelines for Faculty] from [https://www.swarthmore.edu/accessibility Accessibility@Swarthmore].
* [[Accessibility File Scan]] tool for course materials.
* Google's [https://support.google.com/docs/answer/6199477?hl=en Make your document or presentation more accessible].
* [https://teachaccess.org/resources/creating-accessible-course-content/ Creating Accessible Course Content] from TeachAccess.
* Our [[Accessibility Filescan|Accessibility File Scan]] is a tool faculty, teaching and instructional staff, and anyone assisting in the preparation of course materials can utilize. These results are not currently viewable by students. This modal usually appears at the top right of every course page.
* [https://webaim.org/blog/webaim-million-2022/ WebAIM Million Report]
* [https://teachaccess.org/resources/creating-accessible-course-content/ Creating Accessible Course Content] from our partner, [https://teachaccess.org/ TeachAccess].
* [https://webaim.org/blog/webaim-million-2022/ WebAIM Million Report] documents the accessibility of websites over time.
 


[[Category:Accessibility]]
[[Category:Accessibility]]
[[Category:Google]]
 
[[Category:Microsoft]]
 
[[Category:Pdf]]
<!-- Imported from Confluence page id=20382112 (https://swatkb.atlassian.net/wiki/spaces/ALLY/pages/20382112/Fast+Five+Essentials+to+Preparing+Materials) -->
[[Category:Captions]]
[[Category:Panopto]]
[[Category:Youtube]]
[[Category:Zoom]]

Revision as of 21:07, 8 May 2026

Most employees and students can take advantage of these tools in order to create materials for all constituents—employees, alumni, and students—to work and learn with confidence.

Table of Contents

Select the link to be taken directly to that section of the article.

In-program Styles

Using appropriate headings in the appropriate order in your current program is necessary. They add structure and create consistency in documents and allow screen readers to easily—audibly—scan the information. Additionally, authors can easily create such things as a Table of Contents or view an Outline.


Use in-program styles to create structure

Apple

Google


HTML

In HTML, titles should exist within the <title> tag. There should only be one, and it should also be somehow related—and maybe even exactly the same—as the

. Use headings to establish structure. https://swatkb.atlassian.net/wiki/spaces/SW/pages/edit-v2/20775084

LaTeX

In LaTeX, title is again metadata. Insert the title in the preamble metadata: \title{_}.

Styles that are important to structure in a LaTeX file are:

  • Insert sections in document body: \section{_}, \subsection{_}, etc.
  • Numbered lists in use: \enumerate{_} \item \item ... \end{enumerate}
  • Bulleted list use: \itemize{_} \item \item ... \end{itemize}

See also:

Markdown

In Markdown, your title exists after a singular hashtag, # Title. Hashtags give markdown structure. The relationship between Markdown and HTML shows us that

and <title> are often the similar or the same.

Microsoft

Moodle

Atto Editor

TinyMCE Editor


Screen Reader Demo With Headings [YouTube]

Convey Meaning with Words

How to use words to convey meaning...

Links

When providing a link somewhere within your text, be sure to provide context. Screen readers provide users the opportunity to scroll through links, so links such as "click here" and "more" do not make sense to screen readers. You can see examples below:

Color

Sometimes the text needs to stand out. Ask a question as to how one might do that. Color is not read aloud, so consider also calling attention to important text with words. For instance:

  • Important: Paper due on April 15th. All late papers will be deducted one grade per day late.
  • Note: All applicants must sign on line 11 and line 15 in order to have their pay direct deposited.
  • Urgent: Pay attention to all directions before handing in this form.

When using color, always consider the contrast between the background and the text. Use WebAIM's Contrast Checker or Lea Verou's Contrast Ratio Checker to ensure all users who have sight can see the information.

Alt-Text, Captions, Image Descriptions, etc.

When someone is accessing material with a screen reader, they may not see an image. They will not know the content of an image unless there is some sort of descriptive text in the form of alternative text (commonly referred to as "alt-text"), a caption, an image description, or other form of text that their screen reader has access to. Providing this is necessary for all users to understand the meaning of the material and why an image is being included.

A best practice is to include a description somewhere in the text so that everyone can see it. This can be very difficult to do. Below are a few resources we have found to be useful:

"This project reframes alt text as a type of poetry and creates opportunities to practice writing it."

In-program Accessibility Checkers

Use in-program accessibility checkers to find and fix

Adobe Accessibility Checker

See also:

Google

Install and run Grackle for each program (Docs, Sheets, Slides, etc)

LibreOffice

Tools → Accessibility Check

Microsoft Office: How to use Accessibility Review KB article

Review → Check Accessibility

Moodle

Atto Editor

  1. Expand the editor's menu by clicking the down arrow, which is the first button on the left-hand side and top row of the editor. A screen tip will indicate "Show/hide advanced buttons."
  2. Click on the first item in the sixth section, which looks like a stick figure of a person in a circle.

TinyMCE Editor

Go to Tools → Accessibility Checker in the editor.

Captioning

Ensure all video has captions and transcripts; ensure all audio has transcripts

Google Slides

Microsoft Office 365 PowerPoint

Please see our article on installing and accessing Microsoft Office 365 if you have questions about the program itself.

Panopto

YouTube

Zoom

Setting a Language

Many programs in most operating systems (OS) follow the overall system settings for language. To view your system's settings:

Setting your document or content language is an important indicator to all users

Apple Pages

  1. Choose File from the menu at the top of your screen.
  2. Select Advanced.
  3. Choose the Language & Region.
  4. In the dialog box that appears, first choose Language
    • Important Note: According to Apple support page on Change a document’s language and formatting, changing the language of a document may reset the language and region of your computer. However, we have not experienced this. If you do discover this has happened, go to:
      • System Settings,
      • Search for Language & Region,
      • Change to your preferred language,
      • and ensure it is set as the Primary.
  5. Next, choose Region.
  6. Choose Okay.

Adobe Acrobat

  1. Navigate to Fix accessibility issues (Acrobat Pro)
  2. Scroll down to Document Language or use Ctrl+f to find "Document Language."
  3. Follow the instructions to set document-wide language or the language of a part of a document, if it's different from the overall language of the document.

See also: Changing the global language of an Adobe PDF | Swarthmore ITS Solutions

Microsoft Office | Add an editing or authoring language or set language preferences in Office

Google Docs | Translate documents or write in a different language

HTML

Additional Resources