rootCircle / docFiller

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

I have added additional validation for question types such as MULTIPLE_CHOICE_GRID,CHECKBOX_GRID, LINEAR_SCALE, and DROPDOWN #24

Closed dev-KS-155 closed 1 year ago

dev-KS-155 commented 1 year ago

This update introduces comprehensive validation checks for a variety of question types, including MULTIPLE_CHOICE_GRID, CHECKBOX_GRID, LINEAR_SCALE, and DROPDOWN.

rootCircle commented 1 year ago

I have reviewed your code changes, have done some changes(includes bug fixes and edge case inclusion). Your code looks much better :smiley_cat:

I am sorry, but you probably might need to reimplement the validateCheckboxGrid method altogether (check review for details)

Also, if possible please report, if the introduced changes breaks anything in the code, if yes we can fix/revert to an older commit.

rootCircle commented 1 year ago

For now I have merged your code, in view of time constraints but we might need that functions, so kindly make a new PR with said changes