SFII / scq

Our main repo for the SCQ senior project.
8 stars 6 forks source link

Survey creation #154

Closed Brady76 closed 8 years ago

Brady76 commented 8 years ago

@CarlosHL I think this is good to go for all multiple choice questions, I don't want to step over you since this has been your project I just wanted to get you over the hump, I think you can probably do the other question types in a really similar manner. If you're unsure of what fields a question type needs you should go into the survey_handler and the surveys.py file as well as questions.py in models to figure everything out. If you get stuck let me know, it was definitely tricky.

Brady76 commented 8 years ago

@CarlosHL you'll have to use postman to make a group to post to, that's why I have
item_id: "testGroup1", item_type: "Group", item_name: "testGroup1",

At least until we have group creation done. We'll also have to make it so the survey cards can choose who they're sending to. But anyways I just finished commenting the code and making sure everything's clean but still just let me know if anything doesn't make sense.