Managing the Question DB
⚠️ Important update to instructions posted August 30, 2021.
⚠️ Important update to instructions posted August 30, 2021.
//Runs once at the beginning
function setup() {
var googleSheetLink = "https://docs.google.com/spreadsheets/d/e/2PACX-1vRYCi4KENeZMlf9JbV8BhVrdOHse2250INSiRo7gEYWUYp3V0jiWFKWcnm1jzx5q1BMsmd9fOopk2Z_/pub?output=csv";
trivia.loadGoogleSheet(googleSheetLink).then(displayWelcome);
}