Giter VIP home page Giter VIP logo

syncmymoodle's People

Contributors

achinrichs avatar gameheld avatar harharlinks avatar hiddengravitas avatar juliusrickert avatar n0toose avatar niklasvousten avatar nils-hde avatar no1alien avatar robinp7720 avatar romern avatar septatrix avatar tyalie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

syncmymoodle's Issues

Codec error

When syncing old data, errors with unicode or the codec are thrown:

ERROR:__main__:Failed to download the module Node(name=FoSAP Klausur 16-1 mit Lo\u0308sungen.pdf, id=https://moodle.rwth-aachen.de/webservice/pluginfile.php/467171/mod_folder/content/7/FoSAP%20Klausur%2016-1%20mit%20Lo%CC%88sungen.pdf?forcedownload=1, url=https://moodle.rwth-aachen.de/pluginfile.php/467171/mod_folder/content/7/FoSAP%20Klausur%2016-1%20mit%20Lo%CC%88sungen.pdf, type=Folder File)
Traceback (most recent call last):
  File "E:\Workspace\GIT\github.com\syncMyMoodle\syncmymoodle\__main__.py", line 734, in _download_all_files
    self.download_file(cur_node)
  File "E:\Workspace\GIT\github.com\syncMyMoodle\syncmymoodle\__main__.py", line 779, in download_file
    print(f"Downloading {downloadpath} [{node.type}]")
  File "C:\Users\Niklas\AppData\Local\Programs\Python\Python39\lib\encodings\cp1252.py", line 19, in encode
    return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u0308' in position 104: character maps to <undefined>

Gui crashes at startup

When I start the app I get the following error:

ip-074:syncMyMoodle xx$ ./gui.py 
Traceback (most recent call last):
  File "/Users/xx/git_projekte/syncMyMoodle/./gui.py", line 947, in <module>
    app = SyncMyMoodleApp()
  File "/Users/xx/git_projekte/syncMyMoodle/./gui.py", line 940, in __init__
    frame = MainFrame(None)
  File "/Users/xx/git_projekte/syncMyMoodle/./gui.py", line 890, in __init__
    self.settings_tab = SettingsTab(notebook, self.smm)
  File "/Users/xx/git_projekte/syncMyMoodle/./gui.py", line 668, in __init__
    self.login_panel = SettingsTab.LoginPanel(self, self.smm)
  File "/Users/xx/git_projekte/syncMyMoodle/./gui.py", line 397, in __init__
    login_sizer.Add(
wx._core.wxAssertionError: C++ assertion "!(flags & wxALIGN_RIGHT)" failed at /Users/robind/projects/bb2/dist-osx-py39/build/ext/wxWidgets/src/common/sizer.cpp(2168) in DoInsert(): Horizontal alignment flags are ignored in horizontal sizers

Compare moodle `timemodified` with timestamp of local files

Sometimes course instructors upload newer versions of a file to change some mistakes etc.
This would be a relatively simple¹ way to catch those cases and download the newer version.

However if this is implemented we would also provide a solution for cases where all timestamps get updated (e.g. copying the files from one pc to another). For linux this could be done by a recursive touch to a day in the past however it would also be possible to use os.utime to set the timestamp to the one in Moodle. This could actually be done for every downloaded file

¹ In relation to always downloading every file and comparing the checksum.

Add option to remove prefix "(VO)" or "(VU)"

Or make this the default for everybody.
Reason:
When I am in the file browser I want to type the name of the course to select the corresponding folder, but this is currently not possible.

Can not sync course

The first time I started the programm I got the following:

ip-074:syncMyMoodle xx$ ./syncMyMoodle.py 
Logging in...
Syncing file tree...
Syncing (VO) Compilerbau...
Traceback (most recent call last):
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 555, in <module>
    smm.sync()
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 264, in sync
    section_node = course_node.add_child(section["name"], section["id"], "Section")
TypeError: string indices must be integers

and if I rerun:

ip-074:syncMyMoodle xx$ ./syncMyMoodle.py 
Logging in...
Syncing file tree...
Traceback (most recent call last):
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 555, in <module>
    smm.sync()
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 239, in sync
    for course in self.get_all_courses():
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 135, in get_all_courses
    return json.loads(resp.json()["responses"][0]["data"])
KeyError: 'responses'

Downloading videos from rwth.video/video.fsmpi.rwth-aachen.de fails if login is required

SyncMyMoodle discovers links to video.fsmpi.rwth-aachen.de and tries to download them but if the video requires login it downloads the 403 forbidden page instead of logging in and downloading the video
(I.e. https://video.fsmpi.rwth-aachen.de/19ws-ds/15150 leads to https://video.fsmpi.rwth-aachen.de/files/pub/19ws-ds/19ws-ds-191015-720p.mp4 and then downloads a 403 forbidden page)
I would suggest to continue to try to download without auth but to check if http status 403 is returned and in that case sign in before retrying

Error prints the moodle page HTML

Getting the following error (looks like a dump of the module homepage?) syncing Funktionale Programmierung (VO) [21ss-12.53698]. Should be open to register via rwthonline for debugging purposes, also I'm happy to provide more info upon request.

Error occured after successfully downloading the most recent Lecture 10 from YouTube embeds. It continued downloading after the error with videos from the next course. I had some leftover partial download files from aborting the script earlier during download of that course, deleted those and reran the script, but same error. I'm also missing some Opencast files from Spezielle Themen der Virtuellen Realität (VR II) (VU) [21ss-12.53694], which might have to do with the error.

Click to expand log
ERROR: '<!DOCTYPE html>\n<html lang="en-GB">\n<head>\n\n\t<meta charset="UTF-8" />\n\t\n\t<meta name="viewport" content="width=device-width" />\n\t\n\t<link rel="profile" href="http://gmpg.org/xfn/11" />\n\t<link rel="pingback" href="https://video.cls.rwth-aachen.de/xmlrpc.php" />\n\t\n\t<title>How-To &#8211; Video @ CLS</title>\n<meta name=\'robots\' content=\'max-image-preview:large\' />\n<link rel=\'dns-prefetch\' href=\'//s.w.org\' />\n<link href=\'https://fonts.gstatic.com\' crossorigin rel=\'preconnect\' />\n<link rel="alternate" type="application/rss+xml" title="Video @ CLS &raquo; Feed" href="https://video.cls.rwth-aachen.de/en/feed/" />\n<link rel="alternate" type="application/rss+xml" title="Video @ CLS &raquo; Comments Feed" href="https://video.cls.rwth-aachen.de/en/comments/feed/" />\n\t\t<script type="text/javascript">\n\t\t\twindow._wpemojiSettings = {"baseUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/13.0.1\\/72x72\\/","ext":".png","svgUrl":"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/13.0.1\\/svg\\/","svgExt":".svg","source":{"concatemoji":"https:\\/\\/video.cls.rwth-aachen.de\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=5.7.2"}};\n\t\t\t!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type="text/css">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n\t<link rel=\'stylesheet\' id=\'wp-block-library-css\'  href=\'https://video.cls.rwth-aachen.de/wp-includes/css/dist/block-library/style.min.css?ver=5.7.2\' type=\'text/css\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'siteorigin-panels-front-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.12.1\' type=\'text/css\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'trp-language-switcher-style-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=2.0.0\' type=\'text/css\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'agama-font-awesome-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/css/font-awesome.min.css?ver=4.7.0\' type=\'text/css\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'agama-bootstrap-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/css/bootstrap.min.css?ver=4.1.3\' type=\'text/css\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'agama-style-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/themes/agama/style.css?ver=1.6.6\' type=\'text/css\' media=\'all\' />\n<style id=\'agama-style-inline-css\' type=\'text/css\'>\nbody {background: linear-gradient( to right, #e6e6e6 0, #e6e6e6 100%)}.footer-widgets {background: linear-gradient( to right, #2b2b2b 0, #2b2b2b 100%)}#agama-footer {background: linear-gradient( to right, #2b2b2b 0, #2b2b2b 100%)}\n</style>\n<link rel=\'stylesheet\' id=\'agama-animate-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/css/animate.min.css?ver=3.5.1\' type=\'text/css\' media=\'all\' />\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-includes/js/jquery/jquery.min.js?ver=3.5.1\' id=\'jquery-core-js\'></script>\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2\' id=\'jquery-migrate-js\'></script>\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/js/plugins.js?ver=1.6.6\' id=\'agama-plugins-js\'></script>\n<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://video.cls.rwth-aachen.de/xmlrpc.php?rsd" />\n<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://video.cls.rwth-aachen.de/wp-includes/wlwmanifest.xml" /> \n<meta name="generator" content="WordPress 5.7.2" />\n<link rel="canonical" href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/" />\n<link rel=\'shortlink\' href=\'https://video.cls.rwth-aachen.de/en/?p=1577\' />\n<link rel="alternate" type="application/json+oembed" href="https://video.cls.rwth-aachen.de/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvideo.cls.rwth-aachen.de%2Fen%2Fgebrauchsanweisungen%2F" />\n<link rel="alternate" type="text/xml+oembed" href="https://video.cls.rwth-aachen.de/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvideo.cls.rwth-aachen.de%2Fen%2Fgebrauchsanweisungen%2F&#038;format=xml" />\n<link rel="alternate" hreflang="de-DE" href="https://video.cls.rwth-aachen.de/gebrauchsanweisungen/"/>\n<link rel="alternate" hreflang="de" href="https://video.cls.rwth-aachen.de/gebrauchsanweisungen/"/>\n<link rel="alternate" hreflang="en-GB" href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"/>\n<link rel="alternate" hreflang="en" href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"/>\n\t<style type="text/css" id="agama-customize-css">\n        #agama-mobile-nav ul > li.menu-item-has-children > .dropdown-toggle,\n    #agama-mobile-nav ul > li.menu-item-has-children > .dropdown-toggle.collapsed {\n        color: #2b2b2b;\n    }\n        \n    \t\n\t\t\n\t.sm-form-control:focus {\n\t\tborder: 2px solid #00549f !important;\n\t}\n\t\n\t.entry-content .more-link {\n\t\tborder-bottom: 1px solid #00549f;\n\t\tcolor: #00549f;\n\t}\n\t\n\t.comment-content .comment-author cite {\n\t\tbackground-color: #00549f;\n\t\tborder: 1px solid #00549f;\n\t}\n\t\n\t#respond #submit {\n\t\tbackground-color: #00549f;\n\t}\n\t\n\t\tblockquote {\n\t\tborder-left: 3px solid #00549f;\n\t}\n\t\t\n\t#page-title a:hover { color: #00549f; }\n\t\n\t.breadcrumb a:hover { color: #00549f; }\n\t\n\t\t\n\tbutton,\n\t.button,\n\t.entry-date .date-box {\n\t\tbackground-color: #00549f;\n\t}\n\t\n\t.button-3d:hover {\n\t\tbackground-color: #00549f;\n\t}\n\t\n\t.entry-date .format-box svg {\n\tfill: #00549f;\n\tcolor: #00549f;\n    width: 35px;\n    margin-bottom: -18px;\n    margin-top: -10px;\n\t}\n\t\n\t.vision_tabs #tabs li.active a {\n\t\tborder-top: 3px solid #00549f;\n\t}\n\t\n\t#toTop:hover {\n\t\tbackground-color: #00549f;\n\t}\n\t\n\t.footer-widgets .widget-title:after {\n\t\tbackground: #00549f;\n\t}\n\t</style>\n\t                <style type="text/css" media="all"\n                       id="siteorigin-panels-layouts-head">/* Layout 1577 */ #pgc-1577-0-0 , #pgc-1577-4-0 { width:100%;width:calc(100% - ( 0 * 24px ) ) } #pg-1577-0 , #pg-1577-1 , #pg-1577-2 , #pg-1577-3 , #pl-1577 .so-panel { margin-bottom:24px } #pgc-1577-1-0 { width:89.4427%;width:calc(89.4427% - ( 0.10557280200017 * 24px ) ) } #pgc-1577-1-1 { width:10.5573%;width:calc(10.5573% - ( 0.89442719799983 * 24px ) ) } #pgc-1577-2-0 , #pgc-1577-3-0 { width:75%;width:calc(75% - ( 0.249999998125 * 24px ) ) } #pgc-1577-2-1 , #pgc-1577-3-1 { width:25%;width:calc(25% - ( 0.750000001875 * 24px ) ) } #pl-1577 .so-panel:last-child { margin-bottom:0px } #pg-1577-0.panel-no-style, #pg-1577-0.panel-has-style > .panel-row-style , #pg-1577-1.panel-no-style, #pg-1577-1.panel-has-style > .panel-row-style , #pg-1577-2.panel-no-style, #pg-1577-2.panel-has-style > .panel-row-style , #pg-1577-3.panel-no-style, #pg-1577-3.panel-has-style > .panel-row-style , #pg-1577-4.panel-no-style, #pg-1577-4.panel-has-style > .panel-row-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-1577-4> .panel-row-style { padding:40px 0px 0px 0px } @media (max-width:992px){ #pg-1577-0.panel-no-style, #pg-1577-0.panel-has-style > .panel-row-style , #pg-1577-1.panel-no-style, #pg-1577-1.panel-has-style > .panel-row-style , #pg-1577-2.panel-no-style, #pg-1577-2.panel-has-style > .panel-row-style , #pg-1577-3.panel-no-style, #pg-1577-3.panel-has-style > .panel-row-style , #pg-1577-4.panel-no-style, #pg-1577-4.panel-has-style > .panel-row-style { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-1577-0 > .panel-grid-cell , #pg-1577-0 > .panel-row-style > .panel-grid-cell , #pg-1577-1 > .panel-grid-cell , #pg-1577-1 > .panel-row-style > .panel-grid-cell , #pg-1577-2 > .panel-grid-cell , #pg-1577-2 > .panel-row-style > .panel-grid-cell , #pg-1577-3 > .panel-grid-cell , #pg-1577-3 > .panel-row-style > .panel-grid-cell , #pg-1577-4 > .panel-grid-cell , #pg-1577-4 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pg-1577-0 , #pg-1577-1 , #pg-1577-2 , #pg-1577-3 , #pg-1577-4 { margin-bottom:px } #pgc-1577-1-0 , #pgc-1577-2-0 , #pgc-1577-3-0 { margin-bottom:24px } #pl-1577 .panel-grid-cell { padding:0 } #pl-1577 .panel-grid .panel-grid-cell-empty { display:none } #pl-1577 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>\t\t<style type="text/css" id="wp-custom-css">\n\t\t\t/*@media screen and (max-width: 992px){.sticky-header .logo{\n\tmax-height: 70px!important;\n\t}}\n\n.sticky-header{\n\tbox-shadow: none;\n}\n\n.sticky-header.sticky-header-shrink{\n\tposition: relative;\n}\n\n.entry-header {\ndisplay: none;\n}\n*/\n\n/* Container */\n.tv-container, #page #main .vision-row{\n\tmax-width: 1060px!important;\n\tpadding: 0 15px 0 15px;\n}\n\n\n#masthead.header_v1, #masthead.header_v3{\n\tposition: static;\n}\n\n#agama-header-distance{\n\tdisplay: none!important;\n}\n\n#masthead:not(.header_v2) .agama-header-overlay{\n\tbox-shadow: none;\n}\n\n.entry-title {\ndisplay: none;\n}\n.archive-title {\ndisplay: none;\n}\n\n.page{\n\tmin-height: 100vh;\n}\n/*\n.site{\n\tmargin-top: 40px;\n}*/\n\n.service-wrap{\n\tmin-height: 104px;\n\twidth: 100%;\n\tdisplay: flex;\n\talign-items: center;\n\ttext-align: center;\n\tpadding: 16px;\n\tbox-shadow: 0 3px 10px 0 rgba(0,0,0,0.20);\n\tborder-radius: 2px;\n\tbackground-color: white;\n}\n\n.service-wrap.slim{\n\tmin-height: 80px;\n}\n\n.service-wrap-small{\n\tmin-height: 88px;\n}\n\n.service-wrap-clear{\n\tmin-height: 88px;\n\tdisplay: flex;\n\talign-items: center;\n\tpadding: 16px 16px 16px 16px;\n}\n\n.service-wrap:hover{\n\tbox-shadow: 0 6px 20px 0 rgba(0,0,0,0.20);\n}\n\n.service-wrap a{\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.service-wrap-clear a{\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.service-icon{\n\tdisplay: flex;\n\tfloat: left;\n\tmargin-right: 16px;\n}\n\n.service-icon svg{\n\twidth: 4rem;\n\theight: 4rem;\n}\n\n.site-header .logo{\n\tmax-height: 60px;\n}\n\n.service-text{\n\tdisplay: inline;\n\tfloat: right;\n\ttext-align: left;\n\tfont-size: 1em;\n}\n\n.contact-person-wrap{\n\tdisplay: flex;\n\talign-items: center;\n}\n\n.contact-person-avatar a{\n\tdisplay: flex;\n\tfloat: left;\n\tmargin-right: 16px;\n}\n\n.highlight a{\ntext-decoration: underline;\n}\n\n.team-title{\n\thyphens: manual;\n}\n\n@media (max-width: 992px){\n\t.team-name{\n\t\tfont-size: 1em!important;\n\t}\n}\n\n@media (max-width: 992px){\n\t.team-container .panel-grid-cell{\n\t\tmin-height: 410px!important;\n\t}\n}\n\nul.agama-navigation li > a span{\n\tdisplay: inline;\n}\n\n/* Datenschutz Akkordeon */\n.so-widget-sow-accordion-default-815f84591a77 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header{\n\tpadding: 4px 0 4px 0!important;\n\tborder-bottom: 1px solid #2b2b2b;\n\tfont-weight: 600;\n\tfont-size: 12px;\n}\n\n.so-widget-sow-accordion-default-815f84591a77 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{\n\tpadding: 16px 0 16px 0!important;\n}\n\n/* von exact website */\n.vision-row{\n\tpadding-top: 0;\n}\n\n.vision-row{\n\tpadding-top: 0;\n}\n\n.entry-content{\n\thyphens: none;\n}\n\n.courseimage{\n\tborder-bottom: 4px solid #00549F;\n}\n\n.sow-image-grid-wrapper{\n\ttext-align: left;\n}\n\n.entry-content li, .comment-content li, .mu_register li{\n\tmargin-left: 16px;\n\tmargin-bottom: 12px;\n\tcolor: #666;\n}\n\n.date-box{\n\tdisplay: none;\n}\n\n.format-box{\n\tdisplay: none;\n}\n\ndiv.list-style .entry-content{\n\tmargin-left: 0;\n}\n\n\na{\n\tcolor: #00549F;\n\tfont-weight: 600;\n}\n\n.links_block a{\n\tfont-weight: 300;\n}\n\n/* Schriftgroessen */\n\nbody {\n  font-size: 100%;\n}\n\nbody, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {\n  font-size-adjust: 0.5;\n\t/* hyphens */\n   -moz-hyphens: manual;\n   -o-hyphens: manual;\n   -webkit-hyphens: manual;\n   -ms-hyphens: manual;\n   hyphens: manual; \n}\n\n#page {\n  font-size: 1em;\n  /* equivalent to 16px */\n  line-height: 1.25;\n  /* equivalent to 20px */\n}\n\n@media (min-width: 43.75em) {\n  #page {\n    font-size: 1em;\n    /* equivalent to 16px */\n    line-height: 1.375;\n    /* equivalent to 22px */\n  }\n}\n\n.primarycontent {\n  font-size: 1.2em !important;\n  line-height: 1.5 !important;\n}\n\n.secondarycontent {\n  font-size: 1.2em !important;\n  line-height: 1.5 !important;\n}\n\n@media (min-width: 43.75em) {\n  .primarycontent {\n    font-size: 1.3em !important;\n    line-height: 1.5 !important;\n  }\n}\n\n@media (min-width: 56.25em) {\n  .primarycontent {\n    font-size: 1.5em !important;\n    line-height: 1.75 !important;\n  }\n}\n\nh1 {\n  font-size: 2em !important;\n  /* 2x body copy size = 32px */\n  line-height: 1.25 !important;\n  /* 45px / 36px */\n\tfont-weight: bold !important;\n}\n\n@media (min-width: 43.75em) {\n  h1 {\n    font-size: 2.5em !important;\n    /* 2.5x body copy size = 40px */\n    line-height: 1.125 !important;\n\t\tfont-weight: bold !important;\n  }\n}\n\n@media (min-width: 56.25em) {\n  h1 {\n    font-size: 3em !important;\n    /* 3x body copy size = 48px */\n    line-height: 1.3 !important;\n    /* keep to a multiple of the 20px line height and something more appropriate for display headings */\n\t\tfont-weight: bold !important;\n  }\n}\n\nh2 {\n  font-size: 1.625em !important;\n  /* 1.625x body copy size = 26px */\n  line-height: 1.15384615 !important;\n  /* 30px / 26px */\n}\n\n@media (min-width: 43.75em) {\n  h2 {\n    font-size: 2em !important;\n    /* 2x body copy size = 32px */\n    line-height: 1.25 !important;\n  }\n}\n\n@media (min-width: 56.25em) {\n  h2 {\n    font-size: 2.25em !important;\n    /* 2.25x body copy size = 36px */\n    line-height: 1.25 !important;\n  }\n}\n\nh3 {\n  font-size: 1.375em !important;\n  /* 1.375x body copy size = 22px */\n  line-height: 1.13636364 !important;\n  /* 25px / 22px */\n}\n\n@media (min-width: 43.75em) {\n  h3 {\n    font-size: 1.5em !important;\n    /* 1.5x body copy size = 24px */\n    line-height: 1.25 !important;\n  }\n}\n\n@media (min-width: 56.25em) {\n  h3 {\n    font-size: 1.75em !important;\n    /* 1.75x body copy size = 28px */\n    line-height: 1.25 !important;\n  }\n}\n\nh4 {\n  font-size: 1.125em !important;\n  /* 1.125x body copy size = 18px */\n  line-height: 1.11111111 !important;\n}\n\n@media (min-width: 43.75em) {\n  h4 {\n    line-height: 1.22222222 !important;\n    /* (22px / 18px */\n  }\n}\n\nblockquote {\n  font-size: 1.25em;\n  /* 20px / 16px */\n  line-height: 1.25;\n  /* 25px / 20px */\n}\n\n@media (min-width: 43.75em) {\n  blockquote {\n    font-size: 1.5em;\n    /* 24px / 16px = */\n    line-height: 1.45833333;\n    /* 35px / 24px */\n  }\n}\n\n\n.social-icons{\n\tmargin-right: 32px;\n\tfont-size: 20px;\n}\t\t</style>\n\t\t<style id="kirki-inline-styles">#masthead:not(.shrinked) .site-title a{font-family:Source Sans Pro;font-size:35px;font-weight:400;}#masthead.shrinked .site-title a{font-family:Source Sans Pro;font-size:28px;font-weight:400;}#masthead .site-tagline{font-family:Raleway;font-size:13px;font-weight:400;}body{font-family:Source Sans Pro;font-size:16px;font-weight:400;letter-spacing:0px;line-height:1;text-align:left;text-transform:none;color:#2b2b2b;}#agama-top-nav a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;color:#2b2b2b;}#agama-primary-nav a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;}#agama-mobile-nav a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;color:#2b2b2b;}#agama-mobile-nav ul > li.menu-item-has-children.open > a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;}#agama-mobile-nav ul > li > ul li.menu-item-has-children > a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;}a:hover, .mobile-menu-toggle-label, .vision-search-submit:hover, .entry-title a:hover, .entry-meta a:not(.button):hover, .entry-content a:hover, .comment-content a:hover, .single-line-meta a:hover, a.comment-reply-link:hover, a.comment-edit-link:hover, article header a:hover, .comments-title span, .comment-reply-title span, .widget a:hover, .comments-link a:hover, .entry-header header a:hover, .tagcloud a:hover, footer[role="contentinfo"] a:hover{color:#00549f;}.mobile-menu-toggle-inner, .mobile-menu-toggle-inner::before, .mobile-menu-toggle-inner::after, .woocommerce span.onsale, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .loader-ellips__dot{background-color:#00549f;}#masthead:not(.header_v1), ul.agama-navigation ul:not(.mega-menu-column){border-top-color:#00549f;}#masthead.header_v2, .tagcloud a:hover, .wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-textarea:focus{border-color:#00549f;}#masthead h1 a{color:#00549f;}#masthead h1 a:hover{color:#ffffff;}#masthead:not(.header_v1){background-color:rgba(255, 255, 255, 1);border-top-width:0px;}#masthead nav:not(.mobile-menu) ul li ul{background-color:rgba(255, 255, 255, 1);}#masthead.shrinked, #masthead.shrinked nav ul li ul{background-color:rgba(255, 255, 255, .9);}#masthead.shrinked #agama-mobile-nav ul{background-color:rgba(255, 255, 255, .9);}.header_v2 #agama-primary-nav, #agama-top-social li{border-color:rgba(238, 238, 238, 1);}.agama-top-nav-wrapper{-webkit-box-shadow:0 1px 4px 0 rgba(238, 238, 238, 1);-moz-box-shadow:0 1px 4px 0 rgba(238, 238, 238, 1);box-shadow:0 1px 4px 0 rgba(238, 238, 238, 1);}#agama-top-nav a:visited{color:#2b2b2b;}#agama-top-nav a:hover{color:#00549f;}#agama-top-nav a:active{color:#00549f;}#agama-primary-nav ul.agama-navigation a{color:#2b2b2b;}#agama-primary-nav ul.agama-navigation a:visited{color:#2b2b2b;}#agama-primary-nav ul.agama-navigation a:hover{color:#00549f;}#agama-primary-nav ul.agama-navigation a:active{color:#00549f;}#agama-mobile-nav a:visited{color:#2b2b2b;}#agama-mobile-nav a:hover{color:#00549f;}#agama-mobile-nav a:active{color:#00549f;}#masthead ul.navbar-buttons a, .mobile-menu-toggle .mobile-menu-toggle-label{color:#757575;}#masthead ul.navbar-buttons a:hover, .mobile-menu-toggle:hover .mobile-menu-toggle-label{color:#333333;}.mobile-menu-toggle .mobile-menu-toggle-inner, .mobile-menu-toggle .mobile-menu-toggle-inner::before, .mobile-menu-toggle .mobile-menu-toggle-inner::after{background-color:#757575;}.mobile-menu-toggle:hover .mobile-menu-toggle-inner, .mobile-menu-toggle:hover .mobile-menu-toggle-inner::before, .mobile-menu-toggle:hover .mobile-menu-toggle-inner::after{background-color:#333333;}#page-title{background-color:#F5F5F5;}#page-title h1, .breadcrumb > .active{color:#444444;}#page-title a{color:#444;}#agama-footer .site-info a{color:#ffffff;}#agama-footer .social a{color:#ffffff;}{:mobile;}#agama-logo .logo-mobile{max-height:46px;}#agama-header-image .header-image{height:50vh;}/* cyrillic-ext */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7jujVj9_mf.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7jujVj9_mf.woff) format(\'woff\');\n  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7jujVj9_mf.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67jujVj9_mf.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67jujVj9_mf.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7jujVj9_mf.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7jujVj9w.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}\n/* cyrillic-ext */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdo3cOWxy40.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdo3cOWxy40.woff) format(\'woff\');\n  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* greek-ext */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdo3cOWxy40.woff) format(\'woff\');\n  unicode-range: U+1F00-1FFF;\n}\n/* greek */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdo3cOWxy40.woff) format(\'woff\');\n  unicode-range: U+0370-03FF;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdo3cOWxy40.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdo3cOWxy40.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Source Sans Pro\';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo3cOWxw.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}/* cyrillic-ext */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;\n}\n/* cyrillic */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;\n}\n/* vietnamese */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;\n}\n/* latin-ext */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrcVIT9d4cydYA.woff) format(\'woff\');\n  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;\n}\n/* latin */\n@font-face {\n  font-family: \'Raleway\';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrcVIT9d4cw.woff) format(\'woff\');\n  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;\n}</style>\n</head>\n\n<body class="page-template page-template-templates page-template-template-full-width page-template-templatestemplate-full-width-php page page-id-1577 siteorigin-panels siteorigin-panels-before-js translatepress-en_GB header_v3 sticky_header template-full-width">\n\n    \n<a class="screen-reader-text skip-link" href="#page">\n    Skip to content</a><!-- .screen-reader-text -->\n\n<div id="agama-main-wrapper" class="is-full-width">\n    \n    \n<header id="masthead" class="site-header header_v3 has_desktop has_tablet has_mobile" itemscope itemtype="http://schema.org/WPHeader" role="banner">\n\n<div class="agama-header-overlay">\n\n    <div class="agama-top-nav-wrapper">\n        <div class="tv-container tv-d-flex tv-justify-content-between tv-align-items-center">\n\n            \n            \n        </div>\n    </div><!-- .agama-top-nav-wrapper -->\n\n    <div class="tv-container tv-d-flex tv-justify-content-between tv-align-items-center">\n\n        <div id="agama-logo">\n            <a href="https://video.cls.rwth-aachen.de/en/" title="Video @ CLS"><img src="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/rwth_cls_de_rgb.png" class="logo logo-desktop" alt="Video @ CLS"><img src="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/rwth_cls_de_rgb.png" class="logo logo-tablet" alt="Video @ CLS"><img src="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/rwth_cls_de_rgb.png" class="logo logo-mobile" alt="Video @ CLS"></a>        </div><!-- #agama-logo -->\n\n        <nav id="agama-primary-nav" class="tv-navbar tv-justify-content-end tv-justify-content-lg-between" role="navigation">\n            <ul id="menu-hauptmenue" class="agama-navigation tv-navbar-nav tv-d-none tv-d-lg-block"><li id="menu-item-1342" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1342"><a href="https://video.cls.rwth-aachen.de/en/">Info</a></li>\n<li id="menu-item-1597" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1577 current_page_item menu-item-1597"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/" aria-current="page">How-To</a></li>\n<li id="menu-item-386" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-386"><a href="https://video.cls.rwth-aachen.de/en/rwthmoodle-faq/">RWTHmoodle FAQ</a></li>\n<li id="menu-item-284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-284"><a href="https://video.cls.rwth-aachen.de/en/neuigkeiten/">Corona-Blog</a></li>\n<li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://video.cls.rwth-aachen.de/en/kontakt/">Contact us</a></li>\n<li id="menu-item-436" class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-436"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"><span data-no-translation><img class="trp-flag-image" src="https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_GB.png" width="18" height="12" alt="en_GB" title="English (UK)"><span class="trp-ls-language-name">EN</span></span></a></li>\n</ul><!-- .agama-navigation -->\n\n<div>\n\n        \n    <ul class="navbar-buttons tv-d-inline-block tv-align-middle">\n                \n                    \n                        \n                        <li class="navbar-button navbar-button-mobile tv-d-block tv-d-lg-none">\n                <a href="#mobile-menu" class="mobile-menu-toggle toggle--elastic">\n                    <span class="mobile-menu-toggle-box"><span class="mobile-menu-toggle-inner"></span></span>\n                    <span class="mobile-menu-toggle-label"></span>\n                </a>\n            </li>\n                    \n            </ul><!-- .navbar-buttons -->\n    \n        \n</div>\n\n    </ul>        </nav><!-- #agama-primary-nav -->\n\n    </div>\n\n    <nav id="agama-mobile-nav" class="mobile-menu tv-collapse" role="navigaiton">\n        <ul id="menu-hauptmenue-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1342"><a href="https://video.cls.rwth-aachen.de/en/">Info</a></li>\n<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1577 current_page_item menu-item-1597"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/" aria-current="page">How-To</a></li>\n<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-386"><a href="https://video.cls.rwth-aachen.de/en/rwthmoodle-faq/">RWTHmoodle FAQ</a></li>\n<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-284"><a href="https://video.cls.rwth-aachen.de/en/neuigkeiten/">Corona-Blog</a></li>\n<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://video.cls.rwth-aachen.de/en/kontakt/">Contact us</a></li>\n<li class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-436"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"><span data-no-translation><img class="trp-flag-image" src="https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_GB.png" width="18" height="12" alt="en_GB" title="English (UK)"><span class="trp-ls-language-name">EN</span></span></a></li>\n</ul>    </nav><!-- #agama-mobile-nav -->\n    \n</div><!-- .agama-header-overlay -->\n</header>\n<!-- #masthead -->\n<div id="agama-header-distance" class="tv-d-none tv-d-sm-block"></div>\n\t<div id="page" class="hfeed site">\n\t\t<div id="main" class="wrapper"> \n\t\t\t<div class="vision-row tv-row">\n                \t\t\t\t\t\n<div id="primary" class="site-content tv-container tv-p-0">\n    <div id="content" role="main">\n\n        \n            \n<article id="post-1577" class="post-1577 page type-page status-publish hentry">\n    <header class="entry-header">\n                                                    </header>\n\n    <div class="entry-content">\n        <div id="pl-1577"  class="panel-layout" ><div id="pg-1577-0"  class="panel-grid panel-no-style" ><div id="pgc-1577-0-0"  class="panel-grid-cell" ><div id="panel-1577-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div class="so-widget-sow-editor so-widget-sow-editor-base">\n<div class="siteorigin-widget-tinymce textwidget">\n\t<p><span style="font-size: 1.8rem; color: #f6a800;">How-To</span></p>\n</div>\n</div></div></div></div><div id="pg-1577-1"  class="panel-grid panel-no-style" ><div id="pgc-1577-1-0"  class="panel-grid-cell panel-grid-cell-mobile-last" ><div id="panel-1577-1-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="1" ><div class="links_block panel-widget-style panel-widget-style-for-1577-1-0-0" ><div class="so-widget-sow-editor so-widget-sow-editor-base">\n<div class="siteorigin-widget-tinymce textwidget">\n\t<p style="color: #666;">Here you can find all important information about possible solutions for the design of digital teaching.</p>\n<p>For your quick orientation, we classified information for you into the following categories:</p>\n</div>\n</div></div></div></div><div id="pgc-1577-1-1"  class="panel-grid-cell panel-grid-cell-empty" ></div></div><div id="pg-1577-2"  class="panel-grid panel-no-style" ><div id="pgc-1577-2-0"  class="panel-grid-cell panel-grid-cell-mobile-last" ><div id="panel-1577-2-0-0" class="widget_text so-panel widget widget_custom_html panel-first-child" data-index="2" ><div id="lehre" class="widget_text panel-widget-style panel-widget-style-for-1577-2-0-0" ><div class="textwidget custom-html-widget"><div class="achievements__item js-achievements-item achievements__item--fourth">\n<strong class="achievements__line js-achievements-mark" style="height: 3px; width: 39px; display: block; background: #00549F; margin: 0 0 8px 0;"></strong>\n<div class="achievements__info js-achievements-text" style="display: block;"><span style="font-size: 1.8rem; color: #00549f;">Exams</span></div>\n</div></div></div></div><div id="panel-1577-2-0-1" class="so-panel widget widget_sow-accordion panel-last-child" data-index="3" ><div id="testanchor" class="panel-widget-style panel-widget-style-for-1577-2-0-1" ><div class="so-widget-sow-accordion so-widget-sow-accordion-default-f921bb998c83" data-max-open-panels="0" data-use-anchor-tags="true" data-initial-scroll-panel="0"><div>\n\t<div class="sow-accordion">\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="vorbereitung-der-pr%c3%bcfung">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-vorbereitung-der-pr%c3%bcfung" aria-controls="accordion-content-vorbereitung-der-pr%c3%bcfung" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tExam Preperation\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-vorbereitung-der-pr%c3%bcfung" id="accordion-content-vorbereitung-der-pr%c3%bcfung">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Entscheidungsmatrix_Fernpruefungen_published.pdf">Entscheidungsbaum für die Wahl von Prüfungsformate im Take-Home und Präsenz-Setting</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/FlowChart_Pruefungsdurchfuehrung_published.pdf">Flowchart für die Umsetzung von Take-Home-Exams ohne und mit Täuschungskontrolle</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Formblatt-zur-ID-Einholung_DE_online_v003_published.pdf">Formblatt zur Zustimmung zur Videoüberwachung und Identifizierung (DE)</a> - PDF-Format, zur elektronischen Verteilung</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Formblatt-zur-ID-Einholung_DE_online_v003_published.odt">Formblatt zur Zustimmung zur Videoüberwachung und Identifizierung (DE)</a> - ODT-Format, zur elektronischen Verteilung</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Formblatt-zur-ID-Einholung_DE_print_v003_published.pdf">Formblatt zur Zustimmung zur Videoüberwachung und Identifizierung (DE)</a> - PDF-Format, zur Verteilung als Ausdruck</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Template-for-identification_EN_online_v003_published.pdf">Template for Declaration of Consent and Identification (EN)</a> - PDF-Format, for electronic sharing</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Template-for-identification_EN_online_v003_published.odt">Template for Declaration of Consent and Identification (EN)</a> - ODT-Format, for electronic sharing</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Template-for-identification_EN_print_v003_published.pdf">Template for Declaration of Consent and Identification (EN)</a> - PDF-Format, for sharing as printed version</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Belehrung_Official-Notification_DE_EN_published.pdf">Rechtsbelehrung für Studierende (DE/EN)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (DE)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_EN_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (EN)</a></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende" aria-controls="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tExam Examination for lecturers\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende" id="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Videoueberwachte_Fernpruefungen_published.pdf">Handreichung zur Durchführung videoüberwachter Take-Home-Exams</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/CLS_VideobasierteDistanzpruefungen_Zoom_DE_published.pdf">Bebilderte Schritt-für-Schritt Anleitung zur Umsetzung videoüberwachter Take-Home-Exams in Zoom</a></li>\n<li><a href="https://youtu.be/5hkGAC68sQ0" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines verschlüsselten Aufgaben-PDFs (Microsoft Office für Windows)</a></li>\n<li><a href="https://youtu.be/QToOeIKyNXg" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines verschlüsselten Aufgaben-PDFs (MacOffice)</a></li>\n<li><a href="https://youtu.be/5LGC0Wbnpd4" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines verschlüsselten Aufgaben-PDFs (LibreOffice)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Anleitung_PDF_Kennwort_LibreOffice_published_V1.pdf">Schriftliche Anleitung zur Erzeugung eines verschlüsselten Aufgaben-PDFs (LibreOffice)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Anleitung_PDF_Kennwort_MacOffice_published_V1.pdf">Schriftliche Anleitung zur Erzeugung eines verschlüsselten Aufgaben-PDFs (MacOffice)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Anleitung_PDF_Kennwort_OfficeMSWindows_V2.pdf">Schriftliche Anleitung zur Erzeugung eines verschlüsselten Aufgaben-PDFs (Microsoft Office für Windows)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Zoom_Einstellungen_fuer_Pruefungen_published.pdf">Checkliste "Optimale Zoom-Einstellungen für Prüfungs-Meetings"</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Pruefungsprotokolle_in_Zoom_generieren_published-1.pdf">Anwesenheitsprotokoll aus Zoom exportieren (DE)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Generate-exam-reports-in-Zoom_EN_published.pdf">Anwesenheitsprotokoll aus Zoom exportieren (EN)</a></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende" aria-controls="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tExam Examination for students\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende" id="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/FlowChart_Pruefungsteilnahme_Studierende_DE_published.pdf">Flowchart zur Prüfungsteilnahme für Studierende (DE)</a>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/FlowChart_PruefungsdurchfuehrungStudierende_20-21_EN_published.pdf">Flowchart zur Prüfungsteilnahme für Studierende (EN)</a></li>\n</ul>\n</li>\n<li>\n<div><a href="https://youtu.be/He8Xu_2gCvk" target="_blank" rel="noopener">Erklärvideo zum Einreichen von Abgaben in RWTHmoodle</a></div>\n<ul>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/1c5b80f55c6745dc9ba13cf9af81431d">Schriftliche Anleitung zum Einreichen von Abgaben in temp-moodle</a></li>\n</ul>\n</li>\n<li><a href="https://youtu.be/JdoLiSiz2ho" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines PDFs mit iOS (Notizen App)</a>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_iOSNotizen_published.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit iOS (DE)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_iOSNotizen_published_EN.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit iOS (EN)</a></li>\n</ul>\n</li>\n<li><a href="https://youtu.be/eKwndNjuzLI" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines PDFs mit Android (Google Drive)</a>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_GoogleDrive_published.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit Android (DE)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_GoogleDrive_published_EN.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit Android (EN)</a></li>\n</ul>\n</li>\n<li><a href="https://youtu.be/2kK5DFxrXI4" target="_blank" rel="noopener">Erklärvideo zum Upload von Dateien über Gigamove am Beispiel eine Android-Smartphones</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Zoom_Anzeigename_Einstellen_published.pdf" target="_blank" rel="noopener">How-To zum Einstellen des Anzeigenamens für Zoom-Meetings (DE)</a>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Zoom_Anzeigename_Einstellen_published_EN.pdf" target="_blank" rel="noopener">How-To zum Einstellen des Anzeigenamens für Zoom-Meetings (EN)</a></li>\n</ul>\n</li>\n<li>\n<div><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Handreichung_zu_Pruefungen_in_Dynexite_fuer_Studierende.pdf">Handreichung zur Prüfung mit DYNEXITE für Studierende (DE)</a></div>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Handreichung_zu_Pruefungen_in_Dynexite_fuer_Studierende_EN.pdf">Handreichung zur Prüfung mit DYNEXITE für Studierende (EN)</a></li>\n</ul>\n</li>\n<li>\n<div><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Handreichung_Upload_Dynexite_DE.pdf">Handreichung zum Hochladen von Fotos in DYNEXITE (DE)</a></div>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Handreichung_Upload_Dynexite_EN.pdf">Handreichung zum Hochladen von Fotos in DYNEXITE (EN)</a></li>\n</ul>\n</li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="umsetzung-in-rwthmoodle">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-umsetzung-in-rwthmoodle" aria-controls="accordion-content-umsetzung-in-rwthmoodle" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tImplementation in RWTHmoodle\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-umsetzung-in-rwthmoodle" id="accordion-content-umsetzung-in-rwthmoodle">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<ul>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/b61c70a1cf6f4bfb983367197cc50de2">Themenabschnitt für die Prüfung erstellen und Zugriff regeln</a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/2eb108f829fa454f9644fc316f5028ee">Elektronische Einsichtnahme bei Fernprüfungen mit RWTHmoodle</a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/517b75e674614be3a289b85835aa80ee">Vorläufige Prüfungsergebnisse datenschutzkonform bereitstellen</a></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="umsetzung-in-temp-moodle">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-umsetzung-in-temp-moodle" aria-controls="accordion-content-umsetzung-in-temp-moodle" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tUmsetzung in temp-moodle\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-umsetzung-in-temp-moodle" id="accordion-content-umsetzung-in-temp-moodle">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<ul>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/7e7264f045dd49128954d17ba2995c0c">Allgemeine Informationen zu Take Home-Exams mit temp-moodle</a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/56e6556e6a2c49699097106922022984">Prüfungsteilnehmer/innen in den Lernraum buchen und in Gruppe zusammenfassen </a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/1a07e299a5a143189de12ed341798622">Entscheidung über Prüfungsart, Zustimmung zur Videoüberwachung und Einsammeln von Kontaktdaten</a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/5717694b454a44e6a46c16a13a24e85e"><span style="font-size: 1rem;">Prüfung durchführen mit der Aktivität „Aufgabe“</span></a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/3fff274b22954b41a16a3567a1124605">Anwesenheitskontrolle und Identitätsfeststellung in Zoom-Meetings per Zufalls-Code</a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/720036f6f75149eea69b8b0915c63137">Elektronische Einsichtnahme bei Fernprüfungen mit temp-moodle</a></li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/dab06e70f39b4d098d28b5ef0c1bc3c1">Vorläufige Prüfungsergebnisse datenschutzkonform bereitstellen</a></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="weitere-materialien">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-weitere-materialien" aria-controls="accordion-content-weitere-materialien" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tOther Materials\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-weitere-materialien" id="accordion-content-weitere-materialien">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Analyse_Taeuschungsszenarien_Pruefungen_published.pdf" target="_blank" rel="noopener">Analyse zu möglichen Täuschungsszenarien für Take-Home-Exams</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Fernpruefungen_Starke_Taeuschungskontrolle_published.pdf" target="_blank" rel="noopener">Informationen zur Durchführung von Take-Home-Exams mit starker Täuschungskontrolle</a></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t</div>\n</div>\n</div></div></div></div><div id="pgc-1577-2-1"  class="panel-grid-cell panel-grid-cell-empty" ></div></div><div id="pg-1577-3"  class="panel-grid panel-no-style" ><div id="pgc-1577-3-0"  class="panel-grid-cell panel-grid-cell-mobile-last" ><div id="panel-1577-3-0-0" class="widget_text so-panel widget widget_custom_html panel-first-child" data-index="4" ><div id="lehre" class="widget_text panel-widget-style panel-widget-style-for-1577-3-0-0" ><div class="textwidget custom-html-widget"><div class="achievements__item js-achievements-item achievements__item--fourth">\n<strong class="achievements__line js-achievements-mark" style="height: 3px; width: 39px; display: block; background: #00549F; margin: 0 0 8px 0;"></strong>\n<div class="achievements__info js-achievements-text" style="display: block;"><span style="font-size: 1.8rem; color: #00549f;">Teaching</span></div>\n</div></div></div></div><div id="panel-1577-3-0-1" class="so-panel widget widget_sow-accordion panel-last-child" data-index="5" ><div id="testanchor" class="panel-widget-style panel-widget-style-for-1577-3-0-1" ><div class="so-widget-sow-accordion so-widget-sow-accordion-default-f921bb998c83" data-max-open-panels="0" data-use-anchor-tags="true" data-initial-scroll-panel="0"><div>\n\t<div class="sow-accordion">\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="sprechstunden-online-workshops">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-sprechstunden-online-workshops" aria-controls="accordion-content-sprechstunden-online-workshops" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tOffice hours & Online-Workshops\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-sprechstunden-online-workshops" id="accordion-content-sprechstunden-online-workshops">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p><span style="font-size: 1.5rem; color: #f6a800;">RWTHmoodle office hour</span></p>\n<p style="font-size: 1em;">Do you have any questions about RWTHmoodle that are difficult to clarify by email to the IT ServiceDesk? Then register for the open online consultation on RWTHmoodle.</p>\n<p><a href="https://www.buchsys.de/cls-aachen/angebote/aktueller_zeitraum/_RWTHmoodle-Sprechstunde_online.html">Register here</a></p>\n<p><span style="font-size: 1.5rem; color: #f6a800;">Digital Training Offers</span></p>\n<p style="color: #666;">In addition to our range of information here on the website, we also offer other digital training options as part of the ExAcT course program. You can register in the <a href="https://www.rwth-aachen.de/cms/root/Die-RWTH/Karriere/Personalentwicklung-an-der-RWTH-Aachen/~ebog/Veranstaltungsdatenbank-Personalentwickl/?search=&amp;month=&amp;year=&amp;reset=&amp;zielgruppe=&amp;handlungsfeld=&amp;themengebiet=&amp;anbieter=ExAcT">event database of personnel development</a>.</p>\n<p style="color: #666;">Are you interested in a digital exchange about your course design among colleagues in the form of a peer-to-peer consultation or would you like our digitalTAP to evaluate your new teaching concept? Then write us an email to <a href="mailto:[email protected]">[email protected]</a>.</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen" aria-controls="accordion-content-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tI want to use RWTHmoodle and the RWTH streaming server for teaching at a distance\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen" id="accordion-content-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p style="color: #666;">RWTHmoodle is the central web-based teaching and learning platform of RWTH Aachen University. Moodle offers virtual classrooms where lecturers provide material and many different activities for communication, collaboration and self-study. Students can use moodle courses at any time and place at their own learning requirements. In the following, you find several guidelines for different RWTHmoodle functions.</p>\n<ul>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22">General Instructions (DE/EN)</a><br />\nHere, you find a general overview over RWTHmoodle functions in German and English</li>\n<li class=" translation-block"><a href="https://doc.itc.rwth-aachen.de/x/XwWPAg" target="_self"> Manage participants (DE/EN)</a><br>\nHere you will find information on role management and instructions on how to add or remove participants</li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/c4251a9b184047c994228d8dabb0ee6b">Managing course room content (DE/EN)</a><br />\nHere, you find information on editing your learning space</li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/39e380f56a3b493599d8d7862cc12e5b">Using the RWTH streaming server (DE)</a><br />\nHere, you find general information on the streaming server and how to upload videos and integrate them into RWTHmoodle</li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen" aria-controls="accordion-content-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tI want to use lecture recordings that already exist\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen" id="accordion-content-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p style="color: #666;">Your lectures have already been recorded during past semesters? You could use these recordings in the current situation! Please provide these recordings for your current group of students, e.g. using RWTHmoodle.</p>\n\n<ul>\n \t<li><a href="https://video.fsmpi.rwth-aachen.de/courses">Lecture videos of Video AG (DE)</a>\nHere, you find lecture videos the Video AG recorded during past semesters</li>\n \t<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/d48708d9d69844e99ae3ab3447f46246">Embedding videos into RWTHmoodle (DE)</a>\nHere, you find a guideline on how to embed existing videos into RWTHmoodle</li>\n \t<li><a href="https://video.cls.rwth-aachen.de/en/kontakt/">Contact the CLS</a>\nIf you have already produced videos at or with the CLS, but do not know how to access these, <a href="https://video.cls.rwth-aachen.de/en/kontakt/">please contact us</a> via the <a href="mailto: video.cls.rwth-aachen.de">helpdesk</a>.</li>\n</ul>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren" aria-controls="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tI want to use a virtual meeting room in zoom for teaching in distance\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren" id="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p style="color: #666;">Due to the current development regarding the CoVid19 pandemia, RWTH Aachen University acquired licenses for Zoom video conferences. There are different solutions for different group sizes.</p>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_DE_v310_published.pdf"><strong>CLS-Handreichung zur Veranstaltung von Webkonferenzen/Meetings (DE) (PDF; Stand: 13.04.20</strong><strong>21)</strong></a><br />\n<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_DE_v310_published.pptx"><strong>CLS-Handreichung zur Veranstaltung von Webkonferenzen/Meetings (DE) (PPTX; Stand: 13.04.2021)</strong></a><br />\nLecturers can find introductory information and legal information on the use of Zoom here (CC-BY-SA)</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Lehrende_Webinar_DE_v209_published.pdf"><strong>CLS-Handreichung für Lehrende zur Nutzung von Zoom Webinaren (DE) (PDF; Stand: 02.03.20</strong><strong>21)</strong></a><br />\n<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Lehrende_Webinar_DE_v209_published.pptx"><strong>CLS-Handreichung für Lehrende zur Nutzung von Zoom Webinaren (DE) (PPTX; Stand: 02.03.2021)</strong></a><br />\nLecturers can find introductory information and legal information on the use of Zoom here (CC-BY-SA)</li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_EN_v310_published.pdf">CLS-Step-by-Step Guide for conducting web conferences/meetings (EN) (PDF; Upload: 13.04.2021)</a></strong><br />\n<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_EN_v310_published.pptx"><strong>CLS-Step-by-Step Guide for conducting web conferences/meetings (EN) (PPTX; Upload: 13.04.2021)</strong></a><br />\nHere, lecturers can find introductory information and legal information on the use of Zoom (CC-BY-SA)</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_DE_v307_published.pdf"><strong>CLS-Handreichung zur Teilnahme an Webkonferenzen/Meetings (DE) (PDF; Stand: 02.03.2021)</strong></a><br />\n<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_DE_v307_published.pptx"><strong>CLS-Handreichung zur Teilnahme an Webkonferenzen/Meetings (DE) (PPTX; Stand: 02.03.2021)</strong></a><br />\nStudents can find introductory information and legal information on the use of Zoom here</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_EN_v307_published.pdf"><strong>CLS-Step-by-Step Guide for participants using zoom (EN) (PDF; Upload: 02.03.2021)</strong></a><br />\n<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_EN_v307_published.pptx"><strong>CLS-</strong><strong>Step-by-Step Guide for participants using zoom (EN) (PPTX; Upload: 02.03.2021)</strong></a><br />\nHere, students can find introductory information and legal information on the use of Zoom (CC-BY-SA)</li>\n</ul>\n<p>Please also note our <a href="#rechtliche-hinweise">Data protection declarations and other information documents on legal aspects</a>.</p>\n<p>Here you can find more interesting and useful links for the us of Zoom:</p>\n<ul>\n<li>Video instructions for using different Zoom features<br />\n<strong><a href="https://zoom.us/de-de/resources.html" target="_blank" rel="noopener noreferrer">Video instructions for using Zoom (DE)</a></strong></li>\n<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Comprehensive%20Guide%20to%20Educating%20Through%20Zoom.pdf" target="_blank" rel="noopener noreferrer">Comprehensive Guide to Educating Through Zoom (EN)</a></span></li>\n<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Tips%20and%20Tricks%20for%20Teachers%20Educating%20on%20Zoom.pdf" target="_blank" rel="noopener noreferrer">Tips &amp; Tricks: Teachers Educating on Zoom (EN)</a> </span></li>\n<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Education%20Guide%20-%20Getting%20Started%20on%20Zoom.pdf" target="_blank" rel="noopener noreferrer">Education Guide: Getting Started on Zoom (EN)</a></span></li>\n<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Student%20Tips%20for%20Participating%20in%20Online%20Learning.pdf" target="_blank" rel="noopener noreferrer">Student Tips for Participating in Online Learning (EN)</a></span></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="rechtliche-hinweise">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-rechtliche-hinweise" aria-controls="accordion-content-rechtliche-hinweise" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tLegal notice\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-rechtliche-hinweise" id="accordion-content-rechtliche-hinweise">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p style="color: #666;">Below you will find legal information that should be observed in teaching when using the video conference system Zoom.</p>\n<ul>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungLehrende_2020_09_16_001.pdf">Datenschutzerklärung für Lehrende (DE) (Stand: 16.09.2020)</a></strong></li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (DE) (Stand: 16.09.2020)</a></strong></li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_EN_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (EN) (Stand: 16.09.2020)</a></strong></li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/05/einwilligung_information_aufzeichnung_2020_04_29_muster_erlaeuterung_de.pdf">Declaration of consent for audio, image and/or video recordings in the context of web conferences and webinars</a></strong></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/11/Declaration-of-consent-for-audio-image-and-or-video-recordings-during-web-conferences-and-webinars.pdf"><strong>Declaration of consent for audio, image and - or video recordings during web conferences and webinars</strong></a></li>\n</ul>\n<p style="color: #666; font-weight: 500!important;">In any case, please note the regulations for <strong>copyright:</strong></p>\n<ul>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Allg._Merkblatt_zum_UrhR.pdf1_.pdf">Merkblatt Urheberrecht Erstellen von Lehrmaterialien und deren öffentliche Zugänglichmachung (DE)</a></strong></li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Ergänzungen_zum_Zitatrecht.pdf1_.pdf">Ergänzungen zum Zitatrecht (DE)</a></strong></li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60a_UrhG.pdf1_.pdf">Ergänzungen zu § 60a Urheberrechtsgesetz (DE)</a></strong></li>\n<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60c_UrhG.pdf1_.pdf">Ergänzungen zu § 60c Urheberrechtsgesetz (DE)</a></strong></li>\n<li><strong><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/9fb3a3ed51f04c028d260a581668fb83">Erstellung von Lehrmaterialien und deren öffentliche Zugänglichmachung (DE)</a></strong></li>\n<li><strong><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/fd39f238f0194964a51bb462084a03d8">Hinweise zur Weitergabe urheberrechtlich geschützten Materials (DE)</a><br />\n</strong></li>\n</ul>\n<p style="color: #666; font-weight: 500!important;">In any case, please note the regulations on <strong>copyright</strong>:</p>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Allg._Merkblatt_zum_UrhR.pdf1_EN.pdf">Notice on copyright - Create teaching material and make it available to the public (EN)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Ergänzungen_zum_Zitatrecht.pdf1_EN.pdf">Additional information on the quotation right (EN)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60a_UrhG.pdf1_EN.pdf">Additional information on Section 60a of the German Copyright Act (EN)</a></li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60c_UrhG.pdf1_EN.pdf">Additional information on Section 60c of the German Copyright Act (EN)</a></li>\n<li>\n<p class="service-content-title"><a href="https://help.itc.rwth-aachen.de/en/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/9fb3a3ed51f04c028d260a581668fb83">Create teaching material and make it available to the public (EN)</a></p>\n</li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen" aria-controls="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tI want to record my course as a screencast using Camtasia\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen" id="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p style="color: #666;">Using Camtasia, you can easily record screencasts. You can embed these into your RWTHmoodle space, for instance. Camtasia does not limit participant numbers, as opposed to Zoom.</p>\n<p><strong>Melden Sie Ihren Lizenzbedarf bitte über <a href="mailto:[email protected]">[email protected]</a> an das CLS.\xa0</strong></p>\n<ul>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/04/Kurzanleitung-Camtasia.pdf">CLS Kurzanleitung für Camtasia (DE)</a><br />\nHier finden Sie viele hilfreiche Informationen, die die grundlegenden Funktionen von Camtasia erklären</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/04/Introduction-to-Camtasia.pdf">CLS Introduction to Camtasia (EN)</a><br />\nHere you can find lots of helpful information that explain the basic features of Camtasia</li>\n<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/04/beispieldatei.vtt">WebVTT-Beispieldatei</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia.html ">Video Anleitungen (DE)</a><br />\nHier finden Sie viele hilfreiche Videos, die die Funktionen von Camtasia erklären</li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia.html ">Video Guidance (EN)</a><br />\nHere you can find lots of helpful videos that explain the features of Camtasia</li>\n<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/39e380f56a3b493599d8d7862cc12e5b/">Using the RWTH streaming server (DE)</a><br />\nHere, you find information on the streaming server and how to upload videos and embed these in RWTHmoodle.</li>\n</ul>\n<p style="color: #666; font-weight: 500!important;">Folgende Videos sind für die Aufzeichnung von Lehrveranstaltung besonders relevant:</p>\n<ul>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-aufnehmen-bearbeiten-weitergeben.html">Grundlegende Schritte der Videoaufzeichnung und Bearbeitung(DE)</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-arbeiten-auf-der-leinwand.html">Gestaltung und Darstellung auf Leinwänden (DE)</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-produktion-weitergabe.html">Exportieren und Speichern von Videos sowie das Teilen auf Plattformen (DE)</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-bildschirmvideo-gestochen-scharf-aufnehmen.html">Einheitliche Qualität von Videodateien (DE)</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-powerpoint-dateien-importieren.html">Import von Powerpoint Dateien (DE)</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-ios-mobilgerate-aufnehmen.html">Aufnahme von Bildschirmen von MACs/iPads/iPhones (DE)</a></li>\n<li><a href="https://www.techsmith.de/tutorial-camtasia-audiobearbeitung.html">Nachbearbeitung und Verbesserung des Videotons (DE)</a></li>\n</ul>\n<p style="color: #666; font-weight: 500!important;">The following video instructions are especially important for the recording of lectures:</p>\n<ul>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-record-edit-share.html">Basic steps in recording and editing your video (EN)</a></li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-working-with-the-canvas.html">Create and Design your Canvas (EN)</a></li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-produce-share.html">Export and Share your edited Video (EN)</a></li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-getting-crisp-clear-screen-video.html">Learn about how a fitting setup for your project to get a high quality video (EN)</a></li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-import-powerpoint-slides.html">How to import PowerPoint Slides into your project (EN)</a></li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-recording-your-ios-device.html">How to record the Screen of any iOS Device with iOS 8.0 or later (EN)</a></li>\n<li><a href="https://www.techsmith.com/tutorial-camtasia-editing-audio.html">Learn to edit audio clips (EN)</a></li>\n</ul>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen" aria-controls="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tI want to record my course as a video\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen" id="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<p style="color: #666;">If neather a video conference nor a screencast is the right format for your course, it can also be recorded as a video. Please note that ressources here are strongly limited. Please discuss with the Dean of Study of your faculty if video recording is an option for you. He or she will pass the request on to CLS <a href="https://video.cls.rwth-aachen.de/en/kontakt/">using these contact details</a> .</p>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t\t<div class="sow-accordion-panel"\n\t\t\t data-anchor="lizenzvergabe">\n\t\t\t\t<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">\n\t\t\t\t\t<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-lizenzvergabe" aria-controls="accordion-content-lizenzvergabe" aria-expanded="false">\n\t\t\t\t\t\t<div class="sow-accordion-title sow-accordion-title-icon-left">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tLicensing\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class="sow-accordion-open-close-button">\n\t\t\t\t\t\t\t<div class="sow-accordion-open-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div class="sow-accordion-close-button">\n\t\t\t\t\t\t\t\t<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"\n\t\t ></span>\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-lizenzvergabe" id="accordion-content-lizenzvergabe">\n\t\t\t\t<div class="sow-accordion-panel-border" tabindex="0">\n\t\t\t\t\t<span style="font-size: 1.5rem; color: #f6a800;">Zoom</span><br /><br />\n\n<p style="color: #666666;"><strong>Meetings mit bis zu 300 Teilnehmern</strong> </p>\n\n<p style="color: #666666;">Sie erhalten die Lizenzen automatisch über Single-Sign-On (SSO). </p>\n\n<p style="color: #666666;">Bitte befolgen Sie dafür folgende Anleitung:</p>\n<ol style="color: #666;">\n \t<li class=" translation-block">Please open the Zoom client or launch Zoom via <a href="https://zoom.us" target="_blank">zoom.us</a> in your browser.</li>\n \t<li class=" translation-block">Under Login, please choose <strong>Login per SSO</strong>.</li>\n \t<li class=" translation-block">In order to use the RWTH Single-Sign-On, please enter <strong>rwth.zoom.us as company domain</strong>.</li>\n \t<li class=" translation-block">Now you can log in with your <strong>TIM ID (username)</strong> and use Zoom immediately.</li>\n \t<li>Sollten Probleme auftauchen kontaktieren Sie uns bitte unter <a href="mailto:[email protected]">[email protected]</a>.</li>\n</ol>\n<br />\n<p style="color: #666666;"><strong>Webinare mit mehr als 300 Teilnehmern</strong> </p>\n\n<p style="color: #666666;">Falls Sie Lizenzen benötigen, wenden Sie sich bitte an unser Helpdesk unter <a href="mailto:[email protected]">[email protected].</a> </p>\n\n<p style="color: #666666;">Fügen Sie dabei bitte stets folgende Informationen bei:</p>\n<ul style="color: #666;">\n \t<li>Link zu RWTHOnline</li>\n \t<li>Falls abweichend von RWTHOnline: Veranstaltungszeitpunkt (Datum oder Wochentag, Uhrzeit; bei regelmäßigen Veranstaltungen Start- und Enddatum)</li>\n \t<li>Email-Adresse des Accounts, der eine größere Lizenz bekommen soll</li>\n \t<li>Teilnehmendenzahl der Veranstaltung (wenn bekannt, ansonsten bitte abschätzen</li>\n \t<li>Ist bereits eine größere Lizenz (&gt; 300 TN) mit diesem Account verknüpft? Wenn ja, welche (500er oder 1000er?)</li>\n \t<li>Mailadressen weiterer Moderator*innen der Veranstaltung (Co-Hosts, bitte stellen Sie dazu sicher, dass es sich um RTWH-Zoom-Konten handelt, dies können Sie z.B. im Zoom-Client unter "Kontakte" und "Unternehmenskontakte", andere Kontotypen können nicht zum Co-Host ernannt werden)</li>\n \t<li style="list-style-type: none;">\n<ul>\n \t<li style="list-style-type: none;"></li>\n</ul>\n</li>\n</ul>\n<br />\n<p style="color: #666;">\nBei Lizenzen für größere Veranstaltungen handelt es sich <strong>ausschließlich um Webinar-Lizenzen</strong>. Zu den Unterschieden des Funktionsumfanges von Meeting- und Webinarlizenzen können Sie sich <a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/#ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren">here</a> informieren.</p>\n<br />\n\n<span style="font-size: 1.5rem; color: #f6a800;">Camtasia</span><br />\n<br />\n<p style="color: #666666;" class=" translation-block">Please notify the CLS about your requirement of Camtasia licenses under <a href="mailto:[email protected]" target="_self">[email protected]</a>.</p>\t\t\t\t</div>\n\t\t\t</div>\n\t\t</div>\n\t\t</div>\n</div>\n</div></div></div></div><div id="pgc-1577-3-1"  class="panel-grid-cell panel-grid-cell-empty" ></div></div><div id="pg-1577-4"  class="panel-grid panel-has-style" ><div id="video" class="panel-row-style panel-row-style-for-1577-4" ><div id="pgc-1577-4-0"  class="panel-grid-cell" ><div id="panel-1577-4-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="6" ><div class="so-widget-sow-editor so-widget-sow-editor-base">\n<div class="siteorigin-widget-tinymce textwidget">\n\t<p style="color: #666; font-weight: 500!important;" class=" translation-block">Here, you can find all information on the current developments regarding corona virus at RWTH Aachen University:<br> <a href="https://blog.rwth-aachen.de/corona/" target="_self">https://blog.rwth-aachen.de/corona/</a></p>\n<p style="color: #666; font-weight: 500!important;" class=" translation-block">Here, you find the website of RWTH Aachen University IT Center:<br>\n<a href="https://www.itc.rwth-aachen.de/go/id/glnjg?#aaaaaaaaaagmwqz" target="_self">https://www.itc.rwth-aachen.de/</a></p>\n</div>\n</div></div></div></div></div></div>            </div>\n\n    \n    <footer class="entry-meta">\n            </footer>\n</article>\n\n            \n        \n    </div><!-- #content -->\n</div><!-- #primary -->\n\n</div><!-- .vision-row.tv-row -->\n</div><!-- #main.wrapper -->\n</div><!-- #page.site -->\n\n    \n<footer id="agama-footer" class="tv-d-block" role="contentinfo">\n    <div class="tv-container tv-p-0 tv-d-flex tv-justify-content-between tv-align-items-center">\n\n        <div class="site-info">\n            <span>2020 Center für Lern- und Lehrservices</span>  /  <a href="https://video.cls.rwth-aachen.de/en/impressum-datenschutz/">Impressum Datenschutz</a>        </div>\n\n                <div class="social">\n            <a href="https://twitter.com/clsrwth" class="social-icons twitter" target="_blank"title="Twitter" data-toggle="tooltip" data-placement="top"></a>        </div>\n        \n    </div>\n</footer><!-- #agama-footer -->\n\t\n</div><!-- #agama-main-wrapper -->\n\n\t<a id="toTop"><i class="fa fa-angle-up"></i></a>\n\n<link rel=\'stylesheet\' id=\'sow-accordion-default-f921bb998c83-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/uploads/siteorigin-widgets/sow-accordion-default-f921bb998c83.css?ver=5.7.2\' type=\'text/css\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'siteorigin-widget-icon-font-fontawesome-css\'  href=\'https://video.cls.rwth-aachen.de/wp-content/plugins/so-widgets-bundle/icons/fontawesome/style.css?ver=5.7.2\' type=\'text/css\' media=\'all\' />\n<script type=\'text/javascript\' id=\'trp-dynamic-translator-js-extra\'>\n/* <![CDATA[ */\nvar trp_data = {"trp_custom_ajax_url":"https:\\/\\/video.cls.rwth-aachen.de\\/wp-content\\/plugins\\/translatepress-multilingual\\/includes\\/trp-ajax.php","trp_wp_ajax_url":"https:\\/\\/video.cls.rwth-aachen.de\\/wp-admin\\/admin-ajax.php","trp_language_to_query":"en_GB","trp_original_language":"de_DE","trp_current_language":"en_GB","trp_skip_selectors":["[data-no-translation]","[data-no-dynamic-translation]","[data-trp-translate-id-innertext]","script","style","head","trp-span","translate-press","[data-trp-translate-id]","[data-trpgettextoriginal]","[data-trp-post-slug]"],"trp_base_selectors":["data-trp-translate-id","data-trpgettextoriginal","data-trp-post-slug"],"trp_attributes_selectors":{"text":{"accessor":"outertext","attribute":false},"block":{"accessor":"innertext","attribute":false},"image_src":{"selector":"img[src]","accessor":"src","attribute":true},"submit":{"selector":"input[type=\'submit\'],input[type=\'button\']","accessor":"value","attribute":true},"placeholder":{"selector":"input[placeholder],textarea[placeholder]","accessor":"placeholder","attribute":true},"title":{"selector":"[title]","accessor":"title","attribute":true},"a_href":{"selector":"a[href]","accessor":"href","attribute":true},"button":{"accessor":"outertext","attribute":false},"option":{"accessor":"innertext","attribute":false}},"trp_attributes_accessors":["outertext","innertext","src","value","placeholder","title","href"],"gettranslationsnonceregular":"cf95ecd257","showdynamiccontentbeforetranslation":"","skip_strings_from_dynamic_translation":[],"skip_strings_from_dynamic_translation_for_substrings":{"href":["amazon-adsystem","googleads","g.doubleclick"]},"duplicate_detections_allowed":"100","trp_translate_numerals_opt":"no"};\n/* ]]> */\n</script>\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/js/trp-translate-dom-changes.js?ver=2.0.0\' id=\'trp-dynamic-translator-js\'></script>\n<script type=\'text/javascript\' id=\'agama-functions-js-extra\'>\n/* <![CDATA[ */\nvar agama = {"is_admin_bar_showing":"","is_home":"","is_front_page":"","headerStyle":"sticky","headerImage":"","top_navigation":"","background_image":"","primaryColor":"#00549f","header_top_margin":"0","slider_particles":"","slider_enable":"","slider_height":"0","slider_time":"7000","slider_particles_colors":{"circles":"#ac32e4","lines":"#ac32e4"},"header_image_particles":"","header_image_particles_colors":{"lines":"#00549f","circles":"#00549f"},"blog_layout":"list","infinite_scroll":"","infinite_trigger":"button"};\n/* ]]> */\n</script>\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/js/functions.js?ver=1.6.6\' id=\'agama-functions-js\'></script>\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-includes/js/wp-embed.min.js?ver=5.7.2\' id=\'wp-embed-js\'></script>\n<script type=\'text/javascript\' id=\'sow-accordion-js-extra\'>\n/* <![CDATA[ */\nvar sowAccordion = {"scrollto_after_change":"1"};\nvar sowAccordion = {"scrollto_after_change":"1"};\n/* ]]> */\n</script>\n<script type=\'text/javascript\' src=\'https://video.cls.rwth-aachen.de/wp-content/plugins/so-widgets-bundle/widgets/accordion/js/accordion.min.js?ver=1.18.2\' id=\'sow-accordion-js\'></script>\n<script type="text/javascript">document.body.className = document.body.className.replace("siteorigin-panels-before-js","");</script>\n</body>\n</html>' is not a valid URL. Set --default-search "ytsearch" (or run  youtube-dl "ytsearch:<!DOCTYPE html>
<html lang="en-GB">
<head>

	<meta charset="UTF-8" />
	
	<meta name="viewport" content="width=device-width" />
	
	<link rel="profile" href="http://gmpg.org/xfn/11" />
	<link rel="pingback" href="https://video.cls.rwth-aachen.de/xmlrpc.php" />
	
	<title>How-To &#8211; Video @ CLS</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//s.w.org' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link rel="alternate" type="application/rss+xml" title="Video @ CLS &raquo; Feed" href="https://video.cls.rwth-aachen.de/en/feed/" />
<link rel="alternate" type="application/rss+xml" title="Video @ CLS &raquo; Comments Feed" href="https://video.cls.rwth-aachen.de/en/comments/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.0.1\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/video.cls.rwth-aachen.de\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.7.2"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='wp-block-library-css'  href='https://video.cls.rwth-aachen.de/wp-includes/css/dist/block-library/style.min.css?ver=5.7.2' type='text/css' media='all' />
<link rel='stylesheet' id='siteorigin-panels-front-css'  href='https://video.cls.rwth-aachen.de/wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.12.1' type='text/css' media='all' />
<link rel='stylesheet' id='trp-language-switcher-style-css'  href='https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher.css?ver=2.0.0' type='text/css' media='all' />
<link rel='stylesheet' id='agama-font-awesome-css'  href='https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/css/font-awesome.min.css?ver=4.7.0' type='text/css' media='all' />
<link rel='stylesheet' id='agama-bootstrap-css'  href='https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/css/bootstrap.min.css?ver=4.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='agama-style-css'  href='https://video.cls.rwth-aachen.de/wp-content/themes/agama/style.css?ver=1.6.6' type='text/css' media='all' />
<style id='agama-style-inline-css' type='text/css'>
body {background: linear-gradient( to right, #e6e6e6 0, #e6e6e6 100%)}.footer-widgets {background: linear-gradient( to right, #2b2b2b 0, #2b2b2b 100%)}#agama-footer {background: linear-gradient( to right, #2b2b2b 0, #2b2b2b 100%)}
</style>
<link rel='stylesheet' id='agama-animate-css'  href='https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/css/animate.min.css?ver=3.5.1' type='text/css' media='all' />
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js'></script>
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/js/plugins.js?ver=1.6.6' id='agama-plugins-js'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://video.cls.rwth-aachen.de/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://video.cls.rwth-aachen.de/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 5.7.2" />
<link rel="canonical" href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/" />
<link rel='shortlink' href='https://video.cls.rwth-aachen.de/en/?p=1577' />
<link rel="alternate" type="application/json+oembed" href="https://video.cls.rwth-aachen.de/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvideo.cls.rwth-aachen.de%2Fen%2Fgebrauchsanweisungen%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://video.cls.rwth-aachen.de/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fvideo.cls.rwth-aachen.de%2Fen%2Fgebrauchsanweisungen%2F&#038;format=xml" />
<link rel="alternate" hreflang="de-DE" href="https://video.cls.rwth-aachen.de/gebrauchsanweisungen/"/>
<link rel="alternate" hreflang="de" href="https://video.cls.rwth-aachen.de/gebrauchsanweisungen/"/>
<link rel="alternate" hreflang="en-GB" href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"/>
<link rel="alternate" hreflang="en" href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"/>
	<style type="text/css" id="agama-customize-css">
        #agama-mobile-nav ul > li.menu-item-has-children > .dropdown-toggle,
    #agama-mobile-nav ul > li.menu-item-has-children > .dropdown-toggle.collapsed {
        color: #2b2b2b;
    }
        
    	
		
	.sm-form-control:focus {
		border: 2px solid #00549f !important;
	}
	
	.entry-content .more-link {
		border-bottom: 1px solid #00549f;
		color: #00549f;
	}
	
	.comment-content .comment-author cite {
		background-color: #00549f;
		border: 1px solid #00549f;
	}
	
	#respond #submit {
		background-color: #00549f;
	}
	
		blockquote {
		border-left: 3px solid #00549f;
	}
		
	#page-title a:hover { color: #00549f; }
	
	.breadcrumb a:hover { color: #00549f; }
	
		
	button,
	.button,
	.entry-date .date-box {
		background-color: #00549f;
	}
	
	.button-3d:hover {
		background-color: #00549f;
	}
	
	.entry-date .format-box svg {
	fill: #00549f;
	color: #00549f;
    width: 35px;
    margin-bottom: -18px;
    margin-top: -10px;
	}
	
	.vision_tabs #tabs li.active a {
		border-top: 3px solid #00549f;
	}
	
	#toTop:hover {
		background-color: #00549f;
	}
	
	.footer-widgets .widget-title:after {
		background: #00549f;
	}
	</style>
	                <style type="text/css" media="all"
                       id="siteorigin-panels-layouts-head">/* Layout 1577 */ #pgc-1577-0-0 , #pgc-1577-4-0 { width:100%;width:calc(100% - ( 0 * 24px ) ) } #pg-1577-0 , #pg-1577-1 , #pg-1577-2 , #pg-1577-3 , #pl-1577 .so-panel { margin-bottom:24px } #pgc-1577-1-0 { width:89.4427%;width:calc(89.4427% - ( 0.10557280200017 * 24px ) ) } #pgc-1577-1-1 { width:10.5573%;width:calc(10.5573% - ( 0.89442719799983 * 24px ) ) } #pgc-1577-2-0 , #pgc-1577-3-0 { width:75%;width:calc(75% - ( 0.249999998125 * 24px ) ) } #pgc-1577-2-1 , #pgc-1577-3-1 { width:25%;width:calc(25% - ( 0.750000001875 * 24px ) ) } #pl-1577 .so-panel:last-child { margin-bottom:0px } #pg-1577-0.panel-no-style, #pg-1577-0.panel-has-style > .panel-row-style , #pg-1577-1.panel-no-style, #pg-1577-1.panel-has-style > .panel-row-style , #pg-1577-2.panel-no-style, #pg-1577-2.panel-has-style > .panel-row-style , #pg-1577-3.panel-no-style, #pg-1577-3.panel-has-style > .panel-row-style , #pg-1577-4.panel-no-style, #pg-1577-4.panel-has-style > .panel-row-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-1577-4> .panel-row-style { padding:40px 0px 0px 0px } @media (max-width:992px){ #pg-1577-0.panel-no-style, #pg-1577-0.panel-has-style > .panel-row-style , #pg-1577-1.panel-no-style, #pg-1577-1.panel-has-style > .panel-row-style , #pg-1577-2.panel-no-style, #pg-1577-2.panel-has-style > .panel-row-style , #pg-1577-3.panel-no-style, #pg-1577-3.panel-has-style > .panel-row-style , #pg-1577-4.panel-no-style, #pg-1577-4.panel-has-style > .panel-row-style { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-1577-0 > .panel-grid-cell , #pg-1577-0 > .panel-row-style > .panel-grid-cell , #pg-1577-1 > .panel-grid-cell , #pg-1577-1 > .panel-row-style > .panel-grid-cell , #pg-1577-2 > .panel-grid-cell , #pg-1577-2 > .panel-row-style > .panel-grid-cell , #pg-1577-3 > .panel-grid-cell , #pg-1577-3 > .panel-row-style > .panel-grid-cell , #pg-1577-4 > .panel-grid-cell , #pg-1577-4 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pg-1577-0 , #pg-1577-1 , #pg-1577-2 , #pg-1577-3 , #pg-1577-4 { margin-bottom:px } #pgc-1577-1-0 , #pgc-1577-2-0 , #pgc-1577-3-0 { margin-bottom:24px } #pl-1577 .panel-grid-cell { padding:0 } #pl-1577 .panel-grid .panel-grid-cell-empty { display:none } #pl-1577 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>		<style type="text/css" id="wp-custom-css">
			/*@media screen and (max-width: 992px){.sticky-header .logo{
	max-height: 70px!important;
	}}

.sticky-header{
	box-shadow: none;
}

.sticky-header.sticky-header-shrink{
	position: relative;
}

.entry-header {
display: none;
}
*/

/* Container */
.tv-container, #page #main .vision-row{
	max-width: 1060px!important;
	padding: 0 15px 0 15px;
}


#masthead.header_v1, #masthead.header_v3{
	position: static;
}

#agama-header-distance{
	display: none!important;
}

