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 trialShailesh Gupta
12,885 PointsWhat is the answer to this quiz. I have tried all the symbols and even queries in it, like books?type=Fiction&kindle=
Please tell me a solution to this quiz problem. I have tried all the possibilities. Also, question is quite unclear as what it is asking me to do?
Would anybody please help?
3 Answers
Ryan S
27,276 PointsHi Shailesh,
The question is a bit confusing, but it is basically asking you to fill in the missing symbols of the query string. Each space will only need a single symbol.
Remember that a query string begins with a question mark (?), variables are defined with equal signs (=) and variables themselves are separated by ampersands (&). "type" and "sort" are both variables names, "kindle" and "popular" are values.
Hope this clears things up.
Alexander Davison
65,469 PointsI would recommend re-watching the videos and keeping close attention :)
Dean Wiseman
20,901 PointsYou could re-watch the video a hundred times and still not get this question.....<eye roll>
Shailesh Gupta
12,885 PointsShailesh Gupta
12,885 PointsYipee! Thank you very much Ryan, your solution really worked. I was very confused about this problem. Kudos to you.