1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
Source: wims-lti
Section: web
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools
Standards-Version: 4.7.1
Homepage: https://github.com/PremierLangage/wims-lti
Vcs-Browser: https://salsa.debian.org/georgesk/wims-lti
Vcs-Git: https://salsa.debian.org/georgesk/wims-lti.git
Package: wims-lti
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
python3,
python3-apscheduler,
python3-oauthlib,
python3-django,
python3-lti,
python3-redis,
python3-pymongo,
python3-memcache,
python3-defusedxml,
python3-httplib2,
python3-wimsapi,
python3-pyutil,
libjs-bootstrap5,
libjs-jquery,
fonts-font-awesome,
libjs-popper.js,
adduser,
apache2,
libapache2-mod-wsgi-py3,
sqlite3,
acl
Suggests: wims
Enhances: wims
Description: gateway server that links LMSs to WIMS servers, using LTI
WIMS-LTI is a gateway server that links LMSs to WIMS servers, using LTI.
.
Glossary:
=========
- Wims is an interactive web service featuring rich dynamic exercices for
students, and a framework to manage inline courses, virtual classes
for teachers. Wims is a LMS, currently packaged in Debian.
- the acronym LMS stands for Learning Management System. Popular
Learning Management systems are Moodle, Chamilo, Claroline, etc.
see https://en.wikipedia.org/wiki/Learning_management_system
- LTI is an acronym for Learning Tools Interoperability: it is an
open standard allowing one to define quickly communication channels
between LMS(a) and LMS(b), for example to allow one to manage a virtual
class with his students in LMS(a), and cherry pick exercises provided
by LMS(b) seemlessly.
==========
.
A single instance of WIMS-LTI can handle a lot of LMS and WIMS servers.
.
WIMS-LTI allows :
.
- To create a WIMS class associated to a LMS' course.
- To create students corresponding to that course in the WIMS class.
- Students to connect to the WIMS server from a LMS.
- Teachers to connect to the WIMS class as supervisor or as student
from a LMS.
- To send the grades of students back to the LMS (automatically and
manually).
.
The documentation is available on readthedocs:
https://wims-lti.readthedocs.io/.
|