Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A Python based AutoGrader for Python Assignments.

License

NotificationsYou must be signed in to change notification settings

bilalzaib/AutoGrader

Repository files navigation

A Python based AutoGrader for Python Assignments.

Introduction

This system is developed forFAST-NUCES Peshawar Campus for the handling of student assignments. This system provide auto grading functionality for the students submission and generate submission reports for the instructor.

Functionality

  1. Admin, Instructor and Student accounts
  2. Course with unique enroll key
  3. Assignments with test and assignment file
  4. Assignment Submission Report (based on the latest submission)
  5. Student Account: Password Recovery, Submission Password, Submission Score and Submission Log

Prerequisites

Checkrequirements.txt for the prerequisites packages. You can install requirment package using following command:

cd AutoGrader/pip install -r requirements.txt

Installing

For the installation first grab the latest source from theGitHub

git clone git@github.com:BilalZaib/AutoGrader.gitcd AutoGrader/

Edit settings.py of Django

cd AutoGr/mv settings-sample.py settings.pyvi settings.pycd ../

Note: You have to add secret key and SMTP detail in this file. You can generate Django secret key from any online website.

Setting up super user for Django

python manage.py migratepython manage.py createsuperuserpython manage.py runserver

Now go tohttp://127.0.0.1:8000/admin to logon to the system.

Getting into system?

  1. After the installation admin user can logon to the system.
  2. Admin can create the Instructor, set him as "is_staff" and assign the permissions for example Assignment (All), Course (View only), Student (All) and Submission (All).
  3. After the creation of instructor, instructor will logon to his account.
  4. Instructor will create Assignment and share enroll key with students.
  5. Student will register to the system fromhttp://127.0.0.1:8000/autograder
  6. Student will logon to the system and enter the enroll key to enroll into the course.
  7. Student will select the course, then assignment and then follow the instruction written on that page.

How system works?

Instructor uploads three files with Assignment which isassignment_file,instructor_test_file andstudent_test_file. Student will have to write code inassignment_file andit will be tested againststudent_test_file for student and after the submission to server theassignment_file will be tested againtsinstructor_test_file and submission will be stored with score in the database.

Deployment

Currently this system is used on a dedicated server located in the university with PostgresSQL database. Step for installation are same as the above.

Built With

Contributing

Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We useSemVer for versioning. For the versions available, see thetags on this repository.

Authors

  • Hafiz M. Bilal Zaib -Initial coding -BilalZaib
  • Mohammad Nauman -Design and requirement gathering -recluze
  • Syed Owais Ali Chishti -Funtionality integrations -soachishti

See also the list ofcontributors who participated in this project.

License

This project is licensed under the MIT License - see theLICENSE.md file for details

Acknowledgments

Note

There are no sandboxing mechanism in this system, however auto backups and system permission are used for now.

About

A Python based AutoGrader for Python Assignments.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp