Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Data Modeling Using a Custom Class

I'm struggling with this question on the data modelling quiz.

Create an instance of the Song class with the convenience constructor songWithSinger:(NSString *)s and singer named "James Brown".

I've tried Song *popSong = [Song songWithSinger: @"James Brown"];

3 Answers

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

That actually looks correct, but the space between the colon and @ sign is throwing off our Quiz checker. Delete the space and you should be able to pass. We're working on fixing those types of limitations, so this question should be fixed before too long (or possibly replaced by a Code Challenge).

Michael Vilabrera
PLUS
Michael Vilabrera
Courses Plus Student 11,252 Points

Finally got it after a day then broke down and searched Google. Please remedy these issues as they are very frustrating for learners

This still isn't fixed! That was a huge waste of time, so glad I found this post!

Ben Jakuben
Ben Jakuben
Treehouse Teacher

Thanks for the heads up, Dylan. Sorry about your troubles with it. /cc Amit Bijlani

Addison Francisco
Addison Francisco
9,561 Points

These kinda things are really frustrating me with this course as well. I'm pulling my hair out, watching the videos over and over again, referencing the apple documentation, stack overflow, and the whole time what I am doing is correct. Things like this definitely need to get resolved ASAP since you are charging people for this course. I've waisted a lot of time with these little bugs throughout the course, and that is time that I am paying for. I really enjoy the material, but this is leaving a bad taste in my mouth. Please, Treehouse, fix these bugs.

Amit Bijlani
Amit Bijlani
Treehouse Guest Teacher

Addison Francisco are you still having issues with this? I fixed most of these last week.