Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
coreyarch1234 committed Jun 6, 2017
1 parent a1f1e7b commit d5e7811
Showing 1 changed file with 4 additions and 46 deletions.
50 changes: 4 additions & 46 deletions README.md
@@ -1,49 +1,7 @@
# contendify-
# Contendify

Contendify is a research-based education platform for the classroom. Contendify aims to benefit both students and teachers. With Contendify, students will have engaging research-based games and teachers will have platform with in-depth statistics.

// if user clicks answer
// get their socket id
// find their user id if any in teh game.players dict
// if user id exists
// check if chosen option is correct answer
// if correct
// display they were correct
// else
// do something
# Technologies



// on answer selected
// update view with data

// when user clicks asnwer
// if not everyone has answered
// emit answer selected
//





// on answer selected
// set socket id : true bc they answered question
// emit answer selected with data

//Current Task
// On game page, show question text and options text.
// When a user clicks on an option, grab the option text and the socket id.
// Emit the socket id and the option text to server and compare with actual answer.
// If they got it right, update view with "correct text" and if they got it wrong, update with "wrong text"
//
// Key lessons: Obtain socket id and option text and pass it around + manipulate

// addl' Task
// if user is last one left, take eveyrone to next question
// else update everyone to know that another persom answered

Tasks:
1) Find a place to store question and options text
2) Make it possible to grab socket id and options text once a user clicks on an options
3) Emit socket id and options text to server
// 4) create max user count and increment as people answer
4) Update view accordingly
Javascript, Node/Express, MongoDB, HTML/CSS.

0 comments on commit d5e7811

Please sign in to comment.