Menú

Javscript Functions Project 01

Javscript Functions Project 01 - student project

CREATED: Tue 12 Aug 2025 14:28 PM GMT

UPDATED: Tue 12 Aug 2025 20:16 PM GMT

----------------------------------------------

FOREWORD

I took this course in order to re-familiarise myself with using Javascript functions...; which I haven't been playing around with for a while...???


I found the instructors knowledge/and, explanations to be clear.

-----

PROGRAM: Simple web app: Quiz

The program contains the following 3 files:-

1> index.html
- (the main web page file showing the UI-User Interface: text/drop down select box)

2> css01.css
- (the externally linked to CSS stylesheet file...adding decorative effects: colors/fonts/spacing) 

js01.js 
- (the externally linked to Javascript file...giving interactivity to the web page; as  well as, marking questions/and, controlling what is the current scores)


The full source code can be found here:

https://github.com/pramnora/javascript/tree/master/courses/skillshare/project02

The web page can be viewed/interacted with here:

- https://prg-js.netlify.app/courses/skillshare/project02/index.html

-----------------------------------------------

List of possible future updates...

- This code is not yet 'perfected'...; for example...

 

1> The user can answer the same question more than once(which messes up the final score).

2> There should be some sort of 'highlighting' to indicate which 

 questions have already been answered/

 or, which is the current question that needs answering.
 (a number is show...; but, that's not very clear).

3> This code is NOT very 'compact'...; and, could do with some re-adjustment to make everything smaller in size. 

4> In order to center the top most table...; I used the 'deprecated' HTML '<center>-</center> tags. This is because the other methods I tried using didn't work...?!

-etc.


-----

Final note: This is just a first working draft of the QNA/Question And Answer project...; which will need to be further re-written/and, 'updated' in future.

- Thanks very much for all of your kind attention/and, help. Bye, for now...; and, have a NICE day! ;-)