Skip to content

Releases: Gapminder/gapminder-igno-survey-processing

v0.5.0

05 May 07:35
Compare
Choose a tag to compare
  • Auto-mapping of step 5 questions
  • Determine and auto-mark wrong and very wrong answers where no very wrong answer has been specified and answer options are numerical in nature
  • Somewhat fuzzy question and answer option matching (insensitive of casing and special characters)
  • Refactoring, clean-ups and bug fixes

v0.4.0

23 Feb 13:13
Compare
Choose a tag to compare
  • 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

v0.3.0

07 Feb 07:50
Compare
Choose a tag to compare
  • Added menu item: "Extract Survey IDs from copy-pasted linked survey names"
  • Prevent refresh-action script to run more than once at the same time
  • Smaller enhancements:
    • Inform about appropriate user action on timeout
    • Not failing on zero matching entries when filling "Amount of answer options"
    • Remove/move duplicate gsheet files if they are encountered
    • Improved error handling

v0.2.0

07 Feb 07:46
Compare
Choose a tag to compare
  • Aggregation of a combined questions sheet from gs_results survey data
  • Ability to map survey question ids to input sheet question ids and mark correct answers
  • Include formulas and columns for results calculation and summarization
  • ^ The "Results_formulas" sheets in the input sheets has now been deprecated
  • Performance and stability enhancements

v0.1.0

06 Jan 19:08
Compare
Choose a tag to compare
  • Added menu item action that refreshes the surveys and combined topline listings based on the files in the gs_results folder