https://github.com/alcarney/camel
e-learning for mathematics
https://github.com/alcarney/camel
Last synced: 2 months ago
JSON representation
e-learning for mathematics
- Host: GitHub
- URL: https://github.com/alcarney/camel
- Owner: alcarney
- License: gpl-2.0
- Created: 2015-02-05T11:14:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T19:41:11.000Z (over 9 years ago)
- Last Synced: 2025-01-29T22:03:50.369Z (4 months ago)
- Language: Python
- Homepage:
- Size: 22.6 MB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
--
## CAMEL: CArdiff Mathematics E-Learning[](https://gitter.im/dimbyd/camel?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
--### manage.py commands
##### $ python manage.py refresh MODULE_CODE --options
Refresh the database (content) for module MODULE_CODE
Options:
-t: write module doctree, text format to stdout
-x: write module doctree, xml format to stdout
-d: pretend write to database
-commit: real write to database
##### $ python manage.py cohort MODULE-CODE ACADEMIC-YEAR
Cohort specified by MODULE_CODE and ACADEMIC_YEAR
Looks for a file modulecode_academicyear.xls in the XLS_ROOT
##### $ python manage.py import-cohort modulecode-academicyear.xls
Cohort specified by MODULE_CODE and ACADEMIC_YEAR
Cohort needs to be defined initially by ma1500_1415.xls, containing just a list of students
Can import and export
e.g. ma1500_1415.xls contains
1. student id
2. assessment 1 (mark inc binary)
list of studentsRefresh the user-module (many-to-many) tables database (content) for module MODULE_CODE
Options:
-t: write module doctree, text format to stdout
-x: write module doctree, xml format to stdout
-d: pretend write to database
-commit: real write to database