Skip to content

a web application to communicate the result of a test to students in a visual way

Notifications You must be signed in to change notification settings

teunreyniers/rosette

Repository files navigation

Rosette

A live example version can be found at https://teunreyniers.github.io/rosette/

About

Rosette is a web application to make rosettes. A roset is an easy way to display and communicate the result of a test to students. The different parts are displayed in a circular diagram which indicates how well the subject matter is known (see image). example image

This application offers an easy way to alter the layout and assist in calculating how well a part is known. Test results can be imported from a spreadsheet or CSV.

Get started

Install the dependencies...

npm install

And start developing

npm run dev

or create an optimized version for delivery

npm run build