#masthead:not(.header_v2) .agama-header-overlay{
	box-shadow: none;
}

.entry-title {
display: none;
}
.archive-title {
display: none;
}

.page{
	min-height: 100vh;
}
/*
.site{
	margin-top: 40px;
}*/

.service-wrap{
	min-height: 104px;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 16px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.20);
	border-radius: 2px;
	background-color: white;
}

.service-wrap.slim{
	min-height: 80px;
}

.service-wrap-small{
	min-height: 88px;
}

.service-wrap-clear{
	min-height: 88px;
	display: flex;
	align-items: center;
	padding: 16px 16px 16px 16px;
}

.service-wrap:hover{
	box-shadow: 0 6px 20px 0 rgba(0,0,0,0.20);
}

.service-wrap a{
	display: flex;
	align-items: center;
}

.service-wrap-clear a{
	display: flex;
	align-items: center;
}

.service-icon{
	display: flex;
	float: left;
	margin-right: 16px;
}

.service-icon svg{
	width: 4rem;
	height: 4rem;
}

.site-header .logo{
	max-height: 60px;
}

.service-text{
	display: inline;
	float: right;
	text-align: left;
	font-size: 1em;
}

.contact-person-wrap{
	display: flex;
	align-items: center;
}

.contact-person-avatar a{
	display: flex;
	float: left;
	margin-right: 16px;
}

