start docs existing_solutions

This commit is contained in:
Christoph Walther
2024-07-09 22:32:53 +02:00
parent 902ba18fd0
commit 1fd15435f6
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,12 @@
=== Code Grade ===
link:https://docs.codegra.de[CodeGra.de]
Commercial solution for grading code submissions in an external tool, integratable via the open LTI interface.
==== Features ====
* Automatic grading through unit tests, I/O, error code, linter
* Inline comments like code review
* Plagiarism detection to check similarity between submissions
=== CodeOcean ===

View File

@ -98,3 +98,7 @@ It follows a predefined structure for storing user input data. Each user has a s
The repository makes it possible to work in your own environment and push the changes to the repository. The backend fetches the changes and updates the user input data. This makes it easy to work offline and collaborate with others. The repository makes it possible to work in your own environment and push the changes to the repository. The backend fetches the changes and updates the user input data. This makes it easy to work offline and collaborate with others.
Repositorys need to be secured and limited in size. That users can't upload large files or malicious content. The repository should be monitored and checked for changes. It should be possible to revert changes and restore the repository to a previous state. Repositorys need to be secured and limited in size. That users can't upload large files or malicious content. The repository should be monitored and checked for changes. It should be possible to revert changes and restore the repository to a previous state.
## Existing Solutions
include::content/existing_solutions.asciidoc[]