Merge branch 'master' of gitlab.steinbeisschule-reutlingen.de:L_DA/mod_timetable
This commit is contained in:
commit
da14cf4623
6 changed files with 33 additions and 3 deletions
36
README.md
Executable file → Normal file
36
README.md
Executable file → Normal file
|
@ -1,8 +1,38 @@
|
||||||
# timetable #
|
# mod_timetable #
|
||||||
|
|
||||||
TODO Describe the plugin shortly here.
|
mod_timetable is a moodle plugin that provides timetables based on Untis export data.
|
||||||
|
|
||||||
TODO Provide more detailed description here.
|
The provides timetable views are:
|
||||||
|
- teacher
|
||||||
|
- student
|
||||||
|
- room
|
||||||
|
|
||||||
|
You can search for the timetables:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Multiple results can be displayed at same time
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Substitutions and events are displayed too.
|
||||||
|
|
||||||
|
On clicking on lessons you will get detailed information about it.
|
||||||
|
|
||||||
|
Required Untis-exportfiles:
|
||||||
|
- class.txt
|
||||||
|
- lesson.txt
|
||||||
|
- teacher.txt
|
||||||
|
- time.txt
|
||||||
|
- room.txt
|
||||||
|
- GPU012.TXT
|
||||||
|
- GPU013.TXT
|
||||||
|
- GPU014.TXT
|
||||||
|
|
||||||
|
If file content is changing, the moodle-database will be automatically updated.
|
||||||
|
|
||||||
|
You can also specify whether there are no classes on saturday.
|
||||||
|
The minimum number of teaching hours displayed is also configurable.
|
||||||
|
|
||||||
## License ##
|
## License ##
|
||||||
|
|
||||||
|
|
0
doc/.gitkeep
Normal file
0
doc/.gitkeep
Normal file
BIN
doc/timetable_search.png
Normal file
BIN
doc/timetable_search.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
doc/timetable_search_small.png
Normal file
BIN
doc/timetable_search_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
doc/timetable_searchresults.png
Normal file
BIN
doc/timetable_searchresults.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 73 KiB |
BIN
doc/timetable_searchresults_small.png
Normal file
BIN
doc/timetable_searchresults_small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Add table
Reference in a new issue