egroupware / smallpart
EGroupware smallPART - selfdirected media assisted learning lectures & Process Analysis Reflection Tool
Installs: 16 558
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 1
Type:egroupware-app
Requires
- celtic/lti: ^4.4.1
- dev-master
- 23.1.20241111
- 23.1.20241008
- 23.1.20240930
- 23.1.20240905
- 23.1.20240624
- 23.1.20240430
- 23.1.20240304
- 23.1.20240125
- 23.1.20231220
- 23.1.20231219
- 23.1.20231201
- 23.1.20231129
- 23.1.20231122
- 23.1.20231110
- 23.1.20230911
- 23.1.20230824
- 23.1.20230728
- 23.1.20230726
- 23.1.20230620
- 23.1.20230524
- 23.1.20230503
- 23.1.20230428
- 23.1.20230412
- 23.1.20230328
- 23.1.20230314
- 23.1.20230228
- 23.1.20230210
- 23.1.20230125
- 23.1.20230114
- 23.1.20230110
- 23.1.x-dev
- 22.1.20220920
- 21.1.20230210
- 21.1.20221202
- 21.1.20220916
- 21.1.20220905
- 21.1.20220408
- 21.1.20220406
- 21.1.20220207
- 21.1.20211130
- 21.1.20210923
- 21.1.20210723
- 21.1.20210629
- 21.1.20210521
- 21.1.20210504
- 21.1.20210420
- 21.1.20210406
- 21.1.20210329
- 21.1.20210318
- 21.1.x-dev
- 20.1.20210503
- 20.1.20210324
- 20.1.20210125
- 20.1.20201217
- 20.1.20201202
- 20.1.20201028
- 20.1.20201020
- 20.1.20201005
- 20.1.20200914
- 20.1.20200901
- 20.1.20200818
- 20.1.20200812
- 20.1.20200810
- 20.1.20200731
- 20.1.20200728
- 20.1.20200716
- 20.1.20200710
- 20.1.20200628
- 20.1.x-dev
- dev-livefeedback
- dev-new-js-loader
This package is auto-updated.
Last update: 2024-11-20 15:39:35 UTC
README
smallPART - selfdirected media assisted learning lectures & Process Analysis Reflection Tool
Cooperation partners for content-related didactic development:
- Technical University of Kaiserslautern (Prof. Dr. Thyssen & Arash Tolou, M.A.)
- Eberhard Karls University of Tübingen: Until 31.12.2020 under the name "Live Feedback Plus"
ToDo:
- reporting test results back to LMS via LTI
- LTI support as platform to embed other tools into EGroupware (probable added to our OpenID Connect App)
- automatic registration eg. for Moodle 3.10
- content selection via LTI
- LTI v1.0/1.1 tools support as to embed into platforms like OpenOLAT
- Shibboleth / SAML authentication in EGroupware (outside this app)
- LTI v1.3 tools support as to embed into platforms like Moodle
Security:
- move ACL check to server-side eg. editing comments could be done by anyone from JS console
- ContentSecurityPolicy / no more inline JavaScript
Other:
- Store videos in EGroupware VFS and read via WebDAV URL
- Convert Admin role to EGroupware ACL
- Use EGroupware account management and session
Resources:
- SmallPART in EGroupware Wiki eg. Moodle configuration
- LTI Specification v1.3
- EduAppCenter List of LTI apps
- LTI Tutorial / Example App
- LTI and Moodle
- PHP LTI Library
You can either use external video URLs or make the videos available via the webserver
# SmallParT videos
location /egroupware/smallpart/Resources/Videos {
alias /var/lib/egroupware/default/files/smallpart;
}