prog-edu-assistant icon indicating copy to clipboard operation
prog-edu-assistant copied to clipboard

An easy system to create autograding tests in Jupyter Python notebook and deploy to cloud.

Results 20 prog-edu-assistant issues
Sort by recently updated
recently updated
newest added

It's not a big deal when only a few people are working on the project. But it makes things slower meaninglessly if many people commit code with their favarite code...

Currently the authoring workflow assumes Jupyter notebooks, but it would be nice to support authoring in Colab, as it allows for better collaboration of multiple people and quick turn around....

It would be nice to be able to annotate user code with additional messages ,and hints. Since the code submission is already included in the autograder report, the most natural...

There is considerable interest in using the code submissions collected by the autograder for further research. It is required to collect students' consent to enable collection of data. The authentication...

Currently autograder accepts only one kind of submissions -- ipynb notebooks-- , and it finds the metadata inside of the ipynb file. There are use cases for the autograder where...

Autograder tests are code, so it is very inconvenient to have multilingual tests. However, the messages that are returned to students are just message strings, so they are well suited...

The data flow of the assignment notebook generation works as follows: - a single master notebook contains the content in multiple languages (with markers) and autograder tests - multiple student...

Writing autograding tests for student submissions is not a trivial task, as there are unlimited number of ways how the submission may be incorrect. For best student experience, it is...

The notebook interface (Jupyter or Colab) is designed to be universal tool for multitude of use cases (data exploration, reports, dashboards, computational experiments etc.), and has a bunch of design...

Bumps the go_modules group with 1 update in the /go directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `google.golang.org/grpc` from 1.56.3 to 1.64.0 Release notes Sourced from google.golang.org/grpc's releases. Release 1.64.0 API Changes stats: Deprecate...

dependencies