.highlight a{
text-decoration: underline;
}

.team-title{
	hyphens: manual;
}

@media (max-width: 992px){
	.team-name{
		font-size: 1em!important;
	}
}

@media (max-width: 992px){
	.team-container .panel-grid-cell{
		min-height: 410px!important;
	}
}

ul.agama-navigation li > a span{
	display: inline;
}

/* Datenschutz Akkordeon */
.so-widget-sow-accordion-default-815f84591a77 .sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
	padding: 4px 0 4px 0!important;
	border-bottom: 1px solid #2b2b2b;
	font-weight: 600;
	font-size: 12px;
}

.so-widget-sow-accordion-default-815f84591a77 .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border{
	padding: 16px 0 16px 0!important;
}

/* von exact website */
.vision-row{
	padding-top: 0;
}

.vision-row{
	padding-top: 0;
}

.entry-content{
	hyphens: none;
}

.courseimage{
	border-bottom: 4px solid #00549F;
}

.sow-image-grid-wrapper{
	text-align: left;
}

.entry-content li, .comment-content li, .mu_register li{
	margin-left: 16px;
	margin-bottom: 12px;
	color: #666;
}

.date-box{
	display: none;
}

.format-box{
	display: none;
}

div.list-style .entry-content{
	margin-left: 0;
}


