Name: Rich Simms Project Name: Spanish Accents Add to Hall of Fame: Yes Project Purpose: My project uses Javascript and PHP to practice placing accents on Spanish words. Spanish has some clear rules how this should be done. The Practice page guides you through breaking a word into syllables, identifying the stressed syllable, and then choosing the letter to accent. The quiz page lets you test yourself on a random list of words. Project URL Entry Point: http://www.hayrocket.com/cabrillo/cis132/project/accents-practice.php Animation: A tacky animation is played when all the answers to a quiz are answered correctly. To see the animation without typing correct answers click on the capital A of "Accent each word ..." Form validation: Start at: http://www.hayrocket.com/cabrillo/cis132/project/accents-quiz.php The following items are validated on the client using Javascript: - Each word in the form list is validated on the client for having the correct accent. Any incorrect words will have a red error message printed to the right of the form field. Cookies: Start at: http://www.hayrocket.com/cabrillo/cis132/project/accents-quiz.php A timestamp is stored in a cookie whenever a quiz is graded. The cookie is used to show when the last quiz was taken and this appears when the Quiz page is loaded, or when the "Reset" or "Do another quiz" buttons are pressed. "Unusual" Code -------------- It just looks unusual to me because the HTML, PHP and Javascript code is mixed all together!