Compare commits

...

7 Commits

Author SHA1 Message Date
a2nr 3c1d3a4320 update asset 2024-09-10 10:08:57 +07:00
a2nr 9079f888e9 update link asset 2024-09-04 19:40:09 +07:00
a2nr b3f038554d update asset dan soal ddk 2024-09-04 19:33:44 +07:00
a2nr 5bcd4eb5b4 check point 2024-08-03 07:23:33 +07:00
a2nr 8b66cd3659 merge with master 2024-03-16 18:46:56 +07:00
a2nr 3a4f103ab1 adjust to support self host image from gitea 2024-03-16 10:38:23 +07:00
a2nr 2b809673c1 init mapel data science 2024-03-15 22:47:23 +07:00
17 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

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

View File

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

BIN
asset/2024-09-04_05-33.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

BIN
asset/2024-09-04_18-14.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
asset/2024-09-10_08-27.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
asset/2024-09-10_08-55.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
asset/2024-09-10_09-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
asset/images-dioda.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

BIN
myedu.ods

Binary file not shown.

View File

@ -0,0 +1 @@
{"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"]}}