mtreinik / rubric

A tool for creating interactive assessment rubrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rubric - simplify giving formative feedback

Rubric is a tool for creating interactive assessment rubrics.

Assessment rubrics

A rubric is a set of criteria used to evaluate students' responses.

This tool allows teachers to create rubrics and fill them out.

Here the emphasis is not on grading but giving feedback to the student with an easy and efficient tool.

Design principles

  • User can create, save and open their own rubrics
  • User can create feedback based on a rubric
  • User can export feedback to Google Docs
  • Works in a browser
  • No server needed

Development

TODO

  • rename app on heroku
  • unselect after copy-pasting
  • add documentation
  • aria tags for accessibility

Developing and building Rubric

Install dependencies:

nvm use
yarn install

Run development server:

cd client
yarn install
yarn start

Run UI tests:

cd client
yarn test

Build production site:

yarn build

Technology

Rubric is developed by using many tools:

About

A tool for creating interactive assessment rubrics

License:MIT License


Languages

Language:TypeScript 94.9%Language:CSS 2.4%Language:JavaScript 1.9%Language:HTML 0.8%