feedbacksystem icon indicating copy to clipboard operation
feedbacksystem copied to clipboard

Intelligent, personalized feedback for students using artificial intelligence

Results 121 feedbacksystem issues
Sort by recently updated
recently updated
newest added

**Describe the bug** the core application does not provide a working web interface to interact with the feedback system **To Reproduce** Steps to reproduce the behavior: 1. Clone https://github.com/thm-mni-ii/feedbacksystem/tree/dev 2....

bug
fbs-core: web
Docker

Allow special chars like 'ö,ä,ü' Comment console.log output [Code Zeile 144](https://github.com/thm-mni-ii/feedbacksystem/blob/e81a7f604c7dd7c697871349ad8a70ec3dcfefa3/modules/fbs-core/web/src/app/page-components/sql-playground/sql-input-tabs/highlighted-input/highlighted-input.component.ts)

fbs-core: web

Currently, several templates in our playground use CHAR(50) as a datatype. Unfortunately, this datatype fills empty characters with whitespace. As a result, queries such as attr LIKE 'D%d' yield no...

fbs-core: web

Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950...

dependencies
fbs-core: web
javascript

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python
fbs-eat

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python
fbs-eat

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies
checker: sql
python

Das Projekt wurde zum Feedback-System hinzugefügt, aber die Integration ist noch nicht abgeschlossen. Derzeit stehen noch einige Funktionen zur Implementierung an, insbesondere die Einbeziehung wichtiger SQL-Befehle wie "BETWEEN", "LIKE", "EXISTS"...

checker: sql