https://github.com/deeppavlov/nlpcoursebot
Telegram-bot for NLP/RL courses
https://github.com/deeppavlov/nlpcoursebot
Last synced: 10 months ago
JSON representation
Telegram-bot for NLP/RL courses
- Host: GitHub
- URL: https://github.com/deeppavlov/nlpcoursebot
- Owner: deeppavlov
- License: mit
- Created: 2017-10-08T13:50:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T16:23:14.000Z (almost 4 years ago)
- Last Synced: 2025-06-28T23:43:33.287Z (about 1 year ago)
- Language: Python
- Homepage: http://edu.ipavlov.ai
- Size: 97.7 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NLPCourseBot
Telegram-bot for NLP/RL courses
## It can work with quizzes, homeworks and student questions
* receive questions from students
* receive homeworks (in any archive or .ipynb form)
* provide cross-check interface for homeworks (students check homeworks from other students)
* provide statistics for homeworks and quizzes in the admin menu
### Quizzes
* loading quizzes from json and provide interface for them
* quiz json also could be obtained from Google Forms (using url or downloaded html)
* accepted question types are following:
* tests with one right answer
* tests with multiple right answers
* question with any possible text answer
* all questions could contain pictures
* autocheck for test questions
* provide cross-check interface for quiz questions with an arbitrary text answer