The Paper 3 Mocks Testing is a reference to identify things that needs focus and to be strengthened as everyone continues to do their best before the real examination that is coming, and this time, we are now on the next phase this 2nd Semester which is exam preparation, and  I will be demonstrating, discussing, or facilitating in the class according to the mocks feedback. 

We will begin with the IGCSE EXAM portion on:

 

WEB AUTHORING & SPREADSHEETS

  

SPREADSHEETS

 

 Check also the Web Authoring Lessons part that I have discussed including the Spreadsheets Demo file for you to review and  practice.

 

Web Authoring Part 1   linkbutton
Web Authoring Part 2   linkbutton
 Spreadsheet Demonstration File   linkbutton

 

 

Always remember, practice is the key to mastery of anything.

 


 IGCSE ICT

Paper 3

Web Authoring 

 

You might encounter Web Authoring exam requirement in inserting an audio or video file while using the Expression Web Version 4 application. Check the videos below and familiarize yourself in doing it.

 

INSERTING A VIDEO

 

INSERTING AN AUDIO FILE


HTML FORMAT

Video:

<video width="320" height="240" controls>
  <source src="movie.mp4" type="video/mp4">

/* or */
  <source src="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

 

Audio:

<audio controls>
  <source src="horse.ogg" type="audio/ogg">

/* or */

  <source src="horse.mp3" type="audio/mpeg">
  Your browser does not support the audio tag.
</audio>

 

 Check also the Web Authoring Lessons part that I have discussed including the Spreadsheets Demo file for you to review and  practice.

 

Web Authoring Part 1   linkbutton
Web Authoring Part 2   linkbutton
 Spreadsheet Demonstration File   linkbutton