MichaelT4646 / Group8

0 stars 0 forks source link

Thanking the user for doing the survey. #5

Open MichaelT4646 opened 3 years ago

MichaelT4646 commented 3 years ago

I noticed that on line 291 of Survey.Java we say System.out.println("Thank you again for taking our survey! We hope to see you again! :)");. However we also thank the user on line 220 System.out.println("Thank you for taking the time to complete this survey! It means a lot to us!");. I don't think it is necessary to thank the user twice. My recommendation for this would be to delete line 220 and just thank the user once all of the stats are listed.

Andrew231456 commented 3 years ago

I do agree that there should be one line thanking the user for the survey, didn't even notice that on line 220 till you pointed it out. Nice Michael!

itsteele commented 3 years ago

I agree that the user should be thanked for doing the survey. I think it's funny how none of us thought of this!