Skip to content

samsemilia7/SAUCE

 
 

Repository files navigation

SAUCE - System for AUtomated Code Evaluation

A web based system for automatic code evaluation in the context of programming courses and contests.

This software project is licensed under the GNU Affero General Public License, Version 3 (AGPL-3.0). You find a copy of that license in the file LICENSE.txt.

Build Status

Branch Build Status Test Coverage
master Build Status - master branch Test Coverage - master branch
develop Build Status - develop branch Test Coverage - develop branch

Installation

For installation instructions, see INSTALL.rst.

Demo instance

If you want to try out SAUCE without setting up your own instance, you can access the demo instance at https://sauce-moschlar.rhcloud.com/ or https://sauce-moschlar.herokuapp.com/.

Every newly set up instance has some dummy data which includes several users and a sample event called Programming 101 - Demo.

You can log in for different user roles using the following credentials:

Role Username Password What's special to see with this role?
Teacher (responsible for an event - creating sheets, assignments, tests, lessons, tutors, students, etc.) teacher1, (teacher2) teachpass The event administration page at /events/demo/admin and the lesson submission page at /events/demo/lessons/1/submissions and the judgement pages for the submissions.
Tutor (responsible for a single lesson of an event) tutor1, (tutor2) tutorpass The lesson submission page at /events/demo/lessons/2/submissions and the judgement pages for the submissions. Also, the similarity page for an assignment would be very interesting.
Various Students in different teams and lessons and events studenta1, studenta2, studenta3, studentb1, studentb2, studentc1, studentc2, studentd1, studentd2, studentd3, studente1 studentpass The user profile page, where you can see your own and your team members' submissions at /user

About

System for AUtomated Code Evaluation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.8%
  • CSS 18.2%
  • JavaScript 15.0%
  • Shell 1.0%