Version for lecturers
IT4KT Builder automatically generated lecturer’s version of the course materials. You can assess it be appending lecturer/ to the base course URL. For example, if the course has URL https://kurzy.kpi.fei.tuke.sk/fp/, the version for lecturers would be available at https://kurzy.kpi.fei.tuke.sk/fp/lecturer/.
Content
In addition to the content available to students, version for lecturers contains:
- Lecturer blocks in the pages,
- pages hidden for the current week,
- files placed in the
lecturerdirectories.
Protecting by password
By default, lecturer’s version is available to everyone. To protect it using password, add lecturer-credentials declaration inside the deploy section of the it4kt.yml file. It should define login name and a password separated by colon.
deploy:
code: example-course # Code of the course
lecturer-credentials: 'login:password' # Lecturer login and password