Coder Social home page Coder Social logo

feedbackr's Introduction

What is Feedbackr

It's a web application where we can create multiple choice quizzes, share them, and of course, try these quizzes and see how well we did using the score report feature. In today's world of online teaching, Rushabh found that a lot of teachers were having to manually create assignments on Google Classroom or Microsoft teams. These tools also only allow for basic text and multiple choice answer types. This project was started to create a platform where teachers can share assignments they built with each other so that they can spend more time with their students, and less time building assignments that their collegues have already built.

Getting started

  1. Fork the repo and clone your fork to your development environment

  2. Navigate to the server folder and run npm install in your terminal to install dependencies. Then simply run node index.js to get the backend running. You should be greeted with server listening on http://localhost:3001

  3. In a second terminal navigate to the client folder and run npm install in your terminal to install dependencies. Then simply run npm start to get the react frontend running. You should see the app open up in your browser at http://localhost:3000 - the default react port.

  4. If you want to play around with the styling on SASS, you can npm run watch:sass on a terminal on while in the client folder. This will keep the page refreshing as you add or remove styling.

And that's it!! Happy coding

The App itself

The create a quiz page

create a quiz

The view quizzes page

view quiz

The quiz page

Do a Quiz

Observations

Improvements on the current code base

  • The SASS could do with a bit of refactoring, the SCSS is not as DRY as it could be
  • Setting up multipart questions
  • Allow for the name of quiz to be saved before questions start being made
  • Move to a relational database because the data is relational
  • Use more functional programming fundamentals to make the app more testable and predictable

The Future

  • Add a page where teacher's can request for extra features to be added
  • Add authentication to allow teachers and students to have their own profiles and have a record of the quizzes they've made, saved and completed, along with a historical score report
  • Create a question type library - so that quizzes can be more dynamic. Examples of question types including: Matching questions to answers, Drawing out chemical formulas, Diagram annotation, Graph creation
  • Allow for PDF to quiz converters so that teachers can turn past papers (that are publicly and freely available) into online quizzes

Contributors

  1. Ricardo D Alvarez
  2. Marijana Del Bianco
  3. Mohammed Abdul Khader
  4. Martin Rodl

Master Repo

Checkout https://github.com/RushabhM2/feedbackr where the code is written with useState instead of Redux.
App from: Rushabh Mehta

feedbackr's People

Contributors

rushabhm2 avatar rikidalvarez avatar mjdelbianco avatar martinrodl avatar mohammedak1991 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.