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 trialDaniel Jefferson
7,886 PointsWhat's wrong with quiz 1 question 4?
On quiz 1 of Ruby Basics, question 4 asks "Fill in the blank to put the string "Hello World!" on the screen. But when I insert the code ( puts "Hello World!" ) and click the submit button it marks it as wrong. What am I doing wrong? I've even inputted the same answer into three different browsers and still no luck.
2 Answers
Grace Kelly
33,990 PointsHi Daniel are you just entering "puts" into the input and submitting that??
Daniel Jefferson
7,886 PointsNo I was inserting the entire (puts "Hello World!") code into the blank. Then went back after posting this and put (puts) into the blank then it worked and I felt like an idiot. But thank you for the quick reply Grace.
Grace Kelly
33,990 PointsNo worries Daniel we all make these simple mistakes, I'm glad you figured it out!! :)