Git Product home page Git Product logo

peerreviewapp's Introduction

Peer Review App

This webapp is designed to allow instructors to create questions with hidden grading rubrics. The students answer the questions and then are asked to review the (anonymous) answers of their peers. They are also encouraged to rate the reviews of their peers, and especially the reviews of their own answers.

The hope is that by reviewing other students' work, they will develop deeper understandings of the problem and its possible solutions.

The instructor and student can view metrics relating to their performance (e.g. number of problems answered, number of reviews written, average review score on each problem)

Installation

To run this app locally you need to

  • clone a copy (or download it)
  • create a google developer account and get oauth credentials
  • put those credentials in a file in config/auth.js in the format shown below:
  • startup a mongodb server
  • start the server with %npm start

auth.js format

The config/auth.js file has the form

module.exports = {
    'googleAuth' : {
        'clientID': 'your user clientID',
        'clientSecret': 'your Secret',
        'callbackURL'   : 'http://127.0.0.1:6500/login/authorized'
    }
};

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.