rootCircle / docFiller

Automated Google Docs Filling Web Extension written in JS
GNU General Public License v3.0
10 stars 14 forks source link

Added 5 Filler Engine Functions #13

Closed monarxxjain closed 1 year ago

monarxxjain commented 1 year ago

Made Filler Engine for Qtypes : { LinearScale, DropDownList, MulticorrectGrid, MultipleChoiceGrid } Used DOM tweeaks to access DOM elements and used .click() to fill or select an option.

Used setTimeout to overwrite some prewritten unwanted scripts.

rootCircle commented 1 year ago

Congratulations on your second PR! :tada:

Great Work! But, I am holding your PR for now, as we are expecting some breaking changes in Extractor engine aimed to code redundancy! Those changes might require you to change some structure in the function calls

I will ping you, after the work in Extractor Engine has been merged!

rootCircle commented 1 year ago

Great works! You code look mature enough to be integrated into the main code.You definitely did a really great job!

Here are some changes I have done :

Congrats on the feat! :tada: