Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 920 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 920 Bytes

Parsons

Support for Parsons Problems

Introduction

This repository holds and an adaptation of Runestone's Parsons Problem implementation to support the SPLICE Parsons Problem Input Format (PIF)

To run the project, clone the repo

  git clone https://github.com/OpenDSA/Parsons.git

Run npm install from the root folder to install all dependencies

Finally run

  npx webpack --config webpack.config.js

Note: It is helpful to re-run the last 2 commands (i.e. npm install and npx webpack --config webpack.config.js) whenever the code changes. Just the npx command will suffice for regular changes. npm install is necessary if the package.json file changes.

A good rule of thumb is to run both commands when ever you pull from github.

You can now open the src/index.html file in your browser of choice

This page presents a Parsons Playground for constructing problems quickly