diff --git a/Scripts/python/Library/gquiz.py b/Scripts/python/Library/gquiz.py index 98e4df3..1cf112b 100644 --- a/Scripts/python/Library/gquiz.py +++ b/Scripts/python/Library/gquiz.py @@ -113,6 +113,7 @@ class gquiz(gservice): def update(self): super().update() # Adds the question to the form + question_setting = self.service.forms().batchUpdate(formId=self.main_form["formId"], body=self.submition).execute() print(question_setting) # Prints the result to show the question has been added diff --git a/myedu.ods b/myedu.ods index 948341c..0f57a87 100644 Binary files a/myedu.ods and b/myedu.ods differ