This is the api, build in Ruby on Rails, for the web app Innovate Confidence and is deployed to heroku with ability to view json of users, games, scenarios, attempts, questions, and answers.
The database is PostgeSQL and database diagrame is pictured below:
- Implamenting the
optionsattribute of thequestionstable. This attribute is set up as an array so that it can hold optional answers for multiple choice/dropdown answering. - Update the
userstable to hold a username, company name, and other attributes as needed by users. - Update the
questionstable to include a question type, such as true/false, multiple choice, short & long answers. Currently only has option for text answers. - ...

.png?raw=true)