Skip to content

A search engine that goes through a vast library of Edexcel IAL Past Papers (January 2019 to January 2024). A sleek way to find any question from a vast library of past papers, to perhaps make topicals or just find an answer to.

License

Notifications You must be signed in to change notification settings

anonymouslyanonymous1/Edexcel-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image Inspired by CAIE Finder

Use Case

  • It can be used to identify which year a specific question is from
  • Can help make topicals/ chapterwise papers to practice
  • Works both on mobile and desktop

image

  • Like this ⤴️ any common term can be searched for and that would give a list of all questions containing that term

image

  • Hovering upon the image gives more details. It also links to the main Question Paper and Mark Scheme file for convenience

Backend

  • Like Marking Companion, Flask is the library that I used as the backbone for the project
  • Using Whoosh I indexed a vast libraray of papers [January 2019 - January 2024]
    • It allowed me to quickly search the database instead of brute force searching through every single file which I previously had been doing
  • I also moved away from pdf2image and moved to fitz as it is much quicker and has no extra dependencies like Poppler

Frontend

  • Raw HTML and CSS has been used
  • Used a mountain as the background because it made me feel I was paying homage to the evergreen Windows 7 Scenery

  • The fun in doing such projects is learning about different things in order to optimise your code, I loved learning about Whoosh and how it worked behind the scenes
  • Indexing and converting pdfs to txts was also real fun

⚠️ DISCLAIMER: It's not a finished project yet, there's potential for so much more, after my AS Exams I'll In Sha Allah look into them

About

A search engine that goes through a vast library of Edexcel IAL Past Papers (January 2019 to January 2024). A sleek way to find any question from a vast library of past papers, to perhaps make topicals or just find an answer to.

Topics

Resources

License

Stars

Watchers

Forks

Languages