accessibility.inc.php 2.4 KB

12345678910111213141516171819202122232425
  1. <?php /*
  2. for more information: see languages.txt in the lang folder.
  3. */
  4. $langClarContent = "<p><b>Teacher</b></p>
  5. <p>Dokeos is a Learning and Knowledge Management System. It allows the teacher to organise learning materials, learning paths and to manage the interaction with his/her students. All this is made inside the web browser.</p>
  6. <p>To use Dokeos as a teacher, you need a login and a password. Depending on the security settings of your portal, you an get these by self-registration (right hand menu) or from the central administration of your organisation. Note that a login and a password never contain spaces or acents and that they are case sensitive. Type your login/password, then create a course (top right) or use the course that has been created for you by the central administration of your organisation.</p>
  7. <p>To add a colleague as co-administrator of your course:
  8. <ol><li>If he/she is not yet registered in the system, register him/her and select \'Teacher\' as a profile,</li>
  9. <li>If he/she is already registered in the system, temporarily open course subscription in Course settings and ask him/her to enroll in your course. Then edit his/her profile and give him/her Teacher rights.</li></ol></p>
  10. <p>
  11. Every Dokeos tool contains a contextual help represented by a red buoy. If you don\'t find there the good information, consider checking the Dokeos documentation page: <a href=\\\"http://www.dokeos.com/documentation.php\\\">http://www.dokeos.com/documentation.php</a> and download the teacher manual. in your own language or in English</p>
  12. <p><b>Student</b></p>
  13. <p>This portal allows you to follow and participate to courses, trainings, collaborative workshops etc. It has been created to promote active learning: project-based, problem-based, casesbased learning, collaborative research etc.
  14. Your teachers have build learning areas that can present as simple documents folders or sophisticated self-learning or group learning sequences of activities.</p>
  15. <p>Registration process can vary from one organisation to the other. In some cases, self-registration is allowed. In others, you should get from the central administration a login and a password.</p>";
  16. $test = "test";
  17. $WCAGImage = "Image";
  18. $WCAGLabel = "Image label";
  19. $WCAGLink = "Link";
  20. $WCAGLinkLabel = "Link label ";
  21. $errorNoLabel = "No label on the picture.";
  22. $WCAGEditor = "WCAG Editor";
  23. $WCAGGoMenu = "Goto menu";
  24. $WCAGGoContent = "Goto content";
  25. ?>