Last modified by Carina Enke on 20.02.2026

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

Summary

Details

Page properties
Content
... ... @@ -36,19 +36,14 @@
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.
40 -
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.
41 41  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 -
44 44  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.
49 49  
50 -
51 -
52 52  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.
53 53  
54 54  {{panel title="Further information"}}
... ... @@ -234,6 +234,7 @@
234 234  * [[HTML als Auszeichnungssprache / Semantik (SELFHTML-Wiki)>>https://wiki.selfhtml.org/wiki/HTML/Tutorials/Entstehung_und_Entwicklung#HTML_als_Auszeichnungssprache||shape="rect"]]
235 235  {{/panel}}
236 236  
232 +(% class="wikigeneratedid" %)
237 237  
238 238  
239 239  === How can texts be made easy to read? ===
... ... @@ -300,6 +300,7 @@
300 300  </figure>
301 301  {{/code}}
302 302  
299 +(% class="wikigeneratedid" %)
303 303  
304 304  
305 305  ==== Alternative text (alt text) ====
... ... @@ -349,6 +349,7 @@
349 349  * [[Five golden rules for compliant alt text>>url:https://abilitynet.org.uk/news-blogs/five-golden-rules-compliant-alt-text||shape="rect"]]
350 350  {{/panel}}
351 351  
349 +(% class="wikigeneratedid" %)
352 352  
353 353  
354 354  === Optimizing images for smartphones and tablets ===
... ... @@ -361,6 +361,7 @@
361 361   <img src="..." style="max-width: 100%" />
362 362  {{/code}}
363 363  
362 +(% class="wikigeneratedid" %)
364 364  
365 365  
366 366  === Providing alternatives for videos and audio files ===