start docs existing_solutions
This commit is contained in:
12
doku/content/existing_solutions.asciidoc
Normal file
12
doku/content/existing_solutions.asciidoc
Normal 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 ===
|
@ -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[]
|
||||||
|
Reference in New Issue
Block a user