Skip to content

Instantly share code, notes, and snippets.

/**
* Fix an issue where checkbox questions were stored with the name "undefined"
* - Saves the data in the format QUESTION_NAME-ANSWER_NAME
* - Removes the undefined keys
*
* Usage:
* $ mongo server:port/database_name -u username -p password fixGaryMultiples.js
*
*/