From db9ec53e9686b46befd16887a1d2440f6f04158d Mon Sep 17 00:00:00 2001 From: Nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:15:27 +0100 Subject: [PATCH 1/2] Create LICENSE --- LICENSE | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to From 164321f9468ec3d5bc2532491cc5ddc347762ef4 Mon Sep 17 00:00:00 2001 From: Nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:15:42 +0100 Subject: [PATCH 2/2] Delete trivia_questions.json --- trivia_questions.json | 121 ------------------------------------------ 1 file changed, 121 deletions(-) delete mode 100644 trivia_questions.json diff --git a/trivia_questions.json b/trivia_questions.json deleted file mode 100644 index 52542b6..0000000 --- a/trivia_questions.json +++ /dev/null @@ -1,121 +0,0 @@ -[ - { - "question": "What\u0027s the name of Gons aunt?", - "answers": [ - "Kite", - "Mito", - "Ging", - "Kurapika" - ], - "correctAnswer": 1, - "arc": 0 - }, - { - "question": "Why does Leorio want money?", - "answers": [ - "To become a doctor", - "To send it to e-girls", - "So that others don\u0027t get it", - "To buy large quantities of drugs" - ], - "correctAnswer": 0, - "arc": 0 - }, - { - "question": "What was Gon\u0027s aim after Killua left him alone playing with the Chairman Netero?", - "answers": [ - "Get the ball", - "Make Netero use his right hand", - "Make Netero use his left leg", - "Let Netero drop the ball" - ], - "correctAnswer": 1, - "arc": 0 - }, - { - "question": "What did Tonpa mix into the drink?", - "answers": [ - "Sleeping pills", - "Headache tabletsschla", - "Laxative", - "Rat poison" - ], - "correctAnswer": 2, - "arc": 0 - }, - { - "question": "How many doors are there at the Testing Gate of the Zoldyck Family?", - "answers": [ - "7", - "5", - "12", - "8" - ], - "correctAnswer": 0, - "arc": 1 - }, - { - "question": "What is Bisky\u0027s true form?", - "answers": [ - "Boy", - "Big Woman", - "Little Girl" - ], - "correctAnswer": 1, - "arc": 4 - }, - { - "question": "How did Gon die on Greed Island?", - "answers": [ - "He didn\u0027t die on Greed Island", - "Hisoka killed him with a card to the neck", - "He lost too muich blood when Genthru blew his arm of", - "He killed himself after Killuas death" - ], - "correctAnswer": 0, - "arc": 4 - }, - { - "question": "Where did Meruem die?", - "answers": [ - "Volcano", - "In the desert with Netero", - "In the basement of the palace", - "In the womb of the queen" - ], - "correctAnswer": 2, - "arc": 5 - }, - { - "question": "Who is Alluka?", - "answers": [ - "Gon\u0027s sister", - "A Zodiac", - "The \u0027dark\u0027 side of Nanika", - "Killua\u0027s sister" - ], - "correctAnswer": 3, - "arc": 6 - }, - { - "question": "What is Genthrus ability called?", - "answers": [ - "Nuke", - "Massive Explosion", - "Little Flower" - ], - "correctAnswer": 2, - "arc": 4 - }, - { - "question": "Who is not a member of the Zoldyck familiy?", - "answers": [ - "Milluki", - "Killua", - "Ollaki", - "Illumi" - ], - "correctAnswer": 2, - "arc": 1 - } -] \ No newline at end of file