Learning Objectives
Understand STEM-specific accessibility requirements and implementation strategies
Target Audience
STEM instructors, course designers, and educational technology specialists
Success Metrics
Measurable improvements in accessibility compliance and student engagement
Common STEM Accessibility Challenges
Identify and address the most frequent accessibility barriers in STEM education across different content types.
Mathematical Content
Common Challenges
- Complex equations that require screen reader compatibility
- Whiteboard or screen-based problem solving sessions
- Handwritten mathematical work and note-taking
- Greek letters and mathematical symbols
- Multi-level subscripts and superscripts
- Matrix and vector notation
Recommended Solutions
- Use MathML or LaTeX with proper rendering tools
- Provide verbal descriptions during whiteboard sessions
- Offer digital alternatives to handwritten work
- Record step-by-step audio explanations
- Implement keyboard navigation for interactive equations
- Use semantic markup for mathematical structures
Data Visualizations
Common Challenges
- Charts and graphs that rely solely on color
- Complex multi-dimensional data displays
- Interactive data exploration tools
- Real-time data updates
Recommended Solutions
- Add patterns and textures to differentiate data
- Provide detailed alt text and data tables
- Implement keyboard controls for interaction
- Use ARIA live regions for dynamic updates
Scientific Diagrams
Common Challenges
- Detailed anatomical or molecular structures
- Images that can't reveal answers in alt text
- Process flowcharts and cycles
- Layered or 3D representations
- Interactive simulations
Recommended Solutions
- Create non-revealing descriptive alt text focused on structure
- Provide separate detailed descriptions for study purposes
- Use progressive disclosure for complex diagrams
- Offer tactile graphics or 3D models when possible
- Implement audio descriptions for animations
Laboratory Content
Common Challenges
- Safety procedures and protocols
- Equipment operation instructions
- Measurement and observation recording
- Virtual lab environments
Recommended Solutions
- Create detailed procedural documentation
- Use clear, sequential instruction formats
- Provide alternative data collection methods
- Ensure virtual labs are keyboard accessible
Good vs Bad Accessibility Examples
Real-world examples showing the difference between accessible and inaccessible STEM content.
Whiteboard & Screen-Based Teaching
Bad Example
Scenario: Teacher solves calculus problem silently on whiteboard
- โข No verbal explanation of steps
- โข Writes symbols without saying them
- โข No description of visual layout
- โข Students can't follow along aurally
Good Example
Scenario: Teacher narrates while solving problem
- โข "I'm writing the integral of x squared"
- โข "Moving to the right side of the equation"
- โข Provides digital copy of work afterward
- โข Records session for review
Scientific Images & Diagrams
Bad Example - Anatomy Quiz
Alt text: "Heart diagram showing the left ventricle, right atrium, aorta, and pulmonary arteries"
โ Gives away all the answers to students using screen readers
Good Example - Anatomy Quiz
Alt text: "Anatomical diagram of human heart with 4 labeled structures to identify"
Separate study resource: Detailed description available after quiz completion
โ Maintains quiz integrity while providing accessibility
Handwritten Mathematical Work
Bad Example
- โข Requires all work to be handwritten
- โข No alternative input methods
- โข Scanned handwriting without text alternative
- โข No accommodation for motor disabilities
Good Example
- โข Accepts LaTeX or MathML input
- โข Provides equation editor tools
- โข Allows voice-to-text for explanations
- โข Offers multiple submission formats
Scientific Data Visualization
Bad Example
Alt text: "Graph"
- โข Uses only color to differentiate data
- โข No data table alternative
- โข Missing axis labels and units
- โข No trend description
Good Example
Alt text: "pH levels over time showing acidification trend from 8.2 to 7.8 over 50 years"
- โข Uses patterns + color for differentiation
- โข Includes accessible data table
- โข Clear axis labels with units
- โข Describes key trends and insights
Mathematical Content Accessibility
Best practices for making mathematical equations, formulas, and notation accessible to all students.
Mathematical Notation Guidelines
Critical Requirements
- Use MathML or LaTeX for screen reader compatibility
- Provide text descriptions of mathematical relationships
- Narrate all whiteboard or screen-based work aloud
- Offer digital alternatives to handwritten assignments
- Use semantic markup for mathematical structures
- Ensure keyboard navigation for interactive content
Whiteboard Accessibility
- Verbalize every symbol, operation, and step
- Describe spatial relationships and positioning
- Provide digital copies of all written work
- Record sessions for later review
Recommended Tools
MathJax
Render mathematical notation in web browsers using LaTeX, MathML, and AsciiMath
Visit ToolData Visualization Accessibility
Making charts, graphs, and data visualizations accessible while maintaining their analytical value.
Best Practice Guidelines
Recommended Practices
- Provide alternative text that describes the chart type, data trends, and key insights
- Use patterns, textures, or shapes in addition to color to differentiate data series
- Include data tables as alternatives to complex visualizations
- Ensure sufficient color contrast (4.5:1 ratio) for all chart elements
- Provide sonification options for data exploration when possible
Implementation Example
<div role="img" aria-labelledby="chart-title" aria-describedby="chart-desc">
<h3 id="chart-title">Sales Growth 2023</h3>
<p id="chart-desc">
Bar chart showing quarterly sales growth from Q1 to Q4,
with values increasing from $10K to $25K
</p>
<!-- Chart visualization -->
<table aria-label="Sales data table">
<!-- Accessible data table -->
</table>
</div>STEM Accessibility Tools & Resources
Curated collection of tools, software, and resources specifically for STEM accessibility.
Data Visualization
Assistive Technology
STEM Accessibility Quick Reference
Your one-page cheat sheet for making STEM content accessible. Start with these top actions this week!
Top 5 Actions (Start This Week!)
- 1.
๐ Transcribe handwritten notes with AI (Gemini or Copilot) - 2 minutes
- 2.
๐งฎ Use Canvas equation editor for all math content - No more screenshots!
- 3.
๐ผ๏ธ Add alt text to quiz images - Describe features, not answers
- 4.
๐ Never "Print to PDF" - Always "Save As PDF" with structure tags
- 5.
๐ Run UDOIT scan - See where your course stands
๐ผ๏ธ Alt Text Rules - ACORN Framework
- Accurate - Factually correct
- Concise - Brief but complete
- Objective - Describe, don't interpret
- Relevant - Context-appropriate
- Necessary - Skip decorative images
For Quizzes:
โ "Heart diagram with A=left ventricle, B=right atrium"
โ "Heart diagram with five parts labeled A through E"
๐ PDF Checklist
โ DO:
- โข Start with Word/Google Docs
- โข File โ Save As โ PDF
- โข Check "Document structure tags"
- โข Test with screen reader
โ DON'T:
- โข Use "Print to PDF" (strips accessibility!)
- โข Scan without OCR
- โข Post image-only PDFs
Fix Scanned PDFs:
Use UDOIT Advantage OCR or recreate from source
Math Accessibility
Canvas Equation Editor:
- Open Rich Content Editor
- Insert โ Equation
- Type LaTeX OR use visual tools
- Test with screen reader
Example LaTeX:
- โข Fraction:
\frac{numerator}{denominator} - โข Square root:
\sqrt{x} - โข Exponent:
x^2
โ๏ธ Accessible Emails
Three Rules:
- Use real headings (Heading 2 for sections, not just bold)
- Descriptive links ("Download Lab 3 PDF" not "click here")
- Alt text for embedded images
๐ ๏ธ Your Toolkit
Already Have:
- โข UDOIT Advantage (Canvas scanner)
- โข DesignPlus Accessibility Checker
- โข Canvas Accessibility Checker
- โข Grackle Docs (Google Workspace)
Free Tools:
Before You Publish Checklist
"Accessible content isn't extra workโit's better work."
Progress > Perfection
Start with ONE practice this week. Build the habit.
AI Prompts for STEM Accessibility
Ready-to-use AI prompts for making STEM content accessible. All prompts work with Gemini and Microsoft Copilot.
๐ค Quick AI Prompts
Handwritten Notes โ Text
Transcribe this handwritten text into clean, formatted text. Preserve the structure and organization.
Math Equation โ LaTeX
Convert this equation image into LaTeX code for Canvas. Ensure all mathematical notation is preserved accurately.
Image โ Alt Text (Quiz)
Create alt text for this image. Describe visual features without revealing what students should identify. This is for an assessment.
Lab Equipment โ Alt Text
Create concise alt text for this lab equipment image. Be objective and under 150 characters if possible.
๐ Transcribing Handwritten Notes
Basic Transcription
Use when: Lecture notes, annotations, or lab procedures
Transcribe this handwritten text into clean, formatted text. Preserve the structure and organization of the notes.
๐ก Take photos in good lighting, ensure text is legible
Handwritten Math Problems
Use when: Converting handwritten equations to digital
Transcribe this handwritten math problem into LaTeX format that I can paste into Canvas. Include all steps shown in the work.
Next: Copy LaTeX into Canvas equation editor
Handwritten Diagrams
Use when: Sketches with annotations need description
Describe this handwritten diagram in detail, including all labels and annotations. Format the description so it can serve as alt text for students using screen readers.
Math & Equations
Generate LaTeX from Description
Use when: You know what equation you need
Generate LaTeX code for [describe your equation]. Make it compatible with Canvas equation editor.
Examples: "quadratic formula", "integral of x squared from 0 to 5"
Convert Image to LaTeX
Use when: Screenshot or photo of equation
Convert this equation image into LaTeX code that I can use in Canvas. Ensure all mathematical notation is preserved accurately.
โ ๏ธ Always paste into Canvas and preview before publishing
Multi-line Equations
Use when: Multi-step solutions
Convert this multi-step math problem into properly formatted LaTeX with aligned equals signs. Use the align environment if needed.
๐ผ๏ธ Image Alt Text Generation
Science Image Alt Text
Use when: Lab equipment, experiments, scientific photos
Create concise alt text for this science image. Describe what is visible without interpreting or explaining the scientific concept. Keep it objective and under 150 characters if possible.
โ ๏ธ Review output to ensure it doesn't give away quiz answers!
Anatomy/Medical Diagrams
Use when: Medical or anatomical images
Create alt text for this anatomy diagram. Describe the visible structures, labels, and layout without naming specific body parts by their labels (A, B, C, etc.). This is for a quiz where students must identify structures.
Graph/Chart Alt Text (Quiz)
Use when: Assessment graphs
Create alt text for this graph that describes its visual features without revealing the answer. Describe axes, scales, line types, and general patterns without stating conclusions or specific intersection points.
Graph/Chart Alt Text (Instruction)
Use when: Instructional data visualizations
Create detailed alt text for this graph. Describe the type of graph, axes labels, data trends, and key points. This is for instructional purposes, so include the main findings.
๐ Extended Descriptions
Complex Lab Setup
Use when: Image too complex for short alt text
Create a detailed extended description for this complex lab setup. First, provide a one-sentence summary suitable for alt text. Then, provide a comprehensive description (3-5 paragraphs) covering all equipment, connections, labels, and visible details in systematic order.
๐ก Use summary as alt text, put full description after image
Complex Data Visualization
Use when: Multiple data series or complex trends
Create an extended description for this complex data visualization. Include: 1. Brief alt text describing chart type and purpose 2. Detailed description of all data series, trends, outliers, and key findings 3. Format as structured text that could be read sequentially
Engineering Diagrams
Use when: Circuit diagrams, blueprints, schematics
Create alt text for this engineering diagram. Describe the components, connections, and layout objectively. Use technical terms appropriate for an engineering student.
๐ Assessment & Communication
Accessible Quiz Question from Image
Use when: Converting image-only quiz content
This quiz question is currently entirely in an image. Help me make it accessible by: 1. Extracting all text and equations into a format I can paste into Canvas 2. Creating appropriate alt text for any remaining visual elements 3. Ensuring the question is equally accessible to all students
Accessible Canvas Announcement
Use when: Drafting course announcements
Help me make this Canvas announcement more accessible. Please: 1. Add proper heading structure (use "Heading 2" for sections) 2. Make link text descriptive (not "click here") 3. Organize information with bullet points where appropriate 4. Ensure language is clear and concise. Here's my draft: [paste draft]
Check Alt Text Quality
Use when: Verifying alt text you've written
Review this alt text for accessibility quality: "[your alt text]". Evaluate: 1. Is it accurate and objective? 2. Is it concise (under 150 characters if possible)? 3. Does it convey essential information? 4. Does it avoid giving away quiz answers? 5. Is it appropriate for context?
๐ก Tips & Troubleshooting
DO:
- โ Review all AI output for accuracy
- โ Test LaTeX code in Canvas before publishing
- โ Verify alt text doesn't reveal quiz answers
- โ Use high-quality, clear images for best results
- โ Combine AI output with your subject expertise
DON'T:
- โ Copy-paste without reviewing
- โ Use AI for content involving student privacy/FERPA
- โ Rely on AI for technical accuracy without verification
- โ Skip manual accessibility checks
Common Issues & Solutions:
Issue: Alt text is too detailed
Add: "Keep description under 150 characters"
Issue: LaTeX doesn't work in Canvas
Specify: "Make it compatible with Canvas equation editor"
Issue: Alt text reveals quiz answer
Add: "This is for an assessment. Describe without revealing answers"
Issue: AI misinterprets handwriting
Improve photo quality, break into smaller sections, provide context
Access AI Tools
Start with our comprehensive checklist and begin making your STEM content accessible to all students.
- Common Challenges
-
Common STEM Accessibility Challenges
Identify and address the most frequent accessibility barriers in STEM education across different content types.
Mathematical Content
Common Challenges
- Complex equations that require screen reader compatibility
- Whiteboard or screen-based problem solving sessions
- Handwritten mathematical work and note-taking
- Greek letters and mathematical symbols
- Multi-level subscripts and superscripts
- Matrix and vector notation
Recommended Solutions
- Use MathML or LaTeX with proper rendering tools
- Provide verbal descriptions during whiteboard sessions
- Offer digital alternatives to handwritten work
- Record step-by-step audio explanations
- Implement keyboard navigation for interactive equations
- Use semantic markup for mathematical structures
Data Visualizations
Common Challenges
- Charts and graphs that rely solely on color
- Complex multi-dimensional data displays
- Interactive data exploration tools
- Real-time data updates
Recommended Solutions
- Add patterns and textures to differentiate data
- Provide detailed alt text and data tables
- Implement keyboard controls for interaction
- Use ARIA live regions for dynamic updates
Scientific Diagrams
Common Challenges
- Detailed anatomical or molecular structures
- Images that can't reveal answers in alt text
- Process flowcharts and cycles
- Layered or 3D representations
- Interactive simulations
Recommended Solutions
- Create non-revealing descriptive alt text focused on structure
- Provide separate detailed descriptions for study purposes
- Use progressive disclosure for complex diagrams
- Offer tactile graphics or 3D models when possible
- Implement audio descriptions for animations
Laboratory Content
Common Challenges
- Safety procedures and protocols
- Equipment operation instructions
- Measurement and observation recording
- Virtual lab environments
Recommended Solutions
- Create detailed procedural documentation
- Use clear, sequential instruction formats
- Provide alternative data collection methods
- Ensure virtual labs are keyboard accessible
- Good vs Bad Examples
-
Good vs Bad Accessibility Examples
Real-world examples showing the difference between accessible and inaccessible STEM content.
Whiteboard & Screen-Based Teaching
Bad Example
Scenario: Teacher solves calculus problem silently on whiteboard
- โข No verbal explanation of steps
- โข Writes symbols without saying them
- โข No description of visual layout
- โข Students can't follow along aurally
Good Example
Scenario: Teacher narrates while solving problem
- โข "I'm writing the integral of x squared"
- โข "Moving to the right side of the equation"
- โข Provides digital copy of work afterward
- โข Records session for review
Scientific Images & Diagrams
Bad Example - Anatomy Quiz
Alt text: "Heart diagram showing the left ventricle, right atrium, aorta, and pulmonary arteries"
โ Gives away all the answers to students using screen readers
Good Example - Anatomy Quiz
Alt text: "Anatomical diagram of human heart with 4 labeled structures to identify"
Separate study resource: Detailed description available after quiz completion
โ Maintains quiz integrity while providing accessibility
Handwritten Mathematical Work
Bad Example
- โข Requires all work to be handwritten
- โข No alternative input methods
- โข Scanned handwriting without text alternative
- โข No accommodation for motor disabilities
Good Example
- โข Accepts LaTeX or MathML input
- โข Provides equation editor tools
- โข Allows voice-to-text for explanations
- โข Offers multiple submission formats
Scientific Data Visualization
Bad Example
Alt text: "Graph"
- โข Uses only color to differentiate data
- โข No data table alternative
- โข Missing axis labels and units
- โข No trend description
Good Example
Alt text: "pH levels over time showing acidification trend from 8.2 to 7.8 over 50 years"
- โข Uses patterns + color for differentiation
- โข Includes accessible data table
- โข Clear axis labels with units
- โข Describes key trends and insights
- Math Content
-
Mathematical Content Accessibility
Best practices for making mathematical equations, formulas, and notation accessible to all students.
Mathematical Notation Guidelines
Critical Requirements
- Use MathML or LaTeX for screen reader compatibility
- Provide text descriptions of mathematical relationships
- Narrate all whiteboard or screen-based work aloud
- Offer digital alternatives to handwritten assignments
- Use semantic markup for mathematical structures
- Ensure keyboard navigation for interactive content
Whiteboard Accessibility
- Verbalize every symbol, operation, and step
- Describe spatial relationships and positioning
- Provide digital copies of all written work
- Record sessions for later review
Recommended Tools
MathJax
JavaScript LibraryRender mathematical notation in web browsers using LaTeX, MathML, and AsciiMath
Visit Tool - Data Visualization
-
Data Visualization Accessibility
Making charts, graphs, and data visualizations accessible while maintaining their analytical value.
Best Practice Guidelines
Recommended Practices
- Provide alternative text that describes the chart type, data trends, and key insights
- Use patterns, textures, or shapes in addition to color to differentiate data series
- Include data tables as alternatives to complex visualizations
- Ensure sufficient color contrast (4.5:1 ratio) for all chart elements
- Provide sonification options for data exploration when possible
Implementation Example
<div role="img" aria-labelledby="chart-title" aria-describedby="chart-desc"> <h3 id="chart-title">Sales Growth 2023</h3> <p id="chart-desc"> Bar chart showing quarterly sales growth from Q1 to Q4, with values increasing from $10K to $25K </p> <!-- Chart visualization --> <table aria-label="Sales data table"> <!-- Accessible data table --> </table> </div> - Tools & Resources
-
STEM Accessibility Tools & Resources
Curated collection of tools, software, and resources specifically for STEM accessibility.
Data Visualization
Assistive Technology
- Quick Reference
-
STEM Accessibility Quick Reference
Your one-page cheat sheet for making STEM content accessible. Start with these top actions this week!
Top 5 Actions (Start This Week!)
- 1.
๐ Transcribe handwritten notes with AI (Gemini or Copilot) - 2 minutes
- 2.
๐งฎ Use Canvas equation editor for all math content - No more screenshots!
- 3.
๐ผ๏ธ Add alt text to quiz images - Describe features, not answers
- 4.
๐ Never "Print to PDF" - Always "Save As PDF" with structure tags
- 5.
๐ Run UDOIT scan - See where your course stands
๐ผ๏ธ Alt Text Rules - ACORN Framework
- Accurate - Factually correct
- Concise - Brief but complete
- Objective - Describe, don't interpret
- Relevant - Context-appropriate
- Necessary - Skip decorative images
For Quizzes:
โ "Heart diagram with A=left ventricle, B=right atrium"
โ "Heart diagram with five parts labeled A through E"
๐ PDF Checklist
โ DO:
- โข Start with Word/Google Docs
- โข File โ Save As โ PDF
- โข Check "Document structure tags"
- โข Test with screen reader
โ DON'T:
- โข Use "Print to PDF" (strips accessibility!)
- โข Scan without OCR
- โข Post image-only PDFs
Fix Scanned PDFs:
Use UDOIT Advantage OCR or recreate from source
Math Accessibility
Canvas Equation Editor:
- Open Rich Content Editor
- Insert โ Equation
- Type LaTeX OR use visual tools
- Test with screen reader
Example LaTeX:
- โข Fraction:
\frac{numerator}{denominator} - โข Square root:
\sqrt{x} - โข Exponent:
x^2
Ask AI to generate LaTeX, then paste into Canvas!โ๏ธ Accessible Emails
Three Rules:
- Use real headings (Heading 2 for sections, not just bold)
- Descriptive links ("Download Lab 3 PDF" not "click here")
- Alt text for embedded images
Canvas Announcements = Emails. Format them accessibly!๐ ๏ธ Your Toolkit
Already Have:
- โข UDOIT Advantage (Canvas scanner)
- โข DesignPlus Accessibility Checker
- โข Canvas Accessibility Checker
- โข Grackle Docs (Google Workspace)
Free Tools:
Before You Publish Checklist
All images have alt text (descriptive, not generic)Math equations use Canvas editor (not images)PDFs created with "Save As" + structure tagsLinks are descriptive (not "click here")Headings used for structure (not just bold)Videos have accurate captionsColor isn't the only way to convey infoRan UDOIT scan recently"Accessible content isn't extra workโit's better work."
Progress > Perfection
Start with ONE practice this week. Build the habit.
- 1.
- AI Prompts
-
AI Prompts for STEM Accessibility
Ready-to-use AI prompts for making STEM content accessible. All prompts work with Gemini and Microsoft Copilot.
Best Practices: Always review AI output for accuracy โข Test complex outputs before posting โข Use clear, high-quality images โข Refine prompts based on your needs๐ค Quick AI Prompts
Handwritten Notes โ Text
Transcribe this handwritten text into clean, formatted text. Preserve the structure and organization.Math Equation โ LaTeX
Convert this equation image into LaTeX code for Canvas. Ensure all mathematical notation is preserved accurately.Image โ Alt Text (Quiz)
Create alt text for this image. Describe visual features without revealing what students should identify. This is for an assessment.Lab Equipment โ Alt Text
Create concise alt text for this lab equipment image. Be objective and under 150 characters if possible.๐ Transcribing Handwritten Notes
Basic Transcription
Use when: Lecture notes, annotations, or lab procedures
Transcribe this handwritten text into clean, formatted text. Preserve the structure and organization of the notes.๐ก Take photos in good lighting, ensure text is legible
Handwritten Math Problems
Use when: Converting handwritten equations to digital
Transcribe this handwritten math problem into LaTeX format that I can paste into Canvas. Include all steps shown in the work.Next: Copy LaTeX into Canvas equation editor
Handwritten Diagrams
Use when: Sketches with annotations need description
Describe this handwritten diagram in detail, including all labels and annotations. Format the description so it can serve as alt text for students using screen readers.Math & Equations
Generate LaTeX from Description
Use when: You know what equation you need
Generate LaTeX code for [describe your equation]. Make it compatible with Canvas equation editor.Examples: "quadratic formula", "integral of x squared from 0 to 5"
Convert Image to LaTeX
Use when: Screenshot or photo of equation
Convert this equation image into LaTeX code that I can use in Canvas. Ensure all mathematical notation is preserved accurately.โ ๏ธ Always paste into Canvas and preview before publishing
Multi-line Equations
Use when: Multi-step solutions
Convert this multi-step math problem into properly formatted LaTeX with aligned equals signs. Use the align environment if needed.๐ผ๏ธ Image Alt Text Generation
Science Image Alt Text
Use when: Lab equipment, experiments, scientific photos
Create concise alt text for this science image. Describe what is visible without interpreting or explaining the scientific concept. Keep it objective and under 150 characters if possible.โ ๏ธ Review output to ensure it doesn't give away quiz answers!
Anatomy/Medical Diagrams
Use when: Medical or anatomical images
Create alt text for this anatomy diagram. Describe the visible structures, labels, and layout without naming specific body parts by their labels (A, B, C, etc.). This is for a quiz where students must identify structures.Graph/Chart Alt Text (Quiz)
Use when: Assessment graphs
Create alt text for this graph that describes its visual features without revealing the answer. Describe axes, scales, line types, and general patterns without stating conclusions or specific intersection points.Graph/Chart Alt Text (Instruction)
Use when: Instructional data visualizations
Create detailed alt text for this graph. Describe the type of graph, axes labels, data trends, and key points. This is for instructional purposes, so include the main findings.๐ Extended Descriptions
Complex Lab Setup
Use when: Image too complex for short alt text
Create a detailed extended description for this complex lab setup. First, provide a one-sentence summary suitable for alt text. Then, provide a comprehensive description (3-5 paragraphs) covering all equipment, connections, labels, and visible details in systematic order.๐ก Use summary as alt text, put full description after image
Complex Data Visualization
Use when: Multiple data series or complex trends
Create an extended description for this complex data visualization. Include: 1. Brief alt text describing chart type and purpose 2. Detailed description of all data series, trends, outliers, and key findings 3. Format as structured text that could be read sequentiallyEngineering Diagrams
Use when: Circuit diagrams, blueprints, schematics
Create alt text for this engineering diagram. Describe the components, connections, and layout objectively. Use technical terms appropriate for an engineering student.๐ Assessment & Communication
Accessible Quiz Question from Image
Use when: Converting image-only quiz content
This quiz question is currently entirely in an image. Help me make it accessible by: 1. Extracting all text and equations into a format I can paste into Canvas 2. Creating appropriate alt text for any remaining visual elements 3. Ensuring the question is equally accessible to all studentsAccessible Canvas Announcement
Use when: Drafting course announcements
Help me make this Canvas announcement more accessible. Please: 1. Add proper heading structure (use "Heading 2" for sections) 2. Make link text descriptive (not "click here") 3. Organize information with bullet points where appropriate 4. Ensure language is clear and concise. Here's my draft: [paste draft]Check Alt Text Quality
Use when: Verifying alt text you've written
Review this alt text for accessibility quality: "[your alt text]". Evaluate: 1. Is it accurate and objective? 2. Is it concise (under 150 characters if possible)? 3. Does it convey essential information? 4. Does it avoid giving away quiz answers? 5. Is it appropriate for context?๐ก Tips & Troubleshooting
DO:
- โ Review all AI output for accuracy
- โ Test LaTeX code in Canvas before publishing
- โ Verify alt text doesn't reveal quiz answers
- โ Use high-quality, clear images for best results
- โ Combine AI output with your subject expertise
DON'T:
- โ Copy-paste without reviewing
- โ Use AI for content involving student privacy/FERPA
- โ Rely on AI for technical accuracy without verification
- โ Skip manual accessibility checks
Common Issues & Solutions:
Issue: Alt text is too detailed
Add: "Keep description under 150 characters"
Issue: LaTeX doesn't work in Canvas
Specify: "Make it compatible with Canvas equation editor"
Issue: Alt text reveals quiz answer
Add: "This is for an assessment. Describe without revealing answers"
Issue: AI misinterprets handwriting
Improve photo quality, break into smaller sections, provide context
Access AI Tools
Start with our comprehensive checklist and begin making your STEM content accessible to all students.
Ready to Implement STEM Accessibility?
Start with our comprehensive checklist and begin making your STEM content accessible to all students.