Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:openedx [2022/04/01 15:26] – daniel | tips:openedx [2022/10/19 08:32] (current) – removed sscipioni | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== openedx ====== | ||
- | ==== Installazione ==== | ||
- | Requisiti: docker | ||
- | |||
- | < | ||
- | $ systemctl start docker | ||
- | $ pip install tutor[full] | ||
- | $ tutor local quickstart | ||
- | </ | ||
- | |||
- | Account amministratore: | ||
- | < | ||
- | $ tutor local createuser --staff --superuser iotaiuto iotaiuto@test.test | ||
- | </ | ||
- | |||
- | Installare il modulo per mostrare quiz dentro a un video: | ||
- | < | ||
- | $ tutor config save --set OPENEDX_EXTRA_PIP_REQUIREMENTS=" | ||
- | $ tutor images build openedx | ||
- | $ tutor local start -d | ||
- | </ | ||
- | |||
- | Aprire con il browser | ||
- | * local.overhang.io | ||
- | * studio.local.overhang.io | ||
- | |||
- | Abilitare il modulo in-video-quiz | ||
- | * Andare sull' | ||
- | * Aprire il menù Settings > Advanced settings | ||
- | * Nel campo Advanced module list scrivere [" | ||
- | |||
- | === Aggiungere un quiz dentro a un video === | ||
- | |||
- | * Nell' | ||
- | * Clicca Preview | ||
- | * Per ogni componente apri Staff Debug Info e copia la stringa ID alfanumerica | ||
- | * Torna sull' | ||
- | * Vai su Add New Component > Advanced > In-Video Quiz XBlock | ||
- | * Nel campo Video Location inserisci l'ID del video | ||
- | * Nel campo Problem timestamp definisci il JSON che associa il timemap (in secondi) all'ID del componente quiz da mostrare, esempio: {" | ||
- | |||
- | |||
- | Mostrare lista corsi: | ||
- | < | ||
- | $ tutor local run cms ./manage.py cms dump_course_ids | ||
- | </ | ||
- | Eliminare un corso: | ||
- | < | ||
- | $ tutor local run cms ./manage.py cms delete_course [id corso] | ||
- | </ |