for more information visit the package's GitHub page
Package contains the following modules:
=====
NOTE: This package is a working in progress.
=====
A system to create Elm exercises leveraging the Ellie platform.
It can be used in several way:
It supports three possible implementations:
exercise
- This is the simpler version, it only requires a list of tests. Most exercises can be built with this.exerciseWithView
- This is an intermediate version where you can also create a view
to be used as Result
of the exercise.exerciseWithTea
- Useful in the rear case that you need a complete Elm Architecture for your exercise.To submit a new exercise, you need to
exercises/src/E
folder. See to the other files in that folder to see examples.List a
, you can return []
. If the function return Maybe a
you can return Nothing
, etc.`<script src="/js/001.js"></script>`
Where the number is the number of the exercise you created
exercises/src/ListExercises.elm
node exercises/worker.js