The project managers at ACME Design have been so impressed by your portfolio and the presentation you made at Calumet Community College that they have asked you to head up a project to add various interactive components to the student success center's website. You will analyze the directions below to see what the college is looking for and use JavaScript within HTML to create the interactive site.
Scenario:
The project managers at ACME Design have been so impressed by your portfolio and the presentation you made at Calumet Community College that they have asked you to head up a project to add various interactive components to the student success center’s website. You will analyze the directions below to see what the college is looking for and use JavaScript within HTML to create the interactive site.
Tasks:
To create the interactive site using JavaScript within HTML, you need to:
Create a web page that enables a user to click a button so that either “heads” or “tails” appears within a box. You will start by creating this document within a text editor such as Notepad.
Create a web page that converts a Fahrenheit degree to a Celsius degree when a button is clicked.
Create a web page that displays the result of a rolled dice randomly.
Create a web page that displays a four-question quiz that can be automatically corrected and displays the results with a click of a button.
Create a basic calculator that works and uses operators (+, -, /, and *) to make calculations.
Create a summary of the JavaScript code you used in points 1–5 in a Microsoft Word document. Explain to the client why you chose to use certain syntax and discuss the methods you would use for debugging or handling errors.
Note: Utilize at least three scholarly or professional sources (beyond your textbook) in your paper. Your paper should be written in a clear, concise, and organized manner; demonstrate ethical scholarship in accurate representation and attribution of sources (i.e., in APA format); and display accurate spelling, grammar, and punctuation.
Submission Details:
By the due date assigned, save your coding document as an HTML file as M5_A2_Lastname_Firstname.html and the Microsoft Word document as M5_A2_Lastname_Firstname.doc and submit them to the Submissions Area.
LASA 2 Grading Criteria and Rubric
All LASAs in this course will be graded using a rubric. This assignment is worth 300 points. Download the rubric and carefully read it to understand the expectations.
Assignment 2 Grading CriteriaMaximum PointsCreated a web page that enables a user to click a button so that either “heads” or “tails” appears within a box. Created this document within a text editor such as Notepad.40Created a web page that takes a Fahrenheit degree and converts it to Celsius when a button is clicked.48Created a web page that displays the result of a rolled dice randomly.32Created a web page that displays a four-question quiz that can be automatically corrected and displays the results with a click of a button.40Created a basic calculator that works and uses operators (+, -, /, and *) to make calculations.48Created a summary of the JavaScript code you used in parts 1–5. Explained to the client why you chose to use certain syntax and discussed the methods you would use for debugging or handling errors.28Used a text editor, avoided the use of inconsistent or unnecessary coding, and wrote in an organized and consistent manner.64Total:300