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

Ruby

How to build a questionnaire in Ruby

Hey everyone! I want to learn how to build a basic question and answer system, i.e. a user submits yes/no and the system spits out a little explanation blurb, and then offers another question based on that choice. I'd like to learn Ruby to do this, but what lessons pertain to helping me do this?

1 Answer

Andre' Jones
Andre' Jones
26,671 Points

I'd suggest just going through the Ruby on Rails course it will show you general techniques on how to create a project and all the essential building blocks create any project you can think of. Once you understand the concepts you'll be able to solve your questionare problem by breaking it down into smaller problems and tackling them one at a time.

Take your time. Learn Concepts. Dont get caught up in Syntax, u can always reference that.