From cf046f8b3ba32d87348e21ae5994055ccd0054a6 Mon Sep 17 00:00:00 2001 From: Andreas Schwenk Date: Sat, 2 Mar 2024 16:31:22 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e843bd3..e722a3c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ # pySELL -`pySELL` is a Python-based Simple E-Learning Language for the rapid creation of interactive STEM courses. +`pySELL` is a Python-based Simple E-Learning Language for the rapid creation of interactive STEM quizzes, with a focus on randomized math questions. -As a member of the Free Software Foundation (FSF), I decided to publish `pySELL` as free and open-source software under the license of `GPLv3`. +Compared to other solutions (e.g. `STACK` questions), `pySELL` has NO technological dependencies. Generated quizzes consist of one self-contained HTML file. Theses files can be hosted on a web-server or imported to existing _Moodle_ (as file upload) or _Ilias_ (as HTML course) courses. + +Student answers are not stored on servers, so `pySELL` quizzes provide an 100 % anonymous training. This is very well received by students on their first contact with new topics. + +Teachers benefit from a simple to learn syntax. After some practice, even sophisticated questions can be generated with very little time investment. If you are using `pySELL` in one of your (university) classes, I would love to hear about that! Write a mail with feedback / bug reports / feature requests to `contact@compiler-construction.com` +As a member of the Free Software Foundation (FSF), I decided to publish `pySELL` as free and open-source software under the license of `GPLv3`. + ![](docs/example.jpg) ## User Guide