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

JavaScript JavaScript Basics (Retired) Making Decisions with Conditional Statements The Conditional Challenge Solution

For the code challenge, their are no notes on what to do in the workspace.l

He speaks quickly and I don't want to repeat the video.

Chris Wiley
Chris Wiley
14,669 Points

Below the video I clicked on the transcript tag and just read what he said.

Oh, I forgot about the transcript below. In another project, they included the notes in the workspace.

2 Answers

Andrew McCormick
Andrew McCormick
17,730 Points

Craig, Are you writing this as a feature request and think it would be a good idea for the teachers to include the instructions in the workspace? If so, be sure to contact support and suggest it to them: https://teamtreehouse.com/support .

As for your comment "...and I don't want to repeat the video". I would strongly reconsider that kind of response as you learn development. Many times those you work with and especially clients are not going to make sure that you heard everything they asked you to do, they'll simply say it expect you to do it. Often you'll have to read over notes or recorded conversations to make sure you get the job done according to spec.

Sorry, my laptop has a short vertical screen. I often forget about the things below. I think the idea in the first paragraph would be great!

Here are the instructions:

For this challenge, I want you to write a simple quiz application.

The application needs to do several things.

First, it has to ask at least five questions.

Second, keep track of the number of questions the user answered correctly.

Third, provide a final message after the quiz,

letting the user know the number of questions he or she got right.

And fourth, rank the player.

If the player answered all five correctly, give that player the gold crown.

Three to four is a silver crown.

One to two correct answers is a bronze crown.

And zero correct is no crown at all.

Good luck.

On the video page there is a tab for video transcripts. You can click on it and it shows everything he is saying in text. Hope that helps you.