Skip to content

C-K999/java-code-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The following is a HTML based code quiz tasting the user on their knowledge of the Java language, made using Java.

Tools Used

The following code snippet is a recurring code used to hide the DOM elements from the user, to make then think the elements are being changed when all the questions and answer buttons have been on the same webpage all along. Depending on their need, the passages will be visible as needed.

for (var i=0; i < sections.length; i++) {
        sections[i].hidden = true;
    }

Mock-Up

The following image shows the web application's functionality:

The Password Generator application generates a password using the button "Generate Password".


© 2022 Clement Koo

LinkedIn

Portfolio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published