feedbacksystem
feedbacksystem copied to clipboard
Intelligent, personalized feedback for students using artificial intelligence
The following information should be stored for a submission to improve the display of the checker results: ```ts interface ExcelCheckerResultData { exercises: ExcelExercise[] } interface ExcelExercise { name: String errorCell:...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. Commits 8fb96ed 2023.07.22 afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230) 2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229) 44df761 Hash pin Actions and...
**Describe the bug** When containers created by the runner are running docker-compose does not run successfully. **To Reproduce** Steps to reproduce the behavior: 1. Start a container using the runner...
Instead of selecting a date ---> enter a date manually
**Describe the bug** `The submission must not be blank!` is returned for some submissions seemingly on random. **To Reproduce** Steps to reproduce the behavior: 1. Submit SQL-Queries to the Feedbacksystem...
At the moment no sql queries that work with a view can be checked. It should therefore be evaluated whether this is feasible and also verifiable.
**Describe the bug** Currently the `getLatestSubmissionByTask` and `getLatestSubmissionByCourse` method in [SubmissionService.scala](https://github.com/thm-mni-ii/feedbacksystem/blob/dev/modules/fbs-core/api/src/main/scala/de/thm/ii/fbs/services/persistence/SubmissionService.scala) do not return `additional_information` and so throw an Exception when called. **To Reproduce** Steps to reproduce the behavior: 1....
natural join check with updated pip
resolves #1208