opensubmit icon indicating copy to clipboard operation
opensubmit copied to clipboard

Just another submission system for course assignment solutions. Supports semi-automated code evaluation.

Results 45 opensubmit issues
Sort by recently updated
recently updated
newest added

OpenSubmit went * from a single validation script ... * ... to multiple validation scripts * ... to multiple validation scripts that may be invisible for students * ... to...

new feature
question

It would be helpful to have general execution statistics, e.g. by profiling with Valgrind.

new feature

Idea by @aibo21: Use cases: In some courses, it is common to have course-specific groups of students. These groups are defined by the tutors, so this data is not being...

new feature

Users may want to generate long-range gradings (e.g. 1-100), which is close to impossible in the current UI.

new feature

Teachers sometimes change their validation scripts without impacting the validation results. One example is more output for supporting the teaching process. In order to support this, it should be possible...

new feature

As a result of the discussion in #130, there should be a separate front-end and backend 'last modification' timestamp for a submission. Student activities can only influence the former, while...

new feature

Correctors expressed the need to have a bookmarking feature, for example for their own continuation management. This is different from the grading status, which is a user-independent indicator.

new feature

Would be a very useful feature to be able to turn automatic re-run of the validation script from the Assignment options menu (e.g. when the validation/full-test scripts are re-uploaded). Just...

I looked for solution to distinguish 2 opensubmit instances (separate urls) to select the right configuration ini file in settings.py. A possible solution in combination with wsgi is to have...

new feature