GitXplorerGitXplorer
m

eml-question-scraper

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
af37aa575d279ac9d4819b405021de03d9035f71

Extend parsing in an attempt to fix known errors

mmzietlow committed 13 days ago
Unverified
be113efb77dcc4d606a3db7d6bf54e2984908e61

Fix QuizzPage variable name

mmzietlow committed 13 days ago
Unverified
5ffad37dbcf5114e2d08f024c748026aea3bd1fc

Rename QuestionsPage to QuizzPage

mmzietlow committed 14 days ago
Unverified
5a07da2a9577a92e98b9c6719cc7b716d4e2442a

Made a couple of simplifications; added comments and a readme

mmzietlow committed 14 days ago
Unverified
d75b05be61c7e59dba8d3b78be9b150de79e85ac

Initial commit

mmzietlow committed 15 days ago

README

The README file for this repository.

📚 EML-Question-Scraper

🚀 Install

To install, clone the repository and run npm install.

⚙️ Configure

Adjust settings in constants.ts to:

  • Set the number of generated tests per quiz
  • Change the output format per question (e.g., Anki-Cloze or simple markdown)

You can update quiz URLs and output-file names within the <category>Quizzes.spec.ts files.

▶️ Execute

To run the scraper:

npx playwright test

Don't forget to authenticate with your Moodle credentials on the first screen. The resulting cookies are persisted to playwright/.auth/user.json.