a{
	color: #00549F;
	font-weight: 600;
}

.links_block a{
	font-weight: 300;
}

/* Schriftgroessen */

body {
  font-size: 100%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
	/* hyphens */
   -moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual; 
}

#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

.primarycontent {
  font-size: 1.2em !important;
  line-height: 1.5 !important;
}

.secondarycontent {
  font-size: 1.2em !important;
  line-height: 1.5 !important;
}

@media (min-width: 43.75em) {
  .primarycontent {
    font-size: 1.3em !important;
    line-height: 1.5 !important;
  }
}

@media (min-width: 56.25em) {
  .primarycontent {
    font-size: 1.5em !important;
    line-height: 1.75 !important;
  }
}

h1 {
  font-size: 2em !important;
  /* 2x body copy size = 32px */
  line-height: 1.25 !important;
  /* 45px / 36px */
	font-weight: bold !important;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em !important;
    /* 2.5x body copy size = 40px */
    line-height: 1.125 !important;
		font-weight: bold !important;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em !important;
    /* 3x body copy size = 48px */
    line-height: 1.3 !important;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
		font-weight: bold !important;
  }
}

h2 {
  font-size: 1.625em !important;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615 !important;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em !important;
    /* 2x body copy size = 32px */
    line-height: 1.25 !important;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em !important;
    /* 2.25x body copy size = 36px */
    line-height: 1.25 !important;
  }
}

