Question: help please. there's suppoused to be a .html and .js In this lab, you will complete the implementation of a Medical Device Vuinerability Scoring webpage.

help please. there's suppoused to be a .html
and .js
 help please. there's suppoused to be a .html and .js In
this lab, you will complete the implementation of a Medical Device Vuinerability
Scoring webpage. The purpose of this webpage is to return a score

In this lab, you will complete the implementation of a Medical Device Vuinerability Scoring webpage. The purpose of this webpage is to return a score that numerically quantifies how vulnerable a specific vulnerability is to the particular attack. The properties of the system will be selected from a group of predetermined options, where each option is a styled radio button. Once options are selected for all possible properties, the webpage will display the vulnerability score (and hide the waming label). 1. Implement a function called updateScore0 that verifies one button from each property is selected. 2. Using JavaScript, add a click or change event listener to each radio button (Do not add the event listener to the button label). Notice that the radio buttons are hidden using CSS 3. Once one button from each property is selected, the webpage should: - Hide the warning label by setting the display style of the with ID warning to none. Note: both none and hidden have similar visual effects, however none doesn't occupy any space, while hidden does occupy space, affecting the layout). - Compute the vulnerability score. - The score should be updated and displayed inside the with ID score. 4. The score must have a minimum of 0 and a maximum of 10 5. The final score must be rounded up to the tenths decimal place, and displayed with one decimal place. Ex: If the final score is 7.311456, the score should be displayed as 7.4 6. Once the score is being displayed, updating a property will automatically update the vulnerability score. 7. The score is computed as: - If S core BBase is 0 , then S core Final should be 0. - Scope Status ( Selection )= - Base Confidentiality ( Level Sensitivity, Level Confidentiality)= - Sensitivity corresponds to rows, and Confidentiality corresponds to columns. - BaseIntegrity( Level HealthImpact, Level Integrity)= - Health Impact corresponds to rows, and Integrity corresponds to columns. - Base Availability( Level Healthimpact, Level Arailability)= - Health Impact corresponds to rows, and Availability corresponds to columns. - Privilege Required( Selection )= In this lab, you will complete the implementation of a Medical Device Vuinerability Scoring webpage. The purpose of this webpage is to return a score that numerically quantifies how vulnerable a specific vulnerability is to the particular attack. The properties of the system will be selected from a group of predetermined options, where each option is a styled radio button. Once options are selected for all possible properties, the webpage will display the vulnerability score (and hide the waming label). 1. Implement a function called updateScore0 that verifies one button from each property is selected. 2. Using JavaScript, add a click or change event listener to each radio button (Do not add the event listener to the button label). Notice that the radio buttons are hidden using CSS 3. Once one button from each property is selected, the webpage should: - Hide the warning label by setting the display style of the with ID warning to none. Note: both none and hidden have similar visual effects, however none doesn't occupy any space, while hidden does occupy space, affecting the layout). - Compute the vulnerability score. - The score should be updated and displayed inside the with ID score. 4. The score must have a minimum of 0 and a maximum of 10 5. The final score must be rounded up to the tenths decimal place, and displayed with one decimal place. Ex: If the final score is 7.311456, the score should be displayed as 7.4 6. Once the score is being displayed, updating a property will automatically update the vulnerability score. 7. The score is computed as: - If S core BBase is 0 , then S core Final should be 0. - Scope Status ( Selection )= - Base Confidentiality ( Level Sensitivity, Level Confidentiality)= - Sensitivity corresponds to rows, and Confidentiality corresponds to columns. - BaseIntegrity( Level HealthImpact, Level Integrity)= - Health Impact corresponds to rows, and Integrity corresponds to columns. - Base Availability( Level Healthimpact, Level Arailability)= - Health Impact corresponds to rows, and Availability corresponds to columns. - Privilege Required( Selection )=

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!