mawoka-myblock/ClassQuiz

Add option to translate quizzes

AkechiShiro opened this issue · 5 comments

Would it be possible to implement a translation feature on the quiz questions as well as the interface for languages that aren't officially supported yet by using this : https://pypi.org/project/googletrans/

Thanks for the suggestion, but the solution seems kinda hacky and Google could ban the IP address which isn't viable since the Google login function wouldn't work after that.

Translations in general are a great idea, either automatic or manual.

Should this library be avoided then, this library which relies on multiples APIs that can probably be configured, should be preferred : https://pypi.org/project/translate/

Also to add more input on this, this could be a feature that can be configured on the server, and the API keys for translation API's could be configured per instances so that only people who need this feature activated it, not that it'd be shipped by default.

If I would be interested in working on this feature is there any tips on getting started ?

The following page is a great starting point: https://classquiz.de/docs/develop