Skip to content

Latest commit

 

History

History
100 lines (82 loc) · 1.89 KB

README.md

File metadata and controls

100 lines (82 loc) · 1.89 KB

CourseControl

Build Status Coverage Status Built with Grunt

Live Version

Click HERE to try the live version!

Description

CourseControl allows teachers to bring technology into their classrooms by providing a platform where teachers can ask questions and students can vote with their smartphones. Additionally this app keeps track of students votes so teachers can track participation.

Screenshots

Image1 Image2

Technologies

Node
Hapi
PostgreSQL
AngularJS
Foundation

Models

User
  • .register
  • .login
Gradebook
  • .query
Course
  • .create
  • .add
  • .query
  • .show
Lesson
  • .create
  • .query
  • .show
Quiz
  • .create
  • .query
  • .show
  • .vote
  • .start
  • .closeQuiz
  • .quizcount
  • .upload

Features

  • register
  • login
  • logout
  • update profile
  • students can add course to their profile
  • students can vote on desktop version
  • student responses are saved to the database
  • instructors can create courses
  • instructors can create lessons
  • instructors can create quizzes
  • instructors can activate quizzes
  • instructors can close quizzes
  • once a quiz is closed statistics are displayed
  • instructors can view all students in a course
  • instructors can see how students voted on each quiz

Contributors

License

MIT