Workshop
The Workshop contains quiz questions and activities to help reinforce what you've learned in this hour. If you get stuck, the answers to the quiz questions can be found in Appendix A, "Answers to Quiz."
Quiz
Study the following code:
What message will you see if WeatherForecast is "GoingToRain"?
What message will you see if WeatherForecast is not "GoingToRain"?
How would you change this code to work properly?
What is wrong with the following code?
<CFIF WeatherForecast IS "GoingToRain"> Drive to work! </CFIF> Walk to work!
<CFIF Name = "Sue">
Exercise
Try recreating the browser safety palette yourself, to learn how <CFLOOP> works. You can refer to the code in this hour if you need guidance, but try doing it yourself first.