Compare commits

..

No commits in common. "mobile_robot" and "master" have entirely different histories.

17 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,5 +1,3 @@
client_secret.json
token.*
__pycache__/
.~*.*#
*.xml

View File

@ -7,7 +7,7 @@ from gservice import gservice
class gdoc(gservice):
def __init__(self):
super(gdoc, self).__init__()
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/mobile_robot"
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/master"
# self.image_temp_service_url = "https://tmpfiles.org/api/v1/upload"
# self.image_temp_service_url = "https://tmpfiles.org/api/v1/upload"
# self.image_temp_service_url = "https://uguu.se/upload.php"

View File

@ -11,7 +11,7 @@ class gquiz(gservice):
templateId : get the id from link GoogleForm
'''
super(gquiz, self).__init__()
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/mobile_robot"
self.image_temp_service_url = "https://git.manakin-gentoo.ts.net/a2nr/boring_edu_doc/raw/branch/master"
# self.image_temp_service_url = "https://tmpfiles.org/api/v1/upload"
# self.image_temp_service_url = "https://uguu.se/upload.php"
self.submition = {"requests":[]}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

BIN
asset/option1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
asset/option2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
asset/option3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
asset/option4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
asset/option5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
asset/test_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
myedu.ods

Binary file not shown.

View File

@ -1 +0,0 @@
{"installed":{"client_id":"205799727240-svgg9flqr6i04ob5voaf0h8duck926ll.apps.googleusercontent.com","project_id":"quiz-api-374414","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"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","redirect_uris":["http://localhost"]}}