-
## Detailed Description
When you call `add_column` and pass in a function that may throw an exception on edge case logic, the column is not evaluated until the Table is materialized, utilizing lazy…
-
## Detailed Description
Parsons expects certain naming conventions for it's environmental variables. Take the Redshift class. It expects the following environmental variables: REDSHIFT_USERNAME, REDS…
-
Sometimes I want to do an upsert from an existing Redshift table, rather than a Parsons table, and pulling data back into Parsons seems silly since the staging table already exists.
-
Parson's puzzles are programming exercise where the student is given a program with its lines permuted, and need to fix the order to make the program work. Variants includes also fixing the indentatio…
-
Currently there isn't a mechanism in Parsons to update existing events in VAN, but an endpoint does exist in the VAN API. This ticket is a request to add that to Parsons.
[Documentation here.](https:…
-
Research possible options and then look into methods of implementation and create an MVP that can take code and create parsons components
-
The parsons directive uses a locale option, but this is not documented anywhere, or set.
It defaults to `en` if not set, but an instructor would need to review the parsons.js source code to know that…
-
Of all the assessments in Runestone, only multiple choice appears to number questions correctly.
- For multiple choice a single increasing number for each problem rendered.
- For parsons and short…
-
I would like an option that allows students to get feedback on a Parsons problem and/or active code on a timed exam. This would allow me to run experiments were I control the time the person uses.
-
With GitHub Actions, we can:
- Trigger a Sphinx/JupyterBook build of the contents of `textbook`
- Use Jekyll to [build and deploy](https://github.com/actions/deploy-pages) Parsons Problems
These …