This unit is expiring
The expiry date of this unit is 31/07/2024.

Overview

Framework:
Access to HE
Level:
Level 3
Unit No:
QU026138
Credits:
6
Guided learning hours:
Not available

Qualification Grading Type

Graded

Grade Descriptors

  • GD3-Application of skills
  • GD7-Quality

Unit Learning Outcomes

1.

Understand JavaScript.

Assessment Criteria

  • 1.1

    Evaluate how JavaScript is used.

    For example: GUI, Browser sniffing, client-side validation of input, shopping carts, mini-applications calculators, currency converters, animation.

  • 1.2

    Compare and contrast client-side version and server-side version of JavaScript.


2.

Be able to use JavaScript in a HTML document.

Assessment Criteria

  • 2.1
    Use JavaScript to prompt and validate inputs in HTML document.
  • 2.2
    Use document write to display messages in HTML document.
  • 2.3

    Alter, show, hide and move objects on web page

  • 2.4

    Use JavaScript to adjust an HTML page for special effects


3.

Be able to use functions and variables.

Assessment Criteria

  • 3.1
    Use functions and variables to customise web pages.
  • 3.2
    Use functions and variables for functional web pages.

4.

Be able to use event handlers to trigger JavaScript code.

Assessment Criteria

  • 4.1

    Use event handlers to trigger JavaScript code.

    For example: onSelect, onSubmit, onClick, onMouseOver, onLoad, onUnload