Skip to content

During in-class lab sessions, students had a difficult time getting questions answered. Students would grab a teacher's attention as soon as they were available. If you had your head down in your code, you might have missed getting your question answered. We developed HandRaise to allow students to post their questions online and to answer other…

Notifications You must be signed in to change notification settings

flatiron-school/handraise-redux

Repository files navigation

#Welcome to Handraise!

HandRaise is a 'question counter' for creating question queues in a class setting. It allows the teacher or TA to see who to help next.

##Getting Started: Application.yml file

  • Create an application.yml file

  • Insert the following code into the application.yml, replacing [[input_description]] with the actual input: TWILIO_ACCOUNT_SID: [[Twilio account SID]] TWILIO_AUTH_TOKEN: [[Twilio account auth token]] TWILIO_FROM: [[Twilio phone number]]

    GITHUB_CLIENT_ID: [[Github client_ID]] GITHUB_CLIENT_SECRET: [[Github client_secret]]

    MAILGUN_DOMAIN : [[Mailgun domain name]] MAILGUN_LOGIN : [[Mailgun user name]] MAILGUN_PASSWORD : [[Mailgun password]]

Getting Started: Part 2

  • bundle install
  • rake db:schema:load
  • Update exception notification email details in exception_notifier.rb

Web Servers & background processes

About us

Handraise was built by:

while attending The Flatiron School

About

During in-class lab sessions, students had a difficult time getting questions answered. Students would grab a teacher's attention as soon as they were available. If you had your head down in your code, you might have missed getting your question answered. We developed HandRaise to allow students to post their questions online and to answer other…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published