SOCR/QuizApp

Name: QuizApp

Owner: SOCR

Description: A web-based flashcard-style quiz application used for testing informatics and machine learning concepts

Created: 2016-12-24 04:29:57.0

Updated: 2017-12-07 15:41:19.0

Pushed: 2017-05-19 12:59:29.0

Homepage: null

Size: 246

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits
Ivo Dinov2018-01-27 17:43:44.02
sshusain2018-01-28 00:12:16.045
Tamgalan2017-02-03 00:11:31.025
Jake Close2017-02-03 21:00:49.025
Lu Dai2017-02-09 21:18:12.08
ZixinLiu2017-02-09 01:03:17.07
Mark Sultani2017-01-26 22:47:24.06
shuyuanx2017-02-10 03:05:59.017

Other Committers

UserEmailMost Recent Commit# Commits

README

QuizApp

A web-based flashcard-style quiz application used for testing informatics and machine learning concepts

Deployment

In order to allow for JSON resource uploads, the page must be deployed to a server, or you will run into CORS errors. Instructions for a simple server implementation are included below

  1. make sure you have nodeJS installed. You can find it here
  2. Install the http-server package npm install -g http-server
  3. Navigate to the directory that contains the index.html file cd /path/to/directory
  4. Start the server http-server
  5. View your webpage in your browser by navigating to http://localhost:8080

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.