IT 432
Spring 2025
Craig Miller
Weekly Notes
Assignments
- Assignment 1
- Assignment 2
- Assignment 3
- Assignment 4
- Midterm Report
- Assignment 5
- Assignment 6
- Culminating Project
- Final Report
For this assignment you will study and modify the interactive greeting program to create an interactive story generator. It will practice some (possibly new) JavaScript concepts.
Start with the interactive greeting page provided in class. Before you work on the requirements for this assignment, make sure that you understand how it works. Consider making small modifications and see if they work. Also try out statements in the interactive console.
If you haven't yet, complete the syllabus quiz. It's a requirement for this assignment!
Modify the greeting page so that it requests specific text inputs from the user (e.g. a color, an action, a city, etc.). Have your page then generate a simple story (like Mad Libs based on the user input and some random selections generates by your JavaScript. At minimum, the page should meet these requirements:
Create a document that summarizes your work for the assignment. It will typically be a couple of paragraphs.
On D2L, submit a zip file of a folder with the following contents:
This assignment is worth 10 points. A rubric will be provided with the submission.