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

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191027212002-d64ee3fa515a to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191027212002-d64ee3fa515a&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191024073052-e66fe6eb8e0c to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191024073052-e66fe6eb8e0c&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191011191535-87dc89f01550 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191011191535-87dc89f01550&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.2 to 2.2.8. Commits 53403b5 Optimize cases with long potential simple_keys (#555) 1f64d61 Fix issue in simple_keys improvements (#548) a95acef Update travis config to use latest go...

dependencies

The autograder can be integrated as an _LTI tool_, i.e. a web application that is registered with an LMS (Learning Management System), that is formally added as an assignment to...

Adding clarification for first-time users

In order for the autograder to be useful to more people, it should have a formal release process so that people could depend on it in a stable manner.

The local integration test should work as follows: 1. Build the autograder image 2. Start the autograder image locally without authentication, just like script start-local-combined.sh does 3. Parse the master...

Currently the build procedure builds everything from sources using only standard Debian images as a base. It would be nice to regularly build and publish to Docker Hub a base...

Currently the notebook extraction tool for extraction of autograder tests and student versions of notebook is written in Go, but this requires either a Go installation or using heavyweight Bazel...