Giter Club home page Giter Club logo

bux-demo-course-grader's Introduction

Demo External Grader

Defines package requirements and configuration for a demo course grader.

Requirements

Quick Start

git clone [email protected]:bu-ist/bux-demo-course-grader
cd bux-demo-course-grader
pip install -r requirements.txt

Modify the configuration in settings.py and start the grader:

grader --settings=settings

Type Ctl-C to stop the grader.

For provisioning of production and development VM environments use the configuration repository: https://github.com/bu-ist/bux-grader-configuration.

Notes

The default configuration in settings.py will look for a local XQueue install created using the fullstack provisioning instructions: https://github.com/edx/configuration/wiki/edX-Production-Stack.

Here's an example problem you could add to your course to test the grader once it's up and running:

<problem>
  <text>
    <p>Say hello to the dummy external grader!</p>
  </text>
  <coderesponse queuename="test-pull">
    <textbox />
    <codeparam>
      <initial_display></initial_display>
      <answer_display>Hello, dummy grader!</answer_display>
      <grader_payload>
        {
          "answer": "Hello, dummy grader!"
        }
      </grader_payload>
    </codeparam>
  </coderesponse>
</problem>

bux-demo-course-grader's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.