Skip to content
/ clickr Public

A student response system for schools. Elixir + Zigbee + Raspberry Pi

Notifications You must be signed in to change notification settings

ftes/clickr

Repository files navigation

Clickr

About

Designed to motivate: A student response system for schools.

Clickr Diagram

For teachers:

  • Give oral grades based on the response data, rather than a gut feeling.
  • Spend less time taking notes on student participation after or during each lesson.

For students:

  • Motivation for participation: Immediately see how your oral grade improves.
  • Continuously reflect on your participation.

Getting started

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Remote iex

fly ssh console
> app/bin/clickr remote

# Reset database
>> Clickr.Release.rollback(Clickr.Repo, 0)
>> Clickr.Release.migrate

Observer

./observer.sh

Translate

  • mix gettext.extract --merge --locale de
  • mix gettext.extract --merge --locale de
  • mix gettext.extract_and_merge

Learn more

About

A student response system for schools. Elixir + Zigbee + Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published