Skip to content

snodecoder/ParseExamQuestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

Parse Exam Questions Examtopics

DESCRIPTION

Crawls Examtopics.com for all the relevant exam questions (search is based on the provided $ExamCode). The questions will be exported in CSV format, compatible with the exam testing app MTestM (Android & iOS)

REQUIREMENTS

*** TIP *** When you find errors in your output file or anything out of order that you would like to change, try doing so by tweaking the code instead of the CSV. Most of the time you will find another issue later on that requires you to make a adjustment to the source file and rerun it. By making all your adjustments in the source file, you prevent repeatedly changing your output file.

*** Note *** This script was designed to be run on Windows, adjustments will be needed for running this on Linux or MacOS.

EXAMPLE

How to use:

  1. Update Selenium chromedriver.exe so that it's version corresponds with your installed Google Chrome browser's version
  2. Run Script

Common Errors:

Sometimes the location of specific items on the website changes, which leads to a broken script. If this happens use DevTools in your browser on the website to update the corresponding FullXPath of the item that caused the error.

INPUTS

ExamCode used as search parameter for crawling exam questions

OUTPUTS

A CSV file formatted for use with MTestM app for mobile devices (Android & iOS)

Issues / Contributing

Please log any issues you find and feel free to contribute :)

About

Parse Exam Questions to CSV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published