Skip to content

edly-io/xblock-sql-grader

 
 

Repository files navigation

SQL Grader XBlock

XBlock to grade SQL statements via a SQLite engine.

badge-travis badge-coveralls

This package provides an XBlock for use with the Open EdX Platform. Participants can be graded on SQL scripts, written in code editor supporting:

  • syntax highlighting
  • autocomplete (with Ctrl+Space)

Installation

System Administrator

To install the XBlock on your platform, add the following to your requirements.txt file:

git+https://github.com/Stanford-Online/xblock-sql-grader.git@master#egg=sql_grader==0.0.1

Course Staff

To install the XBlock in your course, access your Advanced Module List:

Settings -> Advanced Settings -> Advanced Module List

and add the following:

sql_grader

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 76.2%
  • JavaScript 7.1%
  • Makefile 7.0%
  • HTML 6.7%
  • Less 1.8%
  • CSS 1.0%
  • Dockerfile 0.2%