Table of Contents Introduction ................................ ................................ 1 Step - by - Step Guide ................................ ..................... 2 Screenshots ................................ ................................ .. 4 Tips & Troubleshooting ................................ .............. 6 1 Introduction The Digital Literacy Quiz is a Console - based App built in C++ and shall be used to boost the knowledge of the users concerning the basics of digital literacy. Being created within our LDCW6123 group project, this quiz integrates into the general idea of Ma stering Digital Competency in the 21 st Century, as it offers the learner a responsive learning process that will test knowledge in critical topics of responsible digital citizenship, cybersecurity, and internet safety. The simple features of C++ programming like cin, cout, conditional statements and loops were used to develop this application. It is aimed at achieving a real quiz environment on command - line interface and the members give answers to a list of multiple - cho ice questions. Upon the completed answer, users get an instant evaluation of their responses where a score and a comment about their performance is also provided. This manual gives elaborate information on the running and communicating with the quiz program. It also contains step by step demonstration, annotated screenshots and advice where necessary to make the transition easier and clearer, not only to demonstrate how the software works, bu t also to allow people who have not yet had the chance to use online C++ compilers and command - line software to have an easy experience as well. This is the interactivity that compliments the digital content that we hope to have in our site with a practica l exercise that further entrenches learning in action. 2 Step - by - Step Guide Step 1: Access the Website • Visit our official website built using Shorthand (URL provided in report). • On the relevant section, locate the button labelled “ Click here to t ake the q uiz” Step 2: Click the “ Click here to t ake the q uiz ” Button • Click the button labelled “ Click here to t ake the q uiz ” • This will automatically open OnlineGDB in a new tab with the C++ quiz code already loaded and ready to run. Step 3: Run the Program • On the OnlineGDB page, click the “Run” button (usually located above the code editor). • Wait a few seconds for the compiler to compile and execute the code. • You’ll see a welcome message and quiz instructions in the output console. Step 4 : Answer the Questions • The quiz will show multiple - choice questions one by one. • For each question: - Read the question and the four options (A – D). - Type your answer using uppercase or lowercase letters (A, B, C, D or a, b, c, d ). - Press Enter to proceed with the next question. 3 Step 5 : View Your Results • After answering all questions, the program will: - Calculate your score based on the number of correct answers. - Display your total score. • Give your performance feedback like: - "Excellent" - "Good" - "Needs Improvement" Step 6 : Try Again (Optional) You may restart the program to attempt the quiz again. 4 Screenshots 1. After enter ing the website, you may see the button and click it to take the quiz 2. The button will di rectly lead to OnlineGDB Press the “Run ” button to start the quiz. 5 3. The first quiz qu estion appearing 4. Try to answer th e question whether using uppercase letter or lowercase letter , both are a cceptable Up percase letter: Lowercase letter: 5. Af ter finishing t he quiz , the score will be displayed and feedback will be given based on your performance. 6 T i ps & Troubleshooting Helpful Tips • Always type answers using uppercase letters : A, B, C, or D. (recommended) • Read each question carefully beca use you cannot go back once answered. • Ensure you have a stable internet connection while using OnlineGDB. Problem S olution Nothing happens after clicking "Run" Wait a few seconds because OnlineGDB may take time to compile the code Incorrect inputs (e.g., letters except A - D or numbers) Only use letters (A – D). Typing invalid inputs may cause unexpected results. Quiz restarts unexpectedly Avoid refreshing the page mid - quiz. Use the “Run” button to restart intentionally. Program doesn't compile Make sure that you have downloaded the preloaded version of the site. Do not edit the code unless it must be done.