pth55 / SHOW-MY-ANSWERS

1 stars 0 forks source link

SHOW-MY-ANSWERS!

This tool is a Python script meticulously crafted to simplify the often tedious task of gathering answers for CISCO NetAcad Course exams. By following a series of straightforward steps, users can effortlessly extract exam data from the source code and swiftly obtain accurate answers using the script. This automation significantly reduces the time and effort required for exam preparation, allowing users to focus more on understanding concepts rather than searching for answers. It serves as a valuable resource for learners seeking to optimize their study process and achieve better academic outcomes in CISCO NetAcad courses.

How to Use?

Prerequisites

Steps

  1. Open the Exam Window and press Ctrl + U. For Mac, use Option+Command+U.

    Step 1

  2. A new window will open, displaying the exam page source code.

  3. Scroll to the bottom of the page, where you'll find a script tag containing a JavaScript variable called data (i.e., let data = {...}).

    Step 3

  4. Copy the contents inside that script tag.

  5. Open ConvertSimple and paste the copied JavaScript code.

  6. It may show that the code is invalid; remove the last line of that code, i.e., Object.freeze(data);.

    Step 6

  7. You'll get the respective JSON Object, Copy that code.

    Step 7

  8. Now Download the Tool/Software from HERE! and just Double click that installer to install actual software.

  9. Here you need to do 3 things:

    • Paste the JSON code that you have copied in step 7 into that textarea.
    • Click on "SAVE JSON Data" button.
    • Click on "GET ANSWERS" to get the answers window.

      Step 9
  10. Now the answers window will be opened separately.

    Step 11

  11. That's all! Write your exam and click "CLOSE" button to get back to the home/main window to write the next exam.

Note

Disclaimer

Use this script/software for educational purposes only. I am not responsible for any misuse of this tool. By utilizing this script, you acknowledge that any misuse or unethical use of the provided software is strictly your own responsibility. Always adhere to ethical standards and respect the rules and guidelines set by educational institutions.