From 217b42985f782a1227371296f313c4ea7402a87a Mon Sep 17 00:00:00 2001 From: AtieP <62116490+AtieP@users.noreply.github.com> Date: Sat, 13 Jun 2020 14:44:52 +0200 Subject: 6 more questions added. 6 more questions added for the quiz command on the category Evergreen. --- bot/resources/evergreen/trivia_quiz.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 6100ca62..f655e39d 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -217,6 +217,36 @@ "question": "What does the acronym GPRS stand for?", "answer": "General Packet Radio Service", "info": "General Packet Radio Service (GPRS) is a packet-based mobile data service on the global system for mobile communications (GSM) of 3G and 2G cellular communication systems. It is a non-voice, high-speed and useful packet-switching technology intended for GSM networks." + }, + { + "id": 131, + "question": "In what country the Ebro river is located?", + "answer": "Spain", + "info": "The Ebro river is a river located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea." + }, + { + "id": 132, + "question": "What year the IBM PC model 5150 was introduced in the market?", + "answer": "1981", + "info": "The IBM PC was introduced in the market on 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card." + }, + { + "id": 133, + "question": "What's the world's largest urban area?", + "answer": "Tokio", + "info": "Tokio is the most populated city in the world, with 37 million of people. It is located on Japan." + }, + { + "id": 134, + "question": "How many planets there are on the Solar system?", + "answer": "8", + "info": "On the Solar system there are 8 planets: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune. Pluto isn't considered a planet on the Solar System anymore." + }, + { + "id": 135, + "question": "What is the capital of Iraq?", + "answer": "Baghdad", + "info": "Baghdad is the capital of Iraq. It has a population of 7 million people." } ] } -- cgit v1.2.3 From ab63770f00783a7d12e34affefe3c3c8abce0d8f Mon Sep 17 00:00:00 2001 From: AtieP <62116490+AtieP@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:12:26 +0200 Subject: Update bot/resources/evergreen/trivia_quiz.json Co-authored-by: Dennis Pham --- bot/resources/evergreen/trivia_quiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index f655e39d..dfffc0c2 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -220,7 +220,7 @@ }, { "id": 131, - "question": "In what country the Ebro river is located?", + "question": "In what country is the Ebro river located?", "answer": "Spain", "info": "The Ebro river is a river located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea." }, -- cgit v1.2.3 From 9eaaf91076e564364c321e7860044e697da5dffc Mon Sep 17 00:00:00 2001 From: AtieP <62116490+AtieP@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:12:38 +0200 Subject: Update bot/resources/evergreen/trivia_quiz.json Co-authored-by: Dennis Pham --- bot/resources/evergreen/trivia_quiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index dfffc0c2..e521f901 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -226,7 +226,7 @@ }, { "id": 132, - "question": "What year the IBM PC model 5150 was introduced in the market?", + "question": "What year was the IBM PC model 5150 introduced into the market?", "answer": "1981", "info": "The IBM PC was introduced in the market on 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card." }, -- cgit v1.2.3 From 49b99331bbbb5c6532d20ae0216f0db4966f23f3 Mon Sep 17 00:00:00 2001 From: AtieP <62116490+AtieP@users.noreply.github.com> Date: Fri, 19 Jun 2020 19:12:59 +0200 Subject: Update bot/resources/evergreen/trivia_quiz.json Co-authored-by: Dennis Pham --- bot/resources/evergreen/trivia_quiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index e521f901..067b8fb5 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -233,7 +233,7 @@ { "id": 133, "question": "What's the world's largest urban area?", - "answer": "Tokio", + "answer": "Tokyo", "info": "Tokio is the most populated city in the world, with 37 million of people. It is located on Japan." }, { -- cgit v1.2.3 From 4d6e9f2b692939eccd8fed414f063f6bd3de858f Mon Sep 17 00:00:00 2001 From: Xithrius Date: Sun, 9 Aug 2020 14:07:08 -0700 Subject: Added base file for python topics. With a couple suggestions for #python-general --- bot/resources/easter/py_topics.json | 58 +++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 bot/resources/easter/py_topics.json (limited to 'bot/resources') diff --git a/bot/resources/easter/py_topics.json b/bot/resources/easter/py_topics.json new file mode 100644 index 00000000..d1035b7a --- /dev/null +++ b/bot/resources/easter/py_topics.json @@ -0,0 +1,58 @@ +{ + "python-channels": { + "267624335836053506": [ + "What's your favorite PEP?", + "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", + "What functionality is your text editor/IDE missing for programming Python?", + "What parts of your life has Python automated, if any?" + ], + "630504881542791169": [ + + ], + "650401909852864553": [ + + ], + "342318764227821568": [ + + ], + "366673247892275221": [ + + ], + "343944376055103488": [ + + ], + "470884583684964352": [ + + ], + "660625198390837248": [ + + ], + "545603026732318730": [ + + ], + "716325106619777044": [ + + ], + "728390945384431688": [ + + ], + "366674035876167691": [ + + ], + "463035728335732738": [ + + ], + "463035462760792066": [ + + ], + "491523972836360192": [ + + ], + "338993628049571840": [ + + ], + "366673702533988363": [ + + ] + } +} -- cgit v1.2.3 From 41f3d6fdbc2fc23f2d00a04392a00fc4736d801b Mon Sep 17 00:00:00 2001 From: Xithrius Date: Mon, 10 Aug 2020 13:48:46 -0700 Subject: Moved the resources to the correct folder for evergreen. --- bot/resources/easter/py_topics.json | 58 ---------------------------------- bot/resources/easter/starter.json | 24 -------------- bot/resources/evergreen/py_topics.json | 58 ++++++++++++++++++++++++++++++++++ bot/resources/evergreen/starter.json | 24 ++++++++++++++ 4 files changed, 82 insertions(+), 82 deletions(-) delete mode 100644 bot/resources/easter/py_topics.json delete mode 100644 bot/resources/easter/starter.json create mode 100644 bot/resources/evergreen/py_topics.json create mode 100644 bot/resources/evergreen/starter.json (limited to 'bot/resources') diff --git a/bot/resources/easter/py_topics.json b/bot/resources/easter/py_topics.json deleted file mode 100644 index d1035b7a..00000000 --- a/bot/resources/easter/py_topics.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "python-channels": { - "267624335836053506": [ - "What's your favorite PEP?", - "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", - "What functionality is your text editor/IDE missing for programming Python?", - "What parts of your life has Python automated, if any?" - ], - "630504881542791169": [ - - ], - "650401909852864553": [ - - ], - "342318764227821568": [ - - ], - "366673247892275221": [ - - ], - "343944376055103488": [ - - ], - "470884583684964352": [ - - ], - "660625198390837248": [ - - ], - "545603026732318730": [ - - ], - "716325106619777044": [ - - ], - "728390945384431688": [ - - ], - "366674035876167691": [ - - ], - "463035728335732738": [ - - ], - "463035462760792066": [ - - ], - "491523972836360192": [ - - ], - "338993628049571840": [ - - ], - "366673702533988363": [ - - ] - } -} diff --git a/bot/resources/easter/starter.json b/bot/resources/easter/starter.json deleted file mode 100644 index 31e2cbc9..00000000 --- a/bot/resources/easter/starter.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "starters": [ - "What is your favourite Easter candy or treat?", - "What is your earliest memory of Easter?", - "What is the title of the last book you read?", - "What is better: Milk, Dark or White chocolate?", - "What is your favourite holiday?", - "If you could have any superpower, what would it be?", - "Name one thing you like about a person to your right.", - "If you could be anyone else for one day, who would it be?", - "What Easter tradition do you enjoy most?", - "What is the best gift you've been given?", - "Name one famous person you would like to have at your easter dinner.", - "What was the last movie you saw in a cinema?", - "What is your favourite food?", - "If you could travel anywhere in the world, where would you go?", - "Tell us 5 things you do well.", - "What is your favourite place that you have visited?", - "What is your favourite color?", - "If you had $100 bill in your Easter Basket, what would you do with it?", - "What would you do if you know you could succeed at anything you chose to do?", - "If you could take only three things from your house, what would they be?" - ] -} diff --git a/bot/resources/evergreen/py_topics.json b/bot/resources/evergreen/py_topics.json new file mode 100644 index 00000000..d1035b7a --- /dev/null +++ b/bot/resources/evergreen/py_topics.json @@ -0,0 +1,58 @@ +{ + "python-channels": { + "267624335836053506": [ + "What's your favorite PEP?", + "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", + "What functionality is your text editor/IDE missing for programming Python?", + "What parts of your life has Python automated, if any?" + ], + "630504881542791169": [ + + ], + "650401909852864553": [ + + ], + "342318764227821568": [ + + ], + "366673247892275221": [ + + ], + "343944376055103488": [ + + ], + "470884583684964352": [ + + ], + "660625198390837248": [ + + ], + "545603026732318730": [ + + ], + "716325106619777044": [ + + ], + "728390945384431688": [ + + ], + "366674035876167691": [ + + ], + "463035728335732738": [ + + ], + "463035462760792066": [ + + ], + "491523972836360192": [ + + ], + "338993628049571840": [ + + ], + "366673702533988363": [ + + ] + } +} diff --git a/bot/resources/evergreen/starter.json b/bot/resources/evergreen/starter.json new file mode 100644 index 00000000..31e2cbc9 --- /dev/null +++ b/bot/resources/evergreen/starter.json @@ -0,0 +1,24 @@ +{ + "starters": [ + "What is your favourite Easter candy or treat?", + "What is your earliest memory of Easter?", + "What is the title of the last book you read?", + "What is better: Milk, Dark or White chocolate?", + "What is your favourite holiday?", + "If you could have any superpower, what would it be?", + "Name one thing you like about a person to your right.", + "If you could be anyone else for one day, who would it be?", + "What Easter tradition do you enjoy most?", + "What is the best gift you've been given?", + "Name one famous person you would like to have at your easter dinner.", + "What was the last movie you saw in a cinema?", + "What is your favourite food?", + "If you could travel anywhere in the world, where would you go?", + "Tell us 5 things you do well.", + "What is your favourite place that you have visited?", + "What is your favourite color?", + "If you had $100 bill in your Easter Basket, what would you do with it?", + "What would you do if you know you could succeed at anything you chose to do?", + "If you could take only three things from your house, what would they be?" + ] +} -- cgit v1.2.3 From f489a87f7f1d66983b1e495427883837c57332fe Mon Sep 17 00:00:00 2001 From: Xithrius Date: Mon, 17 Aug 2020 03:16:10 -0700 Subject: Changed from json to yaml config so comments can be included. --- bot/resources/evergreen/py_topics.json | 58 --------------------------- bot/resources/evergreen/py_topics.yaml | 73 ++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 58 deletions(-) delete mode 100644 bot/resources/evergreen/py_topics.json create mode 100644 bot/resources/evergreen/py_topics.yaml (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.json b/bot/resources/evergreen/py_topics.json deleted file mode 100644 index d1035b7a..00000000 --- a/bot/resources/evergreen/py_topics.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "python-channels": { - "267624335836053506": [ - "What's your favorite PEP?", - "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", - "What functionality is your text editor/IDE missing for programming Python?", - "What parts of your life has Python automated, if any?" - ], - "630504881542791169": [ - - ], - "650401909852864553": [ - - ], - "342318764227821568": [ - - ], - "366673247892275221": [ - - ], - "343944376055103488": [ - - ], - "470884583684964352": [ - - ], - "660625198390837248": [ - - ], - "545603026732318730": [ - - ], - "716325106619777044": [ - - ], - "728390945384431688": [ - - ], - "366674035876167691": [ - - ], - "463035728335732738": [ - - ], - "463035462760792066": [ - - ], - "491523972836360192": [ - - ], - "338993628049571840": [ - - ], - "366673702533988363": [ - - ] - } -} diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml new file mode 100644 index 00000000..f67ce4d6 --- /dev/null +++ b/bot/resources/evergreen/py_topics.yaml @@ -0,0 +1,73 @@ +# Conversation starters for python-related channels. + +# python-general +# 267624335836053506: +476190141161930755: + - What's your favorite PEP? + - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? + - What functionality is your text editor/IDE missing for programming Python? + - What parts of your life has Python automated, if any? + +# async +630504881542791169: + - + +# computer-science +650401909852864553: + - + +# databases +342318764227821568: + - + +# data-science +366673247892275221: + - + +# discord.py +343944376055103488: + - + +# esoteric-python +470884583684964352: + - + +# game-development +660625198390837248: + - + +# microcontrollers +545603026732318730: + - + +# networking +716325106619777044: + - + +# python-extensions +728390945384431688: + - + +# security +366674035876167691: + - + +# software-testing +463035728335732738: + - + +# tools-and-devops +463035462760792066: + - + +# unix +491523972836360192: + - + +# user-interfaces +338993628049571840: + - + +# web-development +366673702533988363: + - -- cgit v1.2.3 From 3f3f713da2f72b54e095bbc2d5a39198b45ee6f8 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Mon, 17 Aug 2020 03:16:10 -0700 Subject: Revert "Changed from json to yaml config so comments can be included." This reverts commit f489a87f7f1d66983b1e495427883837c57332fe. --- bot/resources/evergreen/py_topics.json | 58 +++++++++++++++++++++++++++ bot/resources/evergreen/py_topics.yaml | 73 ---------------------------------- 2 files changed, 58 insertions(+), 73 deletions(-) create mode 100644 bot/resources/evergreen/py_topics.json delete mode 100644 bot/resources/evergreen/py_topics.yaml (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.json b/bot/resources/evergreen/py_topics.json new file mode 100644 index 00000000..d1035b7a --- /dev/null +++ b/bot/resources/evergreen/py_topics.json @@ -0,0 +1,58 @@ +{ + "python-channels": { + "267624335836053506": [ + "What's your favorite PEP?", + "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", + "What functionality is your text editor/IDE missing for programming Python?", + "What parts of your life has Python automated, if any?" + ], + "630504881542791169": [ + + ], + "650401909852864553": [ + + ], + "342318764227821568": [ + + ], + "366673247892275221": [ + + ], + "343944376055103488": [ + + ], + "470884583684964352": [ + + ], + "660625198390837248": [ + + ], + "545603026732318730": [ + + ], + "716325106619777044": [ + + ], + "728390945384431688": [ + + ], + "366674035876167691": [ + + ], + "463035728335732738": [ + + ], + "463035462760792066": [ + + ], + "491523972836360192": [ + + ], + "338993628049571840": [ + + ], + "366673702533988363": [ + + ] + } +} diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml deleted file mode 100644 index f67ce4d6..00000000 --- a/bot/resources/evergreen/py_topics.yaml +++ /dev/null @@ -1,73 +0,0 @@ -# Conversation starters for python-related channels. - -# python-general -# 267624335836053506: -476190141161930755: - - What's your favorite PEP? - - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? - - What functionality is your text editor/IDE missing for programming Python? - - What parts of your life has Python automated, if any? - -# async -630504881542791169: - - - -# computer-science -650401909852864553: - - - -# databases -342318764227821568: - - - -# data-science -366673247892275221: - - - -# discord.py -343944376055103488: - - - -# esoteric-python -470884583684964352: - - - -# game-development -660625198390837248: - - - -# microcontrollers -545603026732318730: - - - -# networking -716325106619777044: - - - -# python-extensions -728390945384431688: - - - -# security -366674035876167691: - - - -# software-testing -463035728335732738: - - - -# tools-and-devops -463035462760792066: - - - -# unix -491523972836360192: - - - -# user-interfaces -338993628049571840: - - - -# web-development -366673702533988363: - - -- cgit v1.2.3 From 9c994c23f946f13202eb791d42cc22fdaa60912c Mon Sep 17 00:00:00 2001 From: Xithrius Date: Mon, 17 Aug 2020 03:21:55 -0700 Subject: Auto stash before revert of "Changed from json to yaml config so comments can be included." --- bot/resources/evergreen/py_topics.yaml | 72 ++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 bot/resources/evergreen/py_topics.yaml (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml new file mode 100644 index 00000000..49cf38b5 --- /dev/null +++ b/bot/resources/evergreen/py_topics.yaml @@ -0,0 +1,72 @@ +# Conversation starters for python-related channels. + +# python-general +267624335836053506: + - What's your favorite PEP? + - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? + - What functionality is your text editor/IDE missing for programming Python? + - What parts of your life has Python automated, if any? + +# async +630504881542791169: + - + +# computer-science +650401909852864553: + - + +# databases +342318764227821568: + - + +# data-science +366673247892275221: + - + +# discord.py +343944376055103488: + - + +# esoteric-python +470884583684964352: + - + +# game-development +660625198390837248: + - + +# microcontrollers +545603026732318730: + - + +# networking +716325106619777044: + - + +# python-extensions +728390945384431688: + - + +# security +366674035876167691: + - + +# software-testing +463035728335732738: + - + +# tools-and-devops +463035462760792066: + - + +# unix +491523972836360192: + - + +# user-interfaces +338993628049571840: + - + +# web-development +366673702533988363: + - -- cgit v1.2.3 From cb2eca7c5d4120006712fe2d7cf35988c6f8e024 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Fri, 21 Aug 2020 18:33:44 -0700 Subject: Added topics to py_topics.yaml, removed the json form of this file. --- bot/resources/evergreen/py_topics.json | 58 ---------------------------------- bot/resources/evergreen/py_topics.yaml | 21 +++++++++--- 2 files changed, 16 insertions(+), 63 deletions(-) delete mode 100644 bot/resources/evergreen/py_topics.json (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.json b/bot/resources/evergreen/py_topics.json deleted file mode 100644 index d1035b7a..00000000 --- a/bot/resources/evergreen/py_topics.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "python-channels": { - "267624335836053506": [ - "What's your favorite PEP?", - "What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python?", - "What functionality is your text editor/IDE missing for programming Python?", - "What parts of your life has Python automated, if any?" - ], - "630504881542791169": [ - - ], - "650401909852864553": [ - - ], - "342318764227821568": [ - - ], - "366673247892275221": [ - - ], - "343944376055103488": [ - - ], - "470884583684964352": [ - - ], - "660625198390837248": [ - - ], - "545603026732318730": [ - - ], - "716325106619777044": [ - - ], - "728390945384431688": [ - - ], - "366674035876167691": [ - - ], - "463035728335732738": [ - - ], - "463035462760792066": [ - - ], - "491523972836360192": [ - - ], - "338993628049571840": [ - - ], - "366673702533988363": [ - - ] - } -} diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index 49cf38b5..5a2e8d89 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -6,10 +6,16 @@ - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? - What functionality is your text editor/IDE missing for programming Python? - What parts of your life has Python automated, if any? + - Which python project are you the most proud of making? + - What made you want to learn Python? + - When did you start learning Python? + - What reasons are you learning Python for? + - Where's the strangest place you've seen Python? + - How has learning Python changed your life? # async 630504881542791169: - - + - Are there any frameworks you wish were async? # computer-science 650401909852864553: @@ -17,7 +23,7 @@ # databases 342318764227821568: - - + - Where do you get your best data? # data-science 366673247892275221: @@ -25,11 +31,15 @@ # discord.py 343944376055103488: - - + - What unique features does your bot contain, if any? + - What commands/features are you proud of making? + - What feature would you be the most interested in making? + - What feature would you like to see added to the library? what feature in the library do you think is redundant? + - Do you think there's a way in which Discord could handle bots better? # esoteric-python 470884583684964352: - - + - What's a common part of programming we can make harder? # game-development 660625198390837248: @@ -57,7 +67,8 @@ # tools-and-devops 463035462760792066: - - + - What editor would you recommend to a beginner? Why? + - What editor would you recommend to be the most efficient? Why? # unix 491523972836360192: -- cgit v1.2.3 From c25dbfc87e7822bf14cf9b34eb7602dc511d6a68 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Sun, 23 Aug 2020 06:20:30 -0700 Subject: Added one more topic to #async. --- bot/resources/evergreen/py_topics.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index 5a2e8d89..ae5289a7 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -16,6 +16,7 @@ # async 630504881542791169: - Are there any frameworks you wish were async? + - How have coroutines changed the way you write Python? # computer-science 650401909852864553: -- cgit v1.2.3 From 33ad42cef738241af7647011970d5157c8b8e4ec Mon Sep 17 00:00:00 2001 From: Xithrius Date: Wed, 9 Sep 2020 14:59:03 -0700 Subject: Changed from json formatting to yaml to get the ability for comments. --- bot/resources/evergreen/starter.json | 24 ------------------------ bot/resources/evergreen/starter.yaml | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 24 deletions(-) delete mode 100644 bot/resources/evergreen/starter.json create mode 100644 bot/resources/evergreen/starter.yaml (limited to 'bot/resources') diff --git a/bot/resources/evergreen/starter.json b/bot/resources/evergreen/starter.json deleted file mode 100644 index 31e2cbc9..00000000 --- a/bot/resources/evergreen/starter.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "starters": [ - "What is your favourite Easter candy or treat?", - "What is your earliest memory of Easter?", - "What is the title of the last book you read?", - "What is better: Milk, Dark or White chocolate?", - "What is your favourite holiday?", - "If you could have any superpower, what would it be?", - "Name one thing you like about a person to your right.", - "If you could be anyone else for one day, who would it be?", - "What Easter tradition do you enjoy most?", - "What is the best gift you've been given?", - "Name one famous person you would like to have at your easter dinner.", - "What was the last movie you saw in a cinema?", - "What is your favourite food?", - "If you could travel anywhere in the world, where would you go?", - "Tell us 5 things you do well.", - "What is your favourite place that you have visited?", - "What is your favourite color?", - "If you had $100 bill in your Easter Basket, what would you do with it?", - "What would you do if you know you could succeed at anything you chose to do?", - "If you could take only three things from your house, what would they be?" - ] -} diff --git a/bot/resources/evergreen/starter.yaml b/bot/resources/evergreen/starter.yaml new file mode 100644 index 00000000..53c89364 --- /dev/null +++ b/bot/resources/evergreen/starter.yaml @@ -0,0 +1,22 @@ +# Conversation starters for channels that are not Python-related. + +- What is your favourite Easter candy or treat? +- What is your earliest memory of Easter? +- What is the title of the last book you read? +- "What is better: Milk, Dark or White chocolate?" +- What is your favourite holiday? +- If you could have any superpower, what would it be? +- Name one thing you like about a person to your right. +- If you could be anyone else for one day, who would it be? +- What Easter tradition do you enjoy most? +- What is the best gift you've been given? +- Name one famous person you would like to have at your easter dinner. +- What was the last movie you saw in a cinema? +- What is your favourite food? +- If you could travel anywhere in the world, where would you go? +- Tell us 5 things you do well. +- What is your favourite place that you have visited? +- What is your favourite color? +- If you had $100 bill in your Easter Basket, what would you do with it? +- What would you do if you know you could succeed at anything you chose to do? +- If you could take only three things from your house, what would they be? -- cgit v1.2.3 From 415b8bfee1f4b4301e9ad3acbea147ecb3f6c6f0 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Wed, 9 Sep 2020 15:00:23 -0700 Subject: Added more topics. --- bot/resources/evergreen/py_topics.yaml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index ae5289a7..971be3cd 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -1,17 +1,21 @@ -# Conversation starters for python-related channels. +# Conversation starters for Python-related channels. -# python-general +# Python-general 267624335836053506: - What's your favorite PEP? - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? - What functionality is your text editor/IDE missing for programming Python? - What parts of your life has Python automated, if any? - - Which python project are you the most proud of making? + - Which Python project are you the most proud of making? - What made you want to learn Python? - When did you start learning Python? - What reasons are you learning Python for? - Where's the strangest place you've seen Python? - How has learning Python changed your life? + - Is there a package you wish existed but doesn't? What is it? + - What feature do you think should be added to Python? + - Has Python helped you in school? If so, how? + - What was the first thing you created with Python? # async 630504881542791169: @@ -38,9 +42,10 @@ - What feature would you like to see added to the library? what feature in the library do you think is redundant? - Do you think there's a way in which Discord could handle bots better? -# esoteric-python +# esoteric-Python 470884583684964352: - What's a common part of programming we can make harder? + - What are the pros and cons of messing with __magic__()? # game-development 660625198390837248: @@ -52,15 +57,15 @@ # networking 716325106619777044: - - + - If you could wish for a library involving networking, what would it be? -# python-extensions +# Python-extensions 728390945384431688: - # security 366674035876167691: - - + - If you could wish for a library involving net-sec, what would it be? # software-testing 463035728335732738: @@ -77,8 +82,8 @@ # user-interfaces 338993628049571840: - - + - What's the most impressive Desktop Application you've made with Python so far? # web-development 366673702533988363: - - + - How has Python helped you in web development? -- cgit v1.2.3 From f2062902047e46e3edf05707a6cd570c6d5ddbe4 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Thu, 10 Sep 2020 08:53:33 -0700 Subject: Renamed "esoteric-Python" to "esoteric-python" --- bot/resources/evergreen/py_topics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index 971be3cd..52582667 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -42,7 +42,7 @@ - What feature would you like to see added to the library? what feature in the library do you think is redundant? - Do you think there's a way in which Discord could handle bots better? -# esoteric-Python +# esoteric-python 470884583684964352: - What's a common part of programming we can make harder? - What are the pros and cons of messing with __magic__()? -- cgit v1.2.3 From f2cd2214e59c4c38353a2591273e5407805f491c Mon Sep 17 00:00:00 2001 From: Xithrius Date: Thu, 10 Sep 2020 11:37:33 -0700 Subject: Made all channel names lowercase. --- bot/resources/evergreen/py_topics.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index 52582667..278e6697 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -1,7 +1,7 @@ # Conversation starters for Python-related channels. -# Python-general -267624335836053506: +# python-general +704362672644423840: - What's your favorite PEP? - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? - What functionality is your text editor/IDE missing for programming Python? @@ -23,7 +23,7 @@ - How have coroutines changed the way you write Python? # computer-science -650401909852864553: +704406535509639209: - # databases @@ -59,7 +59,7 @@ 716325106619777044: - If you could wish for a library involving networking, what would it be? -# Python-extensions +# python-extensions 728390945384431688: - -- cgit v1.2.3 From ca105b297ea65fafdcf26135565c23147341e243 Mon Sep 17 00:00:00 2001 From: Xithrius <15021300+Xithrius@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:55:41 -0700 Subject: Updated the #python-general channel ID. Co-authored-by: Dennis Pham --- bot/resources/evergreen/py_topics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index 278e6697..aaa9ba48 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -1,7 +1,7 @@ # Conversation starters for Python-related channels. # python-general -704362672644423840: +267624335836053506: - What's your favorite PEP? - What's your current text editor/IDE, and what functionality do you like about it the most when programming in Python? - What functionality is your text editor/IDE missing for programming Python? -- cgit v1.2.3 From bf09b71197bbf8f424ac5c1a9be3f6f6d698f7a9 Mon Sep 17 00:00:00 2001 From: Xithrius <15021300+Xithrius@users.noreply.github.com> Date: Thu, 10 Sep 2020 15:55:59 -0700 Subject: Updated the #computer-science channel ID. Co-authored-by: Dennis Pham --- bot/resources/evergreen/py_topics.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index aaa9ba48..7c3df5d3 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -23,7 +23,7 @@ - How have coroutines changed the way you write Python? # computer-science -704406535509639209: +650401909852864553: - # databases -- cgit v1.2.3 From 10ad8370b2c69828869c25b41fd8a722619fa0f1 Mon Sep 17 00:00:00 2001 From: Xithrius Date: Thu, 10 Sep 2020 16:07:57 -0700 Subject: Renamed from python-extensions to c-extensions, reordered within list. --- bot/resources/evergreen/py_topics.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/py_topics.yaml b/bot/resources/evergreen/py_topics.yaml index 7c3df5d3..1e53429a 100644 --- a/bot/resources/evergreen/py_topics.yaml +++ b/bot/resources/evergreen/py_topics.yaml @@ -22,6 +22,10 @@ - Are there any frameworks you wish were async? - How have coroutines changed the way you write Python? +# c-extensions +728390945384431688: + - + # computer-science 650401909852864553: - @@ -59,10 +63,6 @@ 716325106619777044: - If you could wish for a library involving networking, what would it be? -# python-extensions -728390945384431688: - - - # security 366674035876167691: - If you could wish for a library involving net-sec, what would it be? -- cgit v1.2.3 From d4446fb7587f5948e3979f995d1364b4503948ee Mon Sep 17 00:00:00 2001 From: AtieP <62116490+AtieP@users.noreply.github.com> Date: Sun, 13 Sep 2020 19:34:12 +0200 Subject: Apply suggestions from code review Fix grammar errors Co-authored-by: Dennis Pham --- bot/resources/evergreen/trivia_quiz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bot/resources') diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index 067b8fb5..8f0a4114 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -222,25 +222,25 @@ "id": 131, "question": "In what country is the Ebro river located?", "answer": "Spain", - "info": "The Ebro river is a river located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea." + "info": "The Ebro river is located in Spain. It is 930 kilometers long and it's the second longest river that ends on the Mediterranean Sea." }, { "id": 132, "question": "What year was the IBM PC model 5150 introduced into the market?", "answer": "1981", - "info": "The IBM PC was introduced in the market on 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card." + "info": "The IBM PC was introduced into the market in 1981. It used the Intel 8088, with a clock speed of 4.77 MHz, along with the MDA and CGA as a video card." }, { "id": 133, "question": "What's the world's largest urban area?", "answer": "Tokyo", - "info": "Tokio is the most populated city in the world, with 37 million of people. It is located on Japan." + "info": "Tokyo is the most populated city in the world, with a population of 37 million people. It is located in Japan." }, { "id": 134, - "question": "How many planets there are on the Solar system?", + "question": "How many planets are there in the Solar system?", "answer": "8", - "info": "On the Solar system there are 8 planets: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune. Pluto isn't considered a planet on the Solar System anymore." + "info": "In the Solar system, there are 8 planets: Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune. Pluto isn't considered a planet in the Solar System anymore." }, { "id": 135, -- cgit v1.2.3