Last modified by Carina Enke on 20.02.2026

From version 18.1
edited by Carina Enke
on 20.02.2026
Change comment: There is no comment for this version
To version 19.1
edited by Carina Enke
on 20.02.2026
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,14 +36,19 @@
36 36  
37 37  == Course-related accessibility statement ==
38 38  
39 -Public bodies, including state universities and schools, are legally obliged to produce an accessibility statement for their digital offerings. This statement describes the extent to which accessibility requirements are met and, where applicable, identifies areas that are not accessible. Further information can be found on the official website for the accessibility statement for web and app applications of the Federal Government, accessible via the link https:~/~/www.barrierefreiheit-dienstekonsolidierung.bund.de/Webs/PB/DE/ barrierefreie_it/uebergreifende-anforderungen-web-und-app/erklaerung-zur-barrierefreiheit/erklaerung-zur-barrierefreiheit-node.html.
39 +Public bodies, including state universities and schools, are legally obliged to produce an accessibility statement for their digital offerings. This statement describes the extent to which accessibility requirements are met and, where applicable, identifies areas that are not accessible. Further information can be found on the official website for the accessibility statement for web and app applications of the Federal Government.
40 +
40 40  A declaration at the software level covers the functions of the learning platform, but not the content of individual courses. However, since an OPAL course consists mainly of learning materials for which the course coordinators are responsible, it makes sense to provide a course-related accessibility statement.
42 +
43 +
41 41  To make it easier for teachers to create such a statement, TU Dresden provides the LMS Check Generator for accessibility. The tool enables course administrators to:
42 - create a course-specific accessibility statement,
43 - identify potential barriers in texts, media and interactive content,
44 - provide support for the accessible design of teaching materials.
45 45  
46 +* create a course-specific accessibility statement,
47 +* identify potential barriers in texts, media and interactive content,
48 +* provide support for the accessible design of teaching materials.
46 46  
50 +
51 +
47 47  The tool guides you step by step through the creation of the declaration. The person responsible selects the course modules used in the course and then receives a checklist for the content. The generated declaration is provided as an accessible HTML file and can be embedded in the course as a page using the ‘Single Page’ course module. This means that the declaration is directly available in the course and easy for learners to find.
48 48  
49 49  {{panel title="Further information"}}
... ... @@ -229,7 +229,6 @@
229 229  * [[HTML als Auszeichnungssprache / Semantik (SELFHTML-Wiki)>>https://wiki.selfhtml.org/wiki/HTML/Tutorials/Entstehung_und_Entwicklung#HTML_als_Auszeichnungssprache||shape="rect"]]
230 230  {{/panel}}
231 231  
232 -(% class="wikigeneratedid" %)
233 233  
234 234  
235 235  === How can texts be made easy to read? ===
... ... @@ -296,7 +296,6 @@
296 296  </figure>
297 297  {{/code}}
298 298  
299 -(% class="wikigeneratedid" %)
300 300  
301 301  
302 302  ==== Alternative text (alt text) ====
... ... @@ -346,7 +346,6 @@
346 346  * [[Five golden rules for compliant alt text>>url:https://abilitynet.org.uk/news-blogs/five-golden-rules-compliant-alt-text||shape="rect"]]
347 347  {{/panel}}
348 348  
349 -(% class="wikigeneratedid" %)
350 350  
351 351  
352 352  === Optimizing images for smartphones and tablets ===
... ... @@ -359,7 +359,6 @@
359 359   <img src="..." style="max-width: 100%" />
360 360  {{/code}}
361 361  
362 -(% class="wikigeneratedid" %)
363 363  
364 364  
365 365  === Providing alternatives for videos and audio files ===