Git Product home page Git Product logo

automated-assignment-evaluation's Introduction

Github Stats


Top Langs



automated-assignment-evaluation's People

Contributors

3rst avatar dependabot[bot] avatar iammayankthakur avatar mayankakamai avatar nihalishetty avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

nihalishetty

automated-assignment-evaluation's Issues

Code_eval feature

Implement the code_eval feature.

  • Take the necessary input from the faculty, including configuration, Dockerfile, testcases and their output

  • Build the image once

  • For every student submission, run it on that container and run the test cases and diff it with the expected output given by the faculty.

  • Create the necessary models in testmgr/models.py

  • You can also add fields if you need, in the studentmgr.models.Submission class.

  • Create testmgr/code_eval.py

  • In testmgr/code_eval.py create setup_code_eval and do_code_eval functions.

Also create html UI for this feature in studentmgr/templatesand facultymgr/templates for both faculty to configure and the student to submit.

What the faculty will configure and how is upto you to decide, based on what channa sir says.

CC Assignment 2 evaluation

Create a hardcoded mehod to specifically test CC assignment 2.
We can later work on the project and make, container evaluation/scaling customizable by the faculty.

Fix UI

  • Fix UI for facultymgr and studentmgr using bootstrap.
  • Fix formatting when showing any output on screen
  • Show proper error messages

Create models for container_eval

We have to create models for container_eval.
Should we create a base class Submission and inherit that for all the evaluation models. or just add more columns to the Submission model?

Scale testing

  • Determine the elements that we are going to test in the cluster

  • Create UI

  • Determine cluster management tool to be tested

  • If possible add the GQPS metric for the test using WRK/WRK2

Container_eval Feature

Implement the container_eval feature.

  • Take the necessary input from the faculty, including configuration, any container scaling ting, testcases and their output

  • For every student submission, run the evaluation and run the test cases

  • Create the necessary models in testmgr/models.py

  • You can also add fields if you need, in the studentmgr.models.Submission class.

  • Create testmgr/container_eval.py

  • In testmgr/container_eval.py create setup_code_eval and do_code_eval functions.

  • In studentmgr/views.py in ContainerTestView call your do_container_eval method.

Also create html UI for this feature in studentmgr/templatesand facultymgr/templates for both faculty to configure and the student to submit.

Consolidated marks list

Generate consolidated marks list for Assignment 1 and 2

  • Add this as a feature for the faculty
  • Click on generate marks list button to generate csv

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.