Skip to content
Nelson Lojo edited this page May 31, 2024 · 8 revisions

This repository contains the Berkeley Faded Parson's element and is designed to be used as a submodule.

Looking for element details? how to setup for development? how to generate questions?

Adding to Your Projects

This command will add the element to your project in the properly-named directory for PrairieLearn to use this element.

git submodule add https://github.com/ace-lab/faded-parsons-element.git ./elements/pl-faded-parsons/

The main branch is the most recent public release.

Pulling Changes into Your Projects

As detailed in the "Working on a Project with Submodules" section of the git book, pulling must be done with a different command.

From the top-level of your directory run:

git submodule update --remote ./elements/pl-faded-parsons/

The element is the product of the work of

See the pages on the right for more information on using the element.

Clone this wiki locally