h3 {
  font-size: 1.375em !important;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364 !important;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em !important;
    /* 1.5x body copy size = 24px */
    line-height: 1.25 !important;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.75em !important;
    /* 1.75x body copy size = 28px */
    line-height: 1.25 !important;
  }
}

h4 {
  font-size: 1.125em !important;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111 !important;
}

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222 !important;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}


.social-icons{
	margin-right: 32px;
	font-size: 20px;
}		</style>
		<style id="kirki-inline-styles">#masthead:not(.shrinked) .site-title a{font-family:Source Sans Pro;font-size:35px;font-weight:400;}#masthead.shrinked .site-title a{font-family:Source Sans Pro;font-size:28px;font-weight:400;}#masthead .site-tagline{font-family:Raleway;font-size:13px;font-weight:400;}body{font-family:Source Sans Pro;font-size:16px;font-weight:400;letter-spacing:0px;line-height:1;text-align:left;text-transform:none;color:#2b2b2b;}#agama-top-nav a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;color:#2b2b2b;}#agama-primary-nav a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;}#agama-mobile-nav a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;color:#2b2b2b;}#agama-mobile-nav ul > li.menu-item-has-children.open > a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;}#agama-mobile-nav ul > li > ul li.menu-item-has-children > a{font-family:Source Sans Pro;font-size:14px;font-weight:700;letter-spacing:0px;text-transform:uppercase;}a:hover, .mobile-menu-toggle-label, .vision-search-submit:hover, .entry-title a:hover, .entry-meta a:not(.button):hover, .entry-content a:hover, .comment-content a:hover, .single-line-meta a:hover, a.comment-reply-link:hover, a.comment-edit-link:hover, article header a:hover, .comments-title span, .comment-reply-title span, .widget a:hover, .comments-link a:hover, .entry-header header a:hover, .tagcloud a:hover, footer[role="contentinfo"] a:hover{color:#00549f;}.mobile-menu-toggle-inner, .mobile-menu-toggle-inner::before, .mobile-menu-toggle-inner::after, .woocommerce span.onsale, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .loader-ellips__dot{background-color:#00549f;}#masthead:not(.header_v1), ul.agama-navigation ul:not(.mega-menu-column){border-top-color:#00549f;}#masthead.header_v2, .tagcloud a:hover, .wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-textarea:focus{border-color:#00549f;}#masthead h1 a{color:#00549f;}#masthead h1 a:hover{color:#ffffff;}#masthead:not(.header_v1){background-color:rgba(255, 255, 255, 1);border-top-width:0px;}#masthead nav:not(.mobile-menu) ul li ul{background-color:rgba(255, 255, 255, 1);}#masthead.shrinked, #masthead.shrinked nav ul li ul{background-color:rgba(255, 255, 255, .9);}#masthead.shrinked #agama-mobile-nav ul{background-color:rgba(255, 255, 255, .9);}.header_v2 #agama-primary-nav, #agama-top-social li{border-color:rgba(238, 238, 238, 1);}.agama-top-nav-wrapper{-webkit-box-shadow:0 1px 4px 0 rgba(238, 238, 238, 1);-moz-box-shadow:0 1px 4px 0 rgba(238, 238, 238, 1);box-shadow:0 1px 4px 0 rgba(238, 238, 238, 1);}#agama-top-nav a:visited{color:#2b2b2b;}#agama-top-nav a:hover{color:#00549f;}#agama-top-nav a:active{color:#00549f;}#agama-primary-nav ul.agama-navigation a{color:#2b2b2b;}#agama-primary-nav ul.agama-navigation a:visited{color:#2b2b2b;}#agama-primary-nav ul.agama-navigation a:hover{color:#00549f;}#agama-primary-nav ul.agama-navigation a:active{color:#00549f;}#agama-mobile-nav a:visited{color:#2b2b2b;}#agama-mobile-nav a:hover{color:#00549f;}#agama-mobile-nav a:active{color:#00549f;}#masthead ul.navbar-buttons a, .mobile-menu-toggle .mobile-menu-toggle-label{color:#757575;}#masthead ul.navbar-buttons a:hover, .mobile-menu-toggle:hover .mobile-menu-toggle-label{color:#333333;}.mobile-menu-toggle .mobile-menu-toggle-inner, .mobile-menu-toggle .mobile-menu-toggle-inner::before, .mobile-menu-toggle .mobile-menu-toggle-inner::after{background-color:#757575;}.mobile-menu-toggle:hover .mobile-menu-toggle-inner, .mobile-menu-toggle:hover .mobile-menu-toggle-inner::before, .mobile-menu-toggle:hover .mobile-menu-toggle-inner::after{background-color:#333333;}#page-title{background-color:#F5F5F5;}#page-title h1, .breadcrumb > .active{color:#444444;}#page-title a{color:#444;}#agama-footer .site-info a{color:#ffffff;}#agama-footer .social a{color:#ffffff;}{:mobile;}#agama-logo .logo-mobile{max-height:46px;}#agama-header-image .header-image{height:50vh;}/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7jujVj9_mf.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7jujVj9_mf.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7jujVj9_mf.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67jujVj9_mf.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67jujVj9_mf.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7jujVj9_mf.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7jujVj9w.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhdo3cOWxy40.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxdo3cOWxy40.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxdo3cOWxy40.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBdo3cOWxy40.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBdo3cOWxy40.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRdo3cOWxy40.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/source-sans-pro/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdo3cOWxw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrcVIT9d4cydYA.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrcVIT9d4cydYA.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrcVIT9d4cydYA.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrcVIT9d4cydYA.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://video.cls.rwth-aachen.de/wp-content/fonts/raleway/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrcVIT9d4cw.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}</style>
</head>

<body class="page-template page-template-templates page-template-template-full-width page-template-templatestemplate-full-width-php page page-id-1577 siteorigin-panels siteorigin-panels-before-js translatepress-en_GB header_v3 sticky_header template-full-width">

    
<a class="screen-reader-text skip-link" href="#page">
    Skip to content</a><!-- .screen-reader-text -->

<div id="agama-main-wrapper" class="is-full-width">
    
    
<header id="masthead" class="site-header header_v3 has_desktop has_tablet has_mobile" itemscope itemtype="http://schema.org/WPHeader" role="banner">

<div class="agama-header-overlay">

    <div class="agama-top-nav-wrapper">
        <div class="tv-container tv-d-flex tv-justify-content-between tv-align-items-center">

            
            
        </div>
    </div><!-- .agama-top-nav-wrapper -->

    <div class="tv-container tv-d-flex tv-justify-content-between tv-align-items-center">

        <div id="agama-logo">
            <a href="https://video.cls.rwth-aachen.de/en/" title="Video @ CLS"><img src="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/rwth_cls_de_rgb.png" class="logo logo-desktop" alt="Video @ CLS"><img src="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/rwth_cls_de_rgb.png" class="logo logo-tablet" alt="Video @ CLS"><img src="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/rwth_cls_de_rgb.png" class="logo logo-mobile" alt="Video @ CLS"></a>        </div><!-- #agama-logo -->

        <nav id="agama-primary-nav" class="tv-navbar tv-justify-content-end tv-justify-content-lg-between" role="navigation">
            <ul id="menu-hauptmenue" class="agama-navigation tv-navbar-nav tv-d-none tv-d-lg-block"><li id="menu-item-1342" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1342"><a href="https://video.cls.rwth-aachen.de/en/">Info</a></li>
<li id="menu-item-1597" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1577 current_page_item menu-item-1597"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/" aria-current="page">How-To</a></li>
<li id="menu-item-386" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-386"><a href="https://video.cls.rwth-aachen.de/en/rwthmoodle-faq/">RWTHmoodle FAQ</a></li>
<li id="menu-item-284" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-284"><a href="https://video.cls.rwth-aachen.de/en/neuigkeiten/">Corona-Blog</a></li>
<li id="menu-item-34" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://video.cls.rwth-aachen.de/en/kontakt/">Contact us</a></li>
<li id="menu-item-436" class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-436"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"><span data-no-translation><img class="trp-flag-image" src="https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_GB.png" width="18" height="12" alt="en_GB" title="English (UK)"><span class="trp-ls-language-name">EN</span></span></a></li>
</ul><!-- .agama-navigation -->

<div>

        
    <ul class="navbar-buttons tv-d-inline-block tv-align-middle">
                
                    
                        
                        <li class="navbar-button navbar-button-mobile tv-d-block tv-d-lg-none">
                <a href="#mobile-menu" class="mobile-menu-toggle toggle--elastic">
                    <span class="mobile-menu-toggle-box"><span class="mobile-menu-toggle-inner"></span></span>
                    <span class="mobile-menu-toggle-label"></span>
                </a>
            </li>
                    
            </ul><!-- .navbar-buttons -->
    
        
</div>

    </ul>        </nav><!-- #agama-primary-nav -->

    </div>

    <nav id="agama-mobile-nav" class="mobile-menu tv-collapse" role="navigaiton">
        <ul id="menu-hauptmenue-1" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1342"><a href="https://video.cls.rwth-aachen.de/en/">Info</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1577 current_page_item menu-item-1597"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/" aria-current="page">How-To</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-386"><a href="https://video.cls.rwth-aachen.de/en/rwthmoodle-faq/">RWTHmoodle FAQ</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-284"><a href="https://video.cls.rwth-aachen.de/en/neuigkeiten/">Corona-Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-34"><a href="https://video.cls.rwth-aachen.de/en/kontakt/">Contact us</a></li>
<li class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-436"><a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/"><span data-no-translation><img class="trp-flag-image" src="https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_GB.png" width="18" height="12" alt="en_GB" title="English (UK)"><span class="trp-ls-language-name">EN</span></span></a></li>
</ul>    </nav><!-- #agama-mobile-nav -->
    
</div><!-- .agama-header-overlay -->
</header>
<!-- #masthead -->
<div id="agama-header-distance" class="tv-d-none tv-d-sm-block"></div>
	<div id="page" class="hfeed site">
		<div id="main" class="wrapper"> 
			<div class="vision-row tv-row">
                					
<div id="primary" class="site-content tv-container tv-p-0">
    <div id="content" role="main">

        
            
<article id="post-1577" class="post-1577 page type-page status-publish hentry">
    <header class="entry-header">
                                                    </header>

    <div class="entry-content">
        <div id="pl-1577"  class="panel-layout" ><div id="pg-1577-0"  class="panel-grid panel-no-style" ><div id="pgc-1577-0-0"  class="panel-grid-cell" ><div id="panel-1577-0-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="0" ><div class="so-widget-sow-editor so-widget-sow-editor-base">
<div class="siteorigin-widget-tinymce textwidget">
	<p><span style="font-size: 1.8rem; color: #f6a800;">How-To</span></p>
</div>
</div></div></div></div><div id="pg-1577-1"  class="panel-grid panel-no-style" ><div id="pgc-1577-1-0"  class="panel-grid-cell panel-grid-cell-mobile-last" ><div id="panel-1577-1-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="1" ><div class="links_block panel-widget-style panel-widget-style-for-1577-1-0-0" ><div class="so-widget-sow-editor so-widget-sow-editor-base">
<div class="siteorigin-widget-tinymce textwidget">
	<p style="color: #666;">Here you can find all important information about possible solutions for the design of digital teaching.</p>
<p>For your quick orientation, we classified information for you into the following categories:</p>
</div>
</div></div></div></div><div id="pgc-1577-1-1"  class="panel-grid-cell panel-grid-cell-empty" ></div></div><div id="pg-1577-2"  class="panel-grid panel-no-style" ><div id="pgc-1577-2-0"  class="panel-grid-cell panel-grid-cell-mobile-last" ><div id="panel-1577-2-0-0" class="widget_text so-panel widget widget_custom_html panel-first-child" data-index="2" ><div id="lehre" class="widget_text panel-widget-style panel-widget-style-for-1577-2-0-0" ><div class="textwidget custom-html-widget"><div class="achievements__item js-achievements-item achievements__item--fourth">
<strong class="achievements__line js-achievements-mark" style="height: 3px; width: 39px; display: block; background: #00549F; margin: 0 0 8px 0;"></strong>
<div class="achievements__info js-achievements-text" style="display: block;"><span style="font-size: 1.8rem; color: #00549f;">Exams</span></div>
</div></div></div></div><div id="panel-1577-2-0-1" class="so-panel widget widget_sow-accordion panel-last-child" data-index="3" ><div id="testanchor" class="panel-widget-style panel-widget-style-for-1577-2-0-1" ><div class="so-widget-sow-accordion so-widget-sow-accordion-default-f921bb998c83" data-max-open-panels="0" data-use-anchor-tags="true" data-initial-scroll-panel="0"><div>
	<div class="sow-accordion">
			<div class="sow-accordion-panel"
			 data-anchor="vorbereitung-der-pr%c3%bcfung">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-vorbereitung-der-pr%c3%bcfung" aria-controls="accordion-content-vorbereitung-der-pr%c3%bcfung" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Exam Preperation													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-vorbereitung-der-pr%c3%bcfung" id="accordion-content-vorbereitung-der-pr%c3%bcfung">
				<div class="sow-accordion-panel-border" tabindex="0">
					<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Entscheidungsmatrix_Fernpruefungen_published.pdf">Entscheidungsbaum für die Wahl von Prüfungsformate im Take-Home und Präsenz-Setting</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/FlowChart_Pruefungsdurchfuehrung_published.pdf">Flowchart für die Umsetzung von Take-Home-Exams ohne und mit Täuschungskontrolle</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Formblatt-zur-ID-Einholung_DE_online_v003_published.pdf">Formblatt zur Zustimmung zur Videoüberwachung und Identifizierung (DE)</a> - PDF-Format, zur elektronischen Verteilung</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Formblatt-zur-ID-Einholung_DE_online_v003_published.odt">Formblatt zur Zustimmung zur Videoüberwachung und Identifizierung (DE)</a> - ODT-Format, zur elektronischen Verteilung</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Formblatt-zur-ID-Einholung_DE_print_v003_published.pdf">Formblatt zur Zustimmung zur Videoüberwachung und Identifizierung (DE)</a> - PDF-Format, zur Verteilung als Ausdruck</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Template-for-identification_EN_online_v003_published.pdf">Template for Declaration of Consent and Identification (EN)</a> - PDF-Format, for electronic sharing</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Template-for-identification_EN_online_v003_published.odt">Template for Declaration of Consent and Identification (EN)</a> - ODT-Format, for electronic sharing</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Template-for-identification_EN_print_v003_published.pdf">Template for Declaration of Consent and Identification (EN)</a> - PDF-Format, for sharing as printed version</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Belehrung_Official-Notification_DE_EN_published.pdf">Rechtsbelehrung für Studierende (DE/EN)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (DE)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_EN_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (EN)</a></li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende" aria-controls="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Exam Examination for lecturers													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende" id="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-lehrende">
				<div class="sow-accordion-panel-border" tabindex="0">
					<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Videoueberwachte_Fernpruefungen_published.pdf">Handreichung zur Durchführung videoüberwachter Take-Home-Exams</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/CLS_VideobasierteDistanzpruefungen_Zoom_DE_published.pdf">Bebilderte Schritt-für-Schritt Anleitung zur Umsetzung videoüberwachter Take-Home-Exams in Zoom</a></li>
<li><a href="https://youtu.be/5hkGAC68sQ0" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines verschlüsselten Aufgaben-PDFs (Microsoft Office für Windows)</a></li>
<li><a href="https://youtu.be/QToOeIKyNXg" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines verschlüsselten Aufgaben-PDFs (MacOffice)</a></li>
<li><a href="https://youtu.be/5LGC0Wbnpd4" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines verschlüsselten Aufgaben-PDFs (LibreOffice)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Anleitung_PDF_Kennwort_LibreOffice_published_V1.pdf">Schriftliche Anleitung zur Erzeugung eines verschlüsselten Aufgaben-PDFs (LibreOffice)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Anleitung_PDF_Kennwort_MacOffice_published_V1.pdf">Schriftliche Anleitung zur Erzeugung eines verschlüsselten Aufgaben-PDFs (MacOffice)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Anleitung_PDF_Kennwort_OfficeMSWindows_V2.pdf">Schriftliche Anleitung zur Erzeugung eines verschlüsselten Aufgaben-PDFs (Microsoft Office für Windows)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Zoom_Einstellungen_fuer_Pruefungen_published.pdf">Checkliste "Optimale Zoom-Einstellungen für Prüfungs-Meetings"</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Pruefungsprotokolle_in_Zoom_generieren_published-1.pdf">Anwesenheitsprotokoll aus Zoom exportieren (DE)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Generate-exam-reports-in-Zoom_EN_published.pdf">Anwesenheitsprotokoll aus Zoom exportieren (EN)</a></li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende" aria-controls="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Exam Examination for students													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende" id="accordion-content-durchf%c3%bchrung-der-pr%c3%bcfung-f%c3%bcr-studierende">
				<div class="sow-accordion-panel-border" tabindex="0">
					<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/FlowChart_Pruefungsteilnahme_Studierende_DE_published.pdf">Flowchart zur Prüfungsteilnahme für Studierende (DE)</a>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/FlowChart_PruefungsdurchfuehrungStudierende_20-21_EN_published.pdf">Flowchart zur Prüfungsteilnahme für Studierende (EN)</a></li>
</ul>
</li>
<li>
<div><a href="https://youtu.be/He8Xu_2gCvk" target="_blank" rel="noopener">Erklärvideo zum Einreichen von Abgaben in RWTHmoodle</a></div>
<ul>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/1c5b80f55c6745dc9ba13cf9af81431d">Schriftliche Anleitung zum Einreichen von Abgaben in temp-moodle</a></li>
</ul>
</li>
<li><a href="https://youtu.be/JdoLiSiz2ho" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines PDFs mit iOS (Notizen App)</a>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_iOSNotizen_published.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit iOS (DE)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_iOSNotizen_published_EN.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit iOS (EN)</a></li>
</ul>
</li>
<li><a href="https://youtu.be/eKwndNjuzLI" target="_blank" rel="noopener">Erklärvideo zur Erzeugung eines PDFs mit Android (Google Drive)</a>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_GoogleDrive_published.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit Android (DE)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/PDF_Generieren_aus_Fotos_mit_GoogleDrive_published_EN.pdf">Schriftliche Anleitung zur Erzeugung eines PDFs mit Android (EN)</a></li>
</ul>
</li>
<li><a href="https://youtu.be/2kK5DFxrXI4" target="_blank" rel="noopener">Erklärvideo zum Upload von Dateien über Gigamove am Beispiel eine Android-Smartphones</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Zoom_Anzeigename_Einstellen_published.pdf" target="_blank" rel="noopener">How-To zum Einstellen des Anzeigenamens für Zoom-Meetings (DE)</a>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Zoom_Anzeigename_Einstellen_published_EN.pdf" target="_blank" rel="noopener">How-To zum Einstellen des Anzeigenamens für Zoom-Meetings (EN)</a></li>
</ul>
</li>
<li>
<div><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Handreichung_zu_Pruefungen_in_Dynexite_fuer_Studierende.pdf">Handreichung zur Prüfung mit DYNEXITE für Studierende (DE)</a></div>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Handreichung_zu_Pruefungen_in_Dynexite_fuer_Studierende_EN.pdf">Handreichung zur Prüfung mit DYNEXITE für Studierende (EN)</a></li>
</ul>
</li>
<li>
<div><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Handreichung_Upload_Dynexite_DE.pdf">Handreichung zum Hochladen von Fotos in DYNEXITE (DE)</a></div>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Handreichung_Upload_Dynexite_EN.pdf">Handreichung zum Hochladen von Fotos in DYNEXITE (EN)</a></li>
</ul>
</li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="umsetzung-in-rwthmoodle">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-umsetzung-in-rwthmoodle" aria-controls="accordion-content-umsetzung-in-rwthmoodle" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Implementation in RWTHmoodle													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-umsetzung-in-rwthmoodle" id="accordion-content-umsetzung-in-rwthmoodle">
				<div class="sow-accordion-panel-border" tabindex="0">
					<ul>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/b61c70a1cf6f4bfb983367197cc50de2">Themenabschnitt für die Prüfung erstellen und Zugriff regeln</a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/2eb108f829fa454f9644fc316f5028ee">Elektronische Einsichtnahme bei Fernprüfungen mit RWTHmoodle</a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/517b75e674614be3a289b85835aa80ee">Vorläufige Prüfungsergebnisse datenschutzkonform bereitstellen</a></li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="umsetzung-in-temp-moodle">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-umsetzung-in-temp-moodle" aria-controls="accordion-content-umsetzung-in-temp-moodle" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Umsetzung in temp-moodle													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-umsetzung-in-temp-moodle" id="accordion-content-umsetzung-in-temp-moodle">
				<div class="sow-accordion-panel-border" tabindex="0">
					<ul>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/7e7264f045dd49128954d17ba2995c0c">Allgemeine Informationen zu Take Home-Exams mit temp-moodle</a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/56e6556e6a2c49699097106922022984">Prüfungsteilnehmer/innen in den Lernraum buchen und in Gruppe zusammenfassen </a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/1a07e299a5a143189de12ed341798622">Entscheidung über Prüfungsart, Zustimmung zur Videoüberwachung und Einsammeln von Kontaktdaten</a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/5717694b454a44e6a46c16a13a24e85e"><span style="font-size: 1rem;">Prüfung durchführen mit der Aktivität „Aufgabe“</span></a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/3fff274b22954b41a16a3567a1124605">Anwesenheitskontrolle und Identitätsfeststellung in Zoom-Meetings per Zufalls-Code</a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/720036f6f75149eea69b8b0915c63137">Elektronische Einsichtnahme bei Fernprüfungen mit temp-moodle</a></li>
<li><a href="https://help.itc.rwth-aachen.de/service/8954827c1df748d1863d21d54e66cd77/article/dab06e70f39b4d098d28b5ef0c1bc3c1">Vorläufige Prüfungsergebnisse datenschutzkonform bereitstellen</a></li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="weitere-materialien">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-weitere-materialien" aria-controls="accordion-content-weitere-materialien" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Other Materials													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-weitere-materialien" id="accordion-content-weitere-materialien">
				<div class="sow-accordion-panel-border" tabindex="0">
					<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/02/Analyse_Taeuschungsszenarien_Pruefungen_published.pdf" target="_blank" rel="noopener">Analyse zu möglichen Täuschungsszenarien für Take-Home-Exams</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/Fernpruefungen_Starke_Taeuschungskontrolle_published.pdf" target="_blank" rel="noopener">Informationen zur Durchführung von Take-Home-Exams mit starker Täuschungskontrolle</a></li>
</ul>
				</div>
			</div>
		</div>
		</div>
</div>
</div></div></div></div><div id="pgc-1577-2-1"  class="panel-grid-cell panel-grid-cell-empty" ></div></div><div id="pg-1577-3"  class="panel-grid panel-no-style" ><div id="pgc-1577-3-0"  class="panel-grid-cell panel-grid-cell-mobile-last" ><div id="panel-1577-3-0-0" class="widget_text so-panel widget widget_custom_html panel-first-child" data-index="4" ><div id="lehre" class="widget_text panel-widget-style panel-widget-style-for-1577-3-0-0" ><div class="textwidget custom-html-widget"><div class="achievements__item js-achievements-item achievements__item--fourth">
<strong class="achievements__line js-achievements-mark" style="height: 3px; width: 39px; display: block; background: #00549F; margin: 0 0 8px 0;"></strong>
<div class="achievements__info js-achievements-text" style="display: block;"><span style="font-size: 1.8rem; color: #00549f;">Teaching</span></div>
</div></div></div></div><div id="panel-1577-3-0-1" class="so-panel widget widget_sow-accordion panel-last-child" data-index="5" ><div id="testanchor" class="panel-widget-style panel-widget-style-for-1577-3-0-1" ><div class="so-widget-sow-accordion so-widget-sow-accordion-default-f921bb998c83" data-max-open-panels="0" data-use-anchor-tags="true" data-initial-scroll-panel="0"><div>
	<div class="sow-accordion">
			<div class="sow-accordion-panel"
			 data-anchor="sprechstunden-online-workshops">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-sprechstunden-online-workshops" aria-controls="accordion-content-sprechstunden-online-workshops" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Office hours & Online-Workshops													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-sprechstunden-online-workshops" id="accordion-content-sprechstunden-online-workshops">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p><span style="font-size: 1.5rem; color: #f6a800;">RWTHmoodle office hour</span></p>
<p style="font-size: 1em;">Do you have any questions about RWTHmoodle that are difficult to clarify by email to the IT ServiceDesk? Then register for the open online consultation on RWTHmoodle.</p>
<p><a href="https://www.buchsys.de/cls-aachen/angebote/aktueller_zeitraum/_RWTHmoodle-Sprechstunde_online.html">Register here</a></p>
<p><span style="font-size: 1.5rem; color: #f6a800;">Digital Training Offers</span></p>
<p style="color: #666;">In addition to our range of information here on the website, we also offer other digital training options as part of the ExAcT course program. You can register in the <a href="https://www.rwth-aachen.de/cms/root/Die-RWTH/Karriere/Personalentwicklung-an-der-RWTH-Aachen/~ebog/Veranstaltungsdatenbank-Personalentwickl/?search=&amp;month=&amp;year=&amp;reset=&amp;zielgruppe=&amp;handlungsfeld=&amp;themengebiet=&amp;anbieter=ExAcT">event database of personnel development</a>.</p>
<p style="color: #666;">Are you interested in a digital exchange about your course design among colleagues in the form of a peer-to-peer consultation or would you like our digitalTAP to evaluate your new teaching concept? Then write us an email to <a href="mailto:[email protected]">[email protected]</a>.</p>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen" aria-controls="accordion-content-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														I want to use RWTHmoodle and the RWTH streaming server for teaching at a distance								</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen" id="accordion-content-ich-m%c3%b6chte-rwthmoodle-und-den-rwth-streamingserver-f%c3%bcr-die-fernlehre-einsetzen">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p style="color: #666;">RWTHmoodle is the central web-based teaching and learning platform of RWTH Aachen University. Moodle offers virtual classrooms where lecturers provide material and many different activities for communication, collaboration and self-study. Students can use moodle courses at any time and place at their own learning requirements. In the following, you find several guidelines for different RWTHmoodle functions.</p>
<ul>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22">General Instructions (DE/EN)</a><br />
Here, you find a general overview over RWTHmoodle functions in German and English</li>
<li class=" translation-block"><a href="https://doc.itc.rwth-aachen.de/x/XwWPAg" target="_self"> Manage participants (DE/EN)</a><br>
Here you will find information on role management and instructions on how to add or remove participants</li>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/c4251a9b184047c994228d8dabb0ee6b">Managing course room content (DE/EN)</a><br />
Here, you find information on editing your learning space</li>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/39e380f56a3b493599d8d7862cc12e5b">Using the RWTH streaming server (DE)</a><br />
Here, you find general information on the streaming server and how to upload videos and integrate them into RWTHmoodle</li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen" aria-controls="accordion-content-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														I want to use lecture recordings that already exist												</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen" id="accordion-content-ich-m%c3%b6chte-auf-bereits-vorhandene-aufzeichnungen-von-lehrveranstaltungen-zur%c3%bcckgreifen">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p style="color: #666;">Your lectures have already been recorded during past semesters? You could use these recordings in the current situation! Please provide these recordings for your current group of students, e.g. using RWTHmoodle.</p>

<ul>
 	<li><a href="https://video.fsmpi.rwth-aachen.de/courses">Lecture videos of Video AG (DE)</a>
Here, you find lecture videos the Video AG recorded during past semesters</li>
 	<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/d48708d9d69844e99ae3ab3447f46246">Embedding videos into RWTHmoodle (DE)</a>
Here, you find a guideline on how to embed existing videos into RWTHmoodle</li>
 	<li><a href="https://video.cls.rwth-aachen.de/en/kontakt/">Contact the CLS</a>
If you have already produced videos at or with the CLS, but do not know how to access these, <a href="https://video.cls.rwth-aachen.de/en/kontakt/">please contact us</a> via the <a href="mailto: video.cls.rwth-aachen.de">helpdesk</a>.</li>
</ul>				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren" aria-controls="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														I want to use a virtual meeting room in zoom for teaching in distance										</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren" id="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p style="color: #666;">Due to the current development regarding the CoVid19 pandemia, RWTH Aachen University acquired licenses for Zoom video conferences. There are different solutions for different group sizes.</p>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_DE_v310_published.pdf"><strong>CLS-Handreichung zur Veranstaltung von Webkonferenzen/Meetings (DE) (PDF; Stand: 13.04.20</strong><strong>21)</strong></a><br />
<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_DE_v310_published.pptx"><strong>CLS-Handreichung zur Veranstaltung von Webkonferenzen/Meetings (DE) (PPTX; Stand: 13.04.2021)</strong></a><br />
Lecturers can find introductory information and legal information on the use of Zoom here (CC-BY-SA)</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Lehrende_Webinar_DE_v209_published.pdf"><strong>CLS-Handreichung für Lehrende zur Nutzung von Zoom Webinaren (DE) (PDF; Stand: 02.03.20</strong><strong>21)</strong></a><br />
<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Lehrende_Webinar_DE_v209_published.pptx"><strong>CLS-Handreichung für Lehrende zur Nutzung von Zoom Webinaren (DE) (PPTX; Stand: 02.03.2021)</strong></a><br />
Lecturers can find introductory information and legal information on the use of Zoom here (CC-BY-SA)</li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_EN_v310_published.pdf">CLS-Step-by-Step Guide for conducting web conferences/meetings (EN) (PDF; Upload: 13.04.2021)</a></strong><br />
<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/04/CLS_HandreichungZoom_Veranstalter_EN_v310_published.pptx"><strong>CLS-Step-by-Step Guide for conducting web conferences/meetings (EN) (PPTX; Upload: 13.04.2021)</strong></a><br />
Here, lecturers can find introductory information and legal information on the use of Zoom (CC-BY-SA)</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_DE_v307_published.pdf"><strong>CLS-Handreichung zur Teilnahme an Webkonferenzen/Meetings (DE) (PDF; Stand: 02.03.2021)</strong></a><br />
<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_DE_v307_published.pptx"><strong>CLS-Handreichung zur Teilnahme an Webkonferenzen/Meetings (DE) (PPTX; Stand: 02.03.2021)</strong></a><br />
Students can find introductory information and legal information on the use of Zoom here</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_EN_v307_published.pdf"><strong>CLS-Step-by-Step Guide for participants using zoom (EN) (PDF; Upload: 02.03.2021)</strong></a><br />
<a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2021/03/CLS_HandreichungZoom_Teilnehmende_EN_v307_published.pptx"><strong>CLS-</strong><strong>Step-by-Step Guide for participants using zoom (EN) (PPTX; Upload: 02.03.2021)</strong></a><br />
Here, students can find introductory information and legal information on the use of Zoom (CC-BY-SA)</li>
</ul>
<p>Please also note our <a href="#rechtliche-hinweise">Data protection declarations and other information documents on legal aspects</a>.</p>
<p>Here you can find more interesting and useful links for the us of Zoom:</p>
<ul>
<li>Video instructions for using different Zoom features<br />
<strong><a href="https://zoom.us/de-de/resources.html" target="_blank" rel="noopener noreferrer">Video instructions for using Zoom (DE)</a></strong></li>
<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Comprehensive%20Guide%20to%20Educating%20Through%20Zoom.pdf" target="_blank" rel="noopener noreferrer">Comprehensive Guide to Educating Through Zoom (EN)</a></span></li>
<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Tips%20and%20Tricks%20for%20Teachers%20Educating%20on%20Zoom.pdf" target="_blank" rel="noopener noreferrer">Tips &amp; Tricks: Teachers Educating on Zoom (EN)</a> </span></li>
<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Education%20Guide%20-%20Getting%20Started%20on%20Zoom.pdf" target="_blank" rel="noopener noreferrer">Education Guide: Getting Started on Zoom (EN)</a></span></li>
<li><span style="font-weight: 400;"><a href="https://zoom.us/docs/doc/Student%20Tips%20for%20Participating%20in%20Online%20Learning.pdf" target="_blank" rel="noopener noreferrer">Student Tips for Participating in Online Learning (EN)</a></span></li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="rechtliche-hinweise">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-rechtliche-hinweise" aria-controls="accordion-content-rechtliche-hinweise" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Legal notice													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-rechtliche-hinweise" id="accordion-content-rechtliche-hinweise">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p style="color: #666;">Below you will find legal information that should be observed in teaching when using the video conference system Zoom.</p>
<ul>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungLehrende_2020_09_16_001.pdf">Datenschutzerklärung für Lehrende (DE) (Stand: 16.09.2020)</a></strong></li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (DE) (Stand: 16.09.2020)</a></strong></li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/09/DatenschutzerklaerungStudierende_EN_2020_09_16_001.pdf">Datenschutzerklärung für Studierende (EN) (Stand: 16.09.2020)</a></strong></li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/05/einwilligung_information_aufzeichnung_2020_04_29_muster_erlaeuterung_de.pdf">Declaration of consent for audio, image and/or video recordings in the context of web conferences and webinars</a></strong></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/11/Declaration-of-consent-for-audio-image-and-or-video-recordings-during-web-conferences-and-webinars.pdf"><strong>Declaration of consent for audio, image and - or video recordings during web conferences and webinars</strong></a></li>
</ul>
<p style="color: #666; font-weight: 500!important;">In any case, please note the regulations for <strong>copyright:</strong></p>
<ul>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Allg._Merkblatt_zum_UrhR.pdf1_.pdf">Merkblatt Urheberrecht Erstellen von Lehrmaterialien und deren öffentliche Zugänglichmachung (DE)</a></strong></li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Ergänzungen_zum_Zitatrecht.pdf1_.pdf">Ergänzungen zum Zitatrecht (DE)</a></strong></li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60a_UrhG.pdf1_.pdf">Ergänzungen zu § 60a Urheberrechtsgesetz (DE)</a></strong></li>
<li><strong><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60c_UrhG.pdf1_.pdf">Ergänzungen zu § 60c Urheberrechtsgesetz (DE)</a></strong></li>
<li><strong><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/9fb3a3ed51f04c028d260a581668fb83">Erstellung von Lehrmaterialien und deren öffentliche Zugänglichmachung (DE)</a></strong></li>
<li><strong><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/fd39f238f0194964a51bb462084a03d8">Hinweise zur Weitergabe urheberrechtlich geschützten Materials (DE)</a><br />
</strong></li>
</ul>
<p style="color: #666; font-weight: 500!important;">In any case, please note the regulations on <strong>copyright</strong>:</p>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Allg._Merkblatt_zum_UrhR.pdf1_EN.pdf">Notice on copyright - Create teaching material and make it available to the public (EN)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Ergänzungen_zum_Zitatrecht.pdf1_EN.pdf">Additional information on the quotation right (EN)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60a_UrhG.pdf1_EN.pdf">Additional information on Section 60a of the German Copyright Act (EN)</a></li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/03/Merkblatt_zu_§_60c_UrhG.pdf1_EN.pdf">Additional information on Section 60c of the German Copyright Act (EN)</a></li>
<li>
<p class="service-content-title"><a href="https://help.itc.rwth-aachen.de/en/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/9fb3a3ed51f04c028d260a581668fb83">Create teaching material and make it available to the public (EN)</a></p>
</li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen" aria-controls="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														I want to record my course as a screencast using Camtasia											</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen" id="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-per-screencast-mit-camtasia-aufzeichnen">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p style="color: #666;">Using Camtasia, you can easily record screencasts. You can embed these into your RWTHmoodle space, for instance. Camtasia does not limit participant numbers, as opposed to Zoom.</p>
<p><strong>Melden Sie Ihren Lizenzbedarf bitte über <a href="mailto:[email protected]">[email protected]</a> an das CLS. </strong></p>
<ul>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/04/Kurzanleitung-Camtasia.pdf">CLS Kurzanleitung für Camtasia (DE)</a><br />
Hier finden Sie viele hilfreiche Informationen, die die grundlegenden Funktionen von Camtasia erklären</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/04/Introduction-to-Camtasia.pdf">CLS Introduction to Camtasia (EN)</a><br />
Here you can find lots of helpful information that explain the basic features of Camtasia</li>
<li><a href="https://video.cls.rwth-aachen.de/wp-content/uploads/2020/04/beispieldatei.vtt">WebVTT-Beispieldatei</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia.html ">Video Anleitungen (DE)</a><br />
Hier finden Sie viele hilfreiche Videos, die die Funktionen von Camtasia erklären</li>
<li><a href="https://www.techsmith.com/tutorial-camtasia.html ">Video Guidance (EN)</a><br />
Here you can find lots of helpful videos that explain the features of Camtasia</li>
<li><a href="https://help.itc.rwth-aachen.de/service/8d9eb2f36eea4fcaa9abd0e1ca008b22/article/39e380f56a3b493599d8d7862cc12e5b/">Using the RWTH streaming server (DE)</a><br />
Here, you find information on the streaming server and how to upload videos and embed these in RWTHmoodle.</li>
</ul>
<p style="color: #666; font-weight: 500!important;">Folgende Videos sind für die Aufzeichnung von Lehrveranstaltung besonders relevant:</p>
<ul>
<li><a href="https://www.techsmith.de/tutorial-camtasia-aufnehmen-bearbeiten-weitergeben.html">Grundlegende Schritte der Videoaufzeichnung und Bearbeitung(DE)</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia-arbeiten-auf-der-leinwand.html">Gestaltung und Darstellung auf Leinwänden (DE)</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia-produktion-weitergabe.html">Exportieren und Speichern von Videos sowie das Teilen auf Plattformen (DE)</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia-bildschirmvideo-gestochen-scharf-aufnehmen.html">Einheitliche Qualität von Videodateien (DE)</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia-powerpoint-dateien-importieren.html">Import von Powerpoint Dateien (DE)</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia-ios-mobilgerate-aufnehmen.html">Aufnahme von Bildschirmen von MACs/iPads/iPhones (DE)</a></li>
<li><a href="https://www.techsmith.de/tutorial-camtasia-audiobearbeitung.html">Nachbearbeitung und Verbesserung des Videotons (DE)</a></li>
</ul>
<p style="color: #666; font-weight: 500!important;">The following video instructions are especially important for the recording of lectures:</p>
<ul>
<li><a href="https://www.techsmith.com/tutorial-camtasia-record-edit-share.html">Basic steps in recording and editing your video (EN)</a></li>
<li><a href="https://www.techsmith.com/tutorial-camtasia-working-with-the-canvas.html">Create and Design your Canvas (EN)</a></li>
<li><a href="https://www.techsmith.com/tutorial-camtasia-produce-share.html">Export and Share your edited Video (EN)</a></li>
<li><a href="https://www.techsmith.com/tutorial-camtasia-getting-crisp-clear-screen-video.html">Learn about how a fitting setup for your project to get a high quality video (EN)</a></li>
<li><a href="https://www.techsmith.com/tutorial-camtasia-import-powerpoint-slides.html">How to import PowerPoint Slides into your project (EN)</a></li>
<li><a href="https://www.techsmith.com/tutorial-camtasia-recording-your-ios-device.html">How to record the Screen of any iOS Device with iOS 8.0 or later (EN)</a></li>
<li><a href="https://www.techsmith.com/tutorial-camtasia-editing-audio.html">Learn to edit audio clips (EN)</a></li>
</ul>
				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen" aria-controls="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														I want to record my course as a video													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen" id="accordion-content-ich-m%c3%b6chte-meine-veranstaltung-als-video-aufzeichnen">
				<div class="sow-accordion-panel-border" tabindex="0">
					<p style="color: #666;">If neather a video conference nor a screencast is the right format for your course, it can also be recorded as a video. Please note that ressources here are strongly limited. Please discuss with the Dean of Study of your faculty if video recording is an option for you. He or she will pass the request on to CLS <a href="https://video.cls.rwth-aachen.de/en/kontakt/">using these contact details</a> .</p>				</div>
			</div>
		</div>
			<div class="sow-accordion-panel"
			 data-anchor="lizenzvergabe">
				<div class="sow-accordion-panel-header-container" role="heading" aria-level="2">
					<div class="sow-accordion-panel-header" tabindex="0" role="button" id="accordion-label-lizenzvergabe" aria-controls="accordion-content-lizenzvergabe" aria-expanded="false">
						<div class="sow-accordion-title sow-accordion-title-icon-left">
														Licensing													</div>
						<div class="sow-accordion-open-close-button">
							<div class="sow-accordion-open-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf067;"
		 ></span>							</div>
							<div class="sow-accordion-close-button">
								<span class="sow-icon-fontawesome sow-fas" data-sow-icon="&#xf068;"
		 ></span>							</div>
						</div>
					</div>
				</div>

			<div class="sow-accordion-panel-content" role="region" aria-labelledby="accordion-label-lizenzvergabe" id="accordion-content-lizenzvergabe">
				<div class="sow-accordion-panel-border" tabindex="0">
					<span style="font-size: 1.5rem; color: #f6a800;">Zoom</span><br /><br />

<p style="color: #666666;"><strong>Meetings mit bis zu 300 Teilnehmern</strong> </p>

<p style="color: #666666;">Sie erhalten die Lizenzen automatisch über Single-Sign-On (SSO). </p>

<p style="color: #666666;">Bitte befolgen Sie dafür folgende Anleitung:</p>
<ol style="color: #666;">
 	<li class=" translation-block">Please open the Zoom client or launch Zoom via <a href="https://zoom.us" target="_blank">zoom.us</a> in your browser.</li>
 	<li class=" translation-block">Under Login, please choose <strong>Login per SSO</strong>.</li>
 	<li class=" translation-block">In order to use the RWTH Single-Sign-On, please enter <strong>rwth.zoom.us as company domain</strong>.</li>
 	<li class=" translation-block">Now you can log in with your <strong>TIM ID (username)</strong> and use Zoom immediately.</li>
 	<li>Sollten Probleme auftauchen kontaktieren Sie uns bitte unter <a href="mailto:[email protected]">[email protected]</a>.</li>
</ol>
<br />
<p style="color: #666666;"><strong>Webinare mit mehr als 300 Teilnehmern</strong> </p>

<p style="color: #666666;">Falls Sie Lizenzen benötigen, wenden Sie sich bitte an unser Helpdesk unter <a href="mailto:[email protected]">[email protected].</a> </p>

<p style="color: #666666;">Fügen Sie dabei bitte stets folgende Informationen bei:</p>
<ul style="color: #666;">
 	<li>Link zu RWTHOnline</li>
 	<li>Falls abweichend von RWTHOnline: Veranstaltungszeitpunkt (Datum oder Wochentag, Uhrzeit; bei regelmäßigen Veranstaltungen Start- und Enddatum)</li>
 	<li>Email-Adresse des Accounts, der eine größere Lizenz bekommen soll</li>
 	<li>Teilnehmendenzahl der Veranstaltung (wenn bekannt, ansonsten bitte abschätzen</li>
 	<li>Ist bereits eine größere Lizenz (&gt; 300 TN) mit diesem Account verknüpft? Wenn ja, welche (500er oder 1000er?)</li>
 	<li>Mailadressen weiterer Moderator*innen der Veranstaltung (Co-Hosts, bitte stellen Sie dazu sicher, dass es sich um RTWH-Zoom-Konten handelt, dies können Sie z.B. im Zoom-Client unter "Kontakte" und "Unternehmenskontakte", andere Kontotypen können nicht zum Co-Host ernannt werden)</li>
 	<li style="list-style-type: none;">
<ul>
 	<li style="list-style-type: none;"></li>
</ul>
</li>
</ul>
<br />
<p style="color: #666;">
Bei Lizenzen für größere Veranstaltungen handelt es sich <strong>ausschließlich um Webinar-Lizenzen</strong>. Zu den Unterschieden des Funktionsumfanges von Meeting- und Webinarlizenzen können Sie sich <a href="https://video.cls.rwth-aachen.de/en/gebrauchsanweisungen/#ich-m%c3%b6chte-meine-veranstaltung-mithilfe-eines-virtuellen-meetingraums-in-zoom-durchf%c3%bchren">here</a> informieren.</p>
<br />

<span style="font-size: 1.5rem; color: #f6a800;">Camtasia</span><br />
<br />
<p style="color: #666666;" class=" translation-block">Please notify the CLS about your requirement of Camtasia licenses under <a href="mailto:[email protected]" target="_self">[email protected]</a>.</p>				</div>
			</div>
		</div>
		</div>
</div>
</div></div></div></div><div id="pgc-1577-3-1"  class="panel-grid-cell panel-grid-cell-empty" ></div></div><div id="pg-1577-4"  class="panel-grid panel-has-style" ><div id="video" class="panel-row-style panel-row-style-for-1577-4" ><div id="pgc-1577-4-0"  class="panel-grid-cell" ><div id="panel-1577-4-0-0" class="so-panel widget widget_sow-editor panel-first-child panel-last-child" data-index="6" ><div class="so-widget-sow-editor so-widget-sow-editor-base">
<div class="siteorigin-widget-tinymce textwidget">
	<p style="color: #666; font-weight: 500!important;" class=" translation-block">Here, you can find all information on the current developments regarding corona virus at RWTH Aachen University:<br> <a href="https://blog.rwth-aachen.de/corona/" target="_self">https://blog.rwth-aachen.de/corona/</a></p>
<p style="color: #666; font-weight: 500!important;" class=" translation-block">Here, you find the website of RWTH Aachen University IT Center:<br>
<a href="https://www.itc.rwth-aachen.de/go/id/glnjg?#aaaaaaaaaagmwqz" target="_self">https://www.itc.rwth-aachen.de/</a></p>
</div>
</div></div></div></div></div></div>            </div>

    
    <footer class="entry-meta">
            </footer>
</article>

            
        
    </div><!-- #content -->
</div><!-- #primary -->

</div><!-- .vision-row.tv-row -->
</div><!-- #main.wrapper -->
</div><!-- #page.site -->

    
<footer id="agama-footer" class="tv-d-block" role="contentinfo">
    <div class="tv-container tv-p-0 tv-d-flex tv-justify-content-between tv-align-items-center">

        <div class="site-info">
            <span>2020 Center für Lern- und Lehrservices</span>  /  <a href="https://video.cls.rwth-aachen.de/en/impressum-datenschutz/">Impressum Datenschutz</a>        </div>

                <div class="social">
            <a href="https://twitter.com/clsrwth" class="social-icons twitter" target="_blank"title="Twitter" data-toggle="tooltip" data-placement="top"></a>        </div>
        
    </div>
</footer><!-- #agama-footer -->
	
</div><!-- #agama-main-wrapper -->

	<a id="toTop"><i class="fa fa-angle-up"></i></a>

<link rel='stylesheet' id='sow-accordion-default-f921bb998c83-css'  href='https://video.cls.rwth-aachen.de/wp-content/uploads/siteorigin-widgets/sow-accordion-default-f921bb998c83.css?ver=5.7.2' type='text/css' media='all' />
<link rel='stylesheet' id='siteorigin-widget-icon-font-fontawesome-css'  href='https://video.cls.rwth-aachen.de/wp-content/plugins/so-widgets-bundle/icons/fontawesome/style.css?ver=5.7.2' type='text/css' media='all' />
<script type='text/javascript' id='trp-dynamic-translator-js-extra'>
/* <![CDATA[ */
var trp_data = {"trp_custom_ajax_url":"https:\/\/video.cls.rwth-aachen.de\/wp-content\/plugins\/translatepress-multilingual\/includes\/trp-ajax.php","trp_wp_ajax_url":"https:\/\/video.cls.rwth-aachen.de\/wp-admin\/admin-ajax.php","trp_language_to_query":"en_GB","trp_original_language":"de_DE","trp_current_language":"en_GB","trp_skip_selectors":["[data-no-translation]","[data-no-dynamic-translation]","[data-trp-translate-id-innertext]","script","style","head","trp-span","translate-press","[data-trp-translate-id]","[data-trpgettextoriginal]","[data-trp-post-slug]"],"trp_base_selectors":["data-trp-translate-id","data-trpgettextoriginal","data-trp-post-slug"],"trp_attributes_selectors":{"text":{"accessor":"outertext","attribute":false},"block":{"accessor":"innertext","attribute":false},"image_src":{"selector":"img[src]","accessor":"src","attribute":true},"submit":{"selector":"input[type='submit'],input[type='button']","accessor":"value","attribute":true},"placeholder":{"selector":"input[placeholder],textarea[placeholder]","accessor":"placeholder","attribute":true},"title":{"selector":"[title]","accessor":"title","attribute":true},"a_href":{"selector":"a[href]","accessor":"href","attribute":true},"button":{"accessor":"outertext","attribute":false},"option":{"accessor":"innertext","attribute":false}},"trp_attributes_accessors":["outertext","innertext","src","value","placeholder","title","href"],"gettranslationsnonceregular":"cf95ecd257","showdynamiccontentbeforetranslation":"","skip_strings_from_dynamic_translation":[],"skip_strings_from_dynamic_translation_for_substrings":{"href":["amazon-adsystem","googleads","g.doubleclick"]},"duplicate_detections_allowed":"100","trp_translate_numerals_opt":"no"};
/* ]]> */
</script>
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-content/plugins/translatepress-multilingual/assets/js/trp-translate-dom-changes.js?ver=2.0.0' id='trp-dynamic-translator-js'></script>
<script type='text/javascript' id='agama-functions-js-extra'>
/* <![CDATA[ */
var agama = {"is_admin_bar_showing":"","is_home":"","is_front_page":"","headerStyle":"sticky","headerImage":"","top_navigation":"","background_image":"","primaryColor":"#00549f","header_top_margin":"0","slider_particles":"","slider_enable":"","slider_height":"0","slider_time":"7000","slider_particles_colors":{"circles":"#ac32e4","lines":"#ac32e4"},"header_image_particles":"","header_image_particles_colors":{"lines":"#00549f","circles":"#00549f"},"blog_layout":"list","infinite_scroll":"","infinite_trigger":"button"};
/* ]]> */
</script>
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-content/themes/agama/assets/js/functions.js?ver=1.6.6' id='agama-functions-js'></script>
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-includes/js/wp-embed.min.js?ver=5.7.2' id='wp-embed-js'></script>
<script type='text/javascript' id='sow-accordion-js-extra'>
/* <![CDATA[ */
var sowAccordion = {"scrollto_after_change":"1"};
var sowAccordion = {"scrollto_after_change":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://video.cls.rwth-aachen.de/wp-content/plugins/so-widgets-bundle/widgets/accordion/js/accordion.min.js?ver=1.18.2' id='sow-accordion-js'></script>
<script type="text/javascript">document.body.className = document.body.className.replace("siteorigin-panels-before-js","");</script>
</body>
</html>" ) to search YouTube

YouTube said: Unable to extract video data

I get the following error when running syncMyMoodle:

...
[youtube] Ov4dob7_aP8: Downloading webpage
ERROR: Ov4dob7_aP8: YouTube said: Unable to extract video data
...

Do you need more information? :)

Crashes when syncing specific course

Syncing generally works very reliably on my machine but on every run so far the script crashed when it arrived at the course specified below (all other courses seem to work fine)

Unfortunately i can't provide you with more than the traceback

Syncing Erstsemester FS1/1 - Informatik...
Traceback (most recent call last):
  File "./syncMyMoodle.py", line 454, in <module>
    smm.sync()
  File "./syncMyMoodle.py", line 211, in sync
    sectionpath = os.path.join(os.path.expanduser(self.config["basedir"]),self.sanitize(semestername),self.sanitize(coursename),self.sanitize(sectionname))
  File "./syncMyMoodle.py", line 354, in sanitize
    while path[-1] == " ":
IndexError: string index out of range

Download youtube playlists

I don't know if that is possible, but it would be cool if syncMyMoodle downloads the videos of a playlist and not just the playlist file. Eg in the DIS2 course they only put a link to the youtube playlist in the Moodle room.

PDF files damaged

Some pdf files are damaged when downloaded via syncMyMoodle. Downloading the same file using moodle's web interface doesn't yield this damaged file.

some embedded videos are not downloaded

Lesson/Exercise Recordings of https://moodle.rwth-aachen.de/course/view.php?id=14908 (Spezielle Themen der Virtuellen Realität (VR II) (VU) [21ss-12.53694])

./syncMyMoodle.py --courses https://moodle.rwth-aachen.de/course/view.php\?id\=14908 --verbose
{
    "id": 142745,
    "name": "Lesson/Exercise Recordings",
    "visible": 1,
    "summary": "<p dir=\"ltr\" style=\"text-align: left;\"><div><div><p dir=\"ltr\">Each page features a player, which loads quite slowly. Just wait a few seconds for it to appear.</p></div></div></p>",
    "summaryformat": 1,
    "section": 1,
    "hiddenbynumsections": 0,
    "uservisible": true,
    "modules": [
        {
            "id": 597175,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=597175",
            "name": "Lesson 01 - Introduction",
            "instance": 43860,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 1,
                "timecompleted": 1619710133,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1457470/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1619417021,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1619417021,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 598698,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=598698",
            "name": "Lesson 02 - Applications",
            "instance": 43992,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 1,
                "timecompleted": 1619710134,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1459462/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1619417057,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1619417057,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 603818,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=603818",
            "name": "Lesson 03 - Navigation Pt. 1",
            "instance": 44444,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 1,
                "timecompleted": 1619710134,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1529135/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1620197686,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1620197686,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 604269,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=604269",
            "name": "Lesson 04 - Navigation Pt. 2",
            "instance": 44470,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 1,
                "timecompleted": 1619710135,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1529626/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1619702537,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1619702537,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 609189,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=609189",
            "name": "Lesson 05 - Navigation Pt. 3",
            "instance": 44979,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1535958/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1620197673,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1620197673,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 620451,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=620451",
            "name": "Lesson 06 - Navigation Pt. 4",
            "instance": 45990,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1549604/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1621411334,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1621411334,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 621146,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=621146",
            "name": "Lesson 07 - Haptics Pt. 1",
            "instance": 46059,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1550385/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1621439563,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1621439563,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 631970,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=631970",
            "name": "Lesson 07 - Haptics Pt. 2 &amp; Exercise 02",
            "instance": 47019,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1564122/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1623248421,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1623248421,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 627682,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=627682",
            "name": "Lesson 08 - Audio Rendering",
            "instance": 46552,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1559018/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1622573807,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1622573807,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 633908,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=633908",
            "name": "Lesson 09 - Audio Rendering Pt. 2",
            "instance": 47193,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1566381/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1623248130,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1623248130,
                "mimetypes": [],
                "repositorytype": ""
            }
        },
        {
            "id": 615466,
            "url": "https://moodle.rwth-aachen.de/mod/page/view.php?id=615466",
            "name": "Exercise 1 - Navigation",
            "instance": 45549,
            "visible": 1,
            "uservisible": true,
            "visibleoncoursepage": 1,
            "modicon": "https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/page/1623215512/icon",
            "modname": "page",
            "modplural": "Textseiten",
            "indent": 0,
            "onclick": "",
            "afterlink": null,
            "customdata": "\"\"",
            "noviewlink": false,
            "completion": 1,
            "completiondata": {
                "state": 0,
                "timecompleted": 0,
                "overrideby": null,
                "valueused": false
            },
            "contents": [
                {
                    "type": "file",
                    "filename": "index.html",
                    "filepath": "/",
                    "filesize": 0,
                    "fileurl": "https://moodle.rwth-aachen.de/webservice/pluginfile.php/1543654/mod_page/content/index.html?forcedownload=1",
                    "timecreated": null,
                    "timemodified": 1620811201,
                    "sortorder": 1,
                    "userid": null,
                    "author": null,
                    "license": null
                }
            ],
            "contentsinfo": {
                "filescount": 1,
                "filessize": 0,
                "lastmodified": 1620811201,
                "mimetypes": [],
                "repositorytype": ""
            }
        }
    ]
}

configs without used_modules lead to severa Nonetype-Exceptions

Clauses like config.get("used_modules",{}).get("assign",{})yield a AttributeError: 'NoneType' object has no attribute 'get' if the used_modules ist not included in the config file.

Maybe either add a check if config.get("used_modules",{})is not None for each time it is used, or check it once right after loading the config and update the file if it is not yet included?

secretstorage exception

Using the secret_service, if one hasn't unlocked their keyring before running syncMyMoodle, it will fail:

secretstorage.exceptions.LockedException: Item is locked!

Use wstoken instead of SSO password

This way only access to moodle is granted and can easily be revoked. As the script internally already uses wstoken this should be rather simple. Such a token can be easily obtained from the profile page in moodle or alternatively a subcommand could be added which asks for the SSO login credentials and afterwards saves the token to the config.

Sometimes login fails

Randomly I get the following output:

ip-074:syncMyMoodle xx$ ./syncMyMoodle.py 
Logging in...
Traceback (most recent call last):
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 553, in <module>
    smm.get_userid()
  File "/Users/xx/git_projekte/syncMyMoodle/./syncMyMoodle.py", line 164, in get_userid
    self.user_id = resp.json()["userid"]
KeyError: 'userid'

Nested tqdm during sync

Looping over course>section>module could be indicated using tqdm as the size of each iterable is know in advance. This is probably not a good estimate of the remaining runtime but still better than nothing.

Extract sections from openCast

OpenCast videos can contain segments in

next(for m in ["search-results"]["result"]["mediapackage"]["metadata"]["catalog"] if m["type"] == "mpeg-7/text")["url"]

Example: https://gist.github.com/Romern/00939b6864b6c7fe2c450073ab713ada
Extract all:

Description -> MultimediaContent -> Video -> TemporalDecomposition -> VideoSegment -> MediaTime -> MediaRelTimePoint

and add it to the mp4 if it supports segments or pack it into an mkv.

Better config system

On windows paths are difficult to type into the json file, it would be better to use maybe the default configparser from python

Download Linked Screencasts

The tool should also download Screencasts linked to the streaming server:

<a class="aalink" onclick="" href="https://moodle.rwth-aachen.de/mod/url/view.php?id=36[...]"><img src="[...]" class="iconlarge activityicon" alt="" role="presentation" aria-hidden="true"><span class="instancename">Link to Video<span class="accesshide "> Link/URL</span></span></a>

which itself links to

https://engage.streaming.rwth-aachen.de/paella/ui/watch.html?id=[...]

This setup is unfortunate because the script would have to check every linked resource provided. The feature could also support downloading files "behind" links with specific MIME-types (i.e., PDF, etc.)

Ability to ignore certain sections

This feature request originates from the fact that I really don't need to sync Pausenexpress videos... e.g. (VO) Theoretische Informationstechnik 2/Pausenexpress/Hochschulsport_V05.mp4
Would be nice if those could be ignored from the config similar to skip_courses by for example "skip_sections": {"13489": ["Pausenexpress"]} referring to
image

or using the id from the link https://moodle.rwth-aachen.de/mod/lti/view.php?id=592458

Limit file size or exclude file types

Some lectures upload rather large videos (up to a gigabyte each).

A mechanism preventing these large videos from being downloaded would be handy.
This may be done by file size or by file type.

Extern missing file throws SSL Error

When trying to get old data from a language course, it strangely fails with an ssl error, but the file isnt available anymore, so it is not clear why it fail because of SSL.

ERROR:__main__:Error while downloading url https://www.jki.de/pool/user_upload/files/kurse/MARUGOTO/Marugoto_Grammatik_A1_NEU.pdf
Traceback (most recent call last):
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\connectionpool.py", line 699, in urlopen
    httplib_response = self._make_request(
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\connectionpool.py", line 382, in _make_request
    self._validate_conn(conn)
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\connectionpool.py", line 1010, in _validate_conn
    conn.connect()
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\connection.py", line 416, in connect
    self.sock = ssl_wrap_socket(
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\util\ssl_.py", line 449, in ssl_wrap_socket
    ssl_sock = _ssl_wrap_socket_impl(
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\util\ssl_.py", line 493, in _ssl_wrap_socket_impl
    return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
  File "C:\Users\Niklas\AppData\Local\Programs\Python\Python39\lib\ssl.py", line 500, in wrap_socket
    return self.sslsocket_class._create(
  File "C:\Users\Niklas\AppData\Local\Programs\Python\Python39\lib\ssl.py", line 1040, in _create
    self.do_handshake()
  File "C:\Users\Niklas\AppData\Local\Programs\Python\Python39\lib\ssl.py", line 1309, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)

This Exception creates the two following exceptions:

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\requests\adapters.py", line 439, in send
    resp = conn.urlopen(
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\connectionpool.py", line 755, in urlopen
    retries = retries.increment(
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\urllib3\util\retry.py", line 574, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.jki.de', port=443): Max retries exceeded with url: /pool/user_upload/files/kurse/MARUGOTO/Marugoto_Grammatik_A1_NEU.pdf (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "E:\Workspace\GIT\github.com\syncMyMoodle\syncmymoodle\__main__.py", line 913, in scanForLinks
    response = self.session.head(text)
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\requests\sessions.py", line 577, in head
    return self.request('HEAD', url, **kwargs)
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\requests\sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\requests\sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "E:\Workspace\GIT\github.com\syncMyMoodle\.venv\lib\site-packages\requests\adapters.py", line 514, in send
    raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='www.jki.de', port=443): Max retries exceeded with url: /pool/user_upload/files/kurse/MARUGOTO/Marugoto_Grammatik_A1_NEU.pdf (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)')))

Windows 10, Powershell, Python 3.9 Virtualenvironment
(The same error occured in git bash)

Some video files are being skipped

Since last update, I'm missing some of the videos.
I couldn't identify a pattern tho
But it affects 'plain' Moodle videos without this puzzle icon

Sync is breaking when links are not available

Hi,

thanks for this project, I really appreciate this as this includes an easy way to sync Moodle, especially OpenCast videos.

However, I'm having an issue with not-available links, which is immediately breaking the sync operation for a certain course.

Traceback:

Traceback (most recent call last):
  File "./syncMyMoodle.py", line 217, in sync
    ass = [a for a in assignments["assignments"] if a["cmid"] == module["id"]][0]
IndexError: list index out of range

The error message is:

Failed to download the module {'id': 402297, 'url': 'https://moodle.rwth-aachen.de/mod/assign/view.php?id=402297', 'name': 'Sheet 4', 'instance': 14711, 'visible': 1, 'uservisible': False, 'availabilityinfo': 'Verfügbar ab <strong>25. November 2020, 10:00</strong>', 'visibleoncoursepage': 1, 'modicon': 'https://moodle.rwth-aachen.de/theme/image.php/boost_campus_rwth/assign/1605681862/icon', 'modname': 'assign', 'modplural': 'Aufgaben', 'indent': 0, 'onclick': '', 'afterlink': None, 'customdata': '""', 'noviewlink': False, 'completion': 1, 'completiondata': {'state': 0, 'timecompleted': 0, 'overrideby': None, 'valueused': False}}: list index out of range

Support reading password from file

This is necessary to support e.g. dockers and podmans secrets mechanism or the systemd LoadCredential directive.
For this to work a config option (or flag) would need to be added which gets a path from which the password can be read.

KeyError: 'aria-label'

Hello, I'm getting the following error when running the script:

Syncing Mathematical_Logic_(TU)_11.19269...
Traceback (most recent call last):
  File "syncMyMoodle.py", line 56, in <module>
    sectionname = clean_filename(sec.attrs["aria-label"])
KeyError: 'aria-label

Used Python and Pip:

  • Python 3.8.5
  • pip 20.1.1 from /usr/lib/python3.8/site-packages/pip (python 3.8)

Performed install steps as provided in the README:

  1. cloned repo
  2. pip install -r requirements.txt
  3. edited config file

No problems here as far as I can tell

config.py

import string
import os


#selected_courses = []
selected_courses = ["https://moodle.rwth-aachen.de/course/view.php?id=8347"]

onlyfetchcurrentsemester = False
replace_spaces_by_underscores = True
enableExperimentalCategories = False
user = "********"
password = "**********"
basedir = "./"
cookie_file = "./session"


params = {
        'lang': 'en' #Titles for some pages differ
}

valid_filename_chars = "-_.() %s%süöäßÖÄÜ" % (string.ascii_letters, string.digits)
char_limit = 255

if not os.path.exists(basedir):
        os.makedirs(basedir)

I tried it on Manjaro and Ubuntu on Windows and on both I'm getting the above error.

Thank you in advance

mod_folder get flattened

Currently instances of mod_folder with directories within them get flattened. The filenames afterwards are the theoretical path but slashes get sanitized out. A cleaner solution whilst still being safe would be to split the path on slashes and create the missing intermediate directories.

Set up CI/CD

This will probably not be able to cover everything and be a PITA to set up however I would feel a lot more confident developing and merging some bigger changes (like asyncio etc.).

The simple approach would be to mock every request for every module - the more complete approach would be to have a Moodle instance running with some sample data. For some stuff like Opencast and fsmpi video this would presumably still require mocking...

Make login more RWTHmoodle agnostic

Currently many urls are hardcoded. While other parts of this script are already very RWTH centered in the case of the login this can at least be reduced down to being shibboleth specific at most.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.