Skip to content

v0.4.0

Compare
Choose a tag to compare
@motin motin released this 23 Feb 13:13
  • Major performance improvements avoids having to run the script 2-3 times because of timeouts
    • Only adding new rows to the sheet, not touching existing values (existing entire columns can still be re-evaluated via a new menu item)
    • Adding all new rows at once instead of once per opened spreadsheet
    • Moving processed results files to a subfolder, so that they are not checked/processed again
    • Not using formulas for Survey Name columns
  • Auto-mapping question IDs and correct answers
    • Matches identical questions within the batch given by the survey name (eg Country Views 123 is batch 123)
    • Also supports matching eg "34%" to "30-40%" when marking correct answers
  • Bug fixes and stability improvements