Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christianp/elm-quiz
A toy quiz system written in Elm
https://github.com/christianp/elm-quiz
e-assessment elm quiz
Last synced: 13 days ago
JSON representation
A toy quiz system written in Elm
- Host: GitHub
- URL: https://github.com/christianp/elm-quiz
- Owner: christianp
- License: mit
- Created: 2016-06-05T17:36:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-10T15:50:48.000Z (over 8 years ago)
- Last Synced: 2024-11-06T22:11:57.423Z (2 months ago)
- Topics: e-assessment, elm, quiz
- Language: Elm
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-quiz
A toy quiz system written in Elm.I'm just playing about with the Elm language. I thought a little quiz would be a good project to experiment with.
At the moment, the Elm standard library (and even the community packages) don't offer much, so this implements some very basic things.
To build it, run `elm-make quiz.elm --output=quiz.js`, then open `index.html`.