rubyforgood / inkind-volunteer

A mobile first application serving Community Education Partnership (CEP) - https://www.cep.ngo/ . This volunteer used application works in collaboration with https://github.com/rubyforgood/inkind-admin .
MIT License
11 stars 19 forks source link

Load first survey question #29

Closed garettarrowood closed 3 years ago

garettarrowood commented 3 years ago

Summary

As a volunteer, I want to start a "Session Survey" and it load the first question from the database (not hard coded).

Things to Consider

The back end has seeded data. Feel free to update that seeded data to better represent the first question.

Looming questions

How should we store questions that are designated for a student vs the volunteer? ("Question for your student" on mockup) Should we also add an extra field to question objects that hold an extra description? ("Ask your student..." section on mockup)

Criteria for Completion

Screen Shot 2021-10-12 at 10 01 35 AM

Bonus Round

gmfvpereira commented 3 years ago

@garettarrowood I'll be working on this one now

garettarrowood commented 3 years ago

Part way there!