nvladimiroff / CSUSeniorProject

Group 4's classroom clicker app
MIT License
0 stars 2 forks source link

Adding questions on a question set #2

Closed devglen closed 8 years ago

devglen commented 8 years ago

In /public/javascripts/global.js when we are displaying the questions we need to edit the top level "+" (add) button and wire it to a click function to give the ability to add a new question the the existing list of questions (if any). It needs to append a block of html for the new question to the current list items (if any, or add a new list item to the top if there are none).

devglen commented 8 years ago

completed in last commit