Git Product home page Git Product logo

classroomresponse's Introduction

ClassroomResponse

Link: https://classroomresponsesystem.herokuapp.com/

Server Setup local:

  1. clone the repo
  2. pip3 install -r requirements.txt
  3. brew update
  4. brew install redis
  5. brew services start redis
  6. cd classroom_response
  7. python3 manage.py makemigrations classroom
  8. python3 manage.py migrate classroom
  9. http://localhost:8000/ Note: you must have python 3.6.5

Deploying to Heroku:

Automatic deploys from this github are enabled. Just push to this repo the changes will be pushed to prod

Key Features:

  • Organize questions, quizzes, and classes
  • Multiple choice and numeric questions
  • Student Feedback on questions
  • Websocket connection between professor and student
  • Graphs to quickly analyze results of questions
  • Download results of questions as a csv

Test accounts:

If you want to dive right in, here are some already created logins Teacher:

Student:

Baseline code: open sourced django starter

Originally we had started from scratch. Our custom authentiation system became messy quickly, so we decided to look at how other django users implemented authentication across multiple pages. We came across this code that used the decorator design pattern which was much cleaner than what we originally had. Because we like this example so much, we cloned it and used it as our baseline. The key file that this baseline contributed to our project is decorators.py. We also kept the existing CSS.

#Screenshots:

Adding a question page: Note the organizational hierarchy

Add Question displaying organizational hierarchy

What a student sees when answering a question

What a student sees when answering a question

Professor can view results of multiple choice question

What a professor sees when viewing the results of a multiple choice question

Professor can view results of a numeric question

What a professor sees when viewing the results of a numeric question

classroomresponse's People

Contributors

jonghoonlee98 avatar skim39 avatar tuethan1999 avatar

Watchers

Steven Bell avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.