Giter VIP home page Giter VIP logo

quickscope's Introduction

GitHub Python Build Read the Docs

Overview

Quickscope is used to build Gradescope autograders with Chalkbox, the University of Queensland ITEE school's automatic marking system for programming assignments.

Quickscope is hosted at quickscope.uqcloud.net for public consumption.

Key Features

  • Support for Python and Java based programming assessment.
  • Extensible engine system for introducing new languages and environments.
  • Dependency and environment management with Poetry.
  • A friendly web interface: Interface

Build and Run

Quickscope requires the Poetry dependency and environment management system as well as Python 3.8. If you don't have Poetry installed run:

pip install poetry

If you don't have Python 3.8 we'd suggest using the pyenv management system to install it:

pyenv install 3.8.2

Once you have those, you can install Quickscope:

git clone https://github.com/UQTools/quickscope
cd quickscope
poetry shell
poetry install
poetry run build

When the generation of the front end is complete you can run the Quickscope server:

poetry run flask run

You should now be able to access the service through your browser at 0.0.0.0:5000.

Documentation

Documentation for the project is available at quickscope.readthedocs.org. This includes guides on how to use the tool and adapt it to your needs.

Copyright & License

Quickscope is copyright Nicholas Lambourne, Max Miller & Ella de Lore.

The Quickscope logo is copyright Nicholas Lambourne.

This tool has been licensed for general use under a permissive MIT license available here.

quickscope's People

Contributors

elladelore avatar maxcmiller avatar nicklambourne avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

quickscope's Issues

Unimplemented features

  • Formatting of dependencies into YAML list
  • Ability to choose ChalkBox version to use for JavaEngine in web UI
  • Allow selection of assessable test classes from uploaded files in solution
  • Fix path names of assessable test classes when generating YAML (directory names -> package names)
  • Allow selection of Checkstyle excluded paths
  • Intelligent generation of the expected structure directory based on solution and assessable test classes
  • Have Checkstyle .jar be separately uploaded in its own drop zone and renamed to something standard

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.