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

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:...

fbs-core: api
checker: excel

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...

dependencies
checker: sql
python

**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...

bug
fbs-runner: checker

Instead of selecting a date ---> enter a date manually

usability
fbs-core: web

**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...

bug
fbs-core: api
checker: sql

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.

fbs-runner: checker
checker: sql

**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....

bug
fbs-core: api

natural join check with updated pip

checker: sql