Skip to content

Instantly share code, notes, and snippets.

@owocki
Created October 19, 2019 02:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owocki/5f8a6f3b6bd87a30f689d12544aa4b88 to your computer and use it in GitHub Desktop.
Save owocki/5f8a6f3b6bd87a30f689d12544aa4b88 to your computer and use it in GitHub Desktop.
insert into "public"."quests_quest" ( "created_on", "modified_on", "title", "description", "game_schema", "game_metadata", "kudos_reward_id", "questions", "unlocked_by_id", "cooldown_minutes", "visible", "difficulty", "style", "creator_id", "value") values ( '2019-09-28 05:00:42+00', '2019-10-17 01:42:08.086235+00', 'Battle BotToshi', 'Bitcoin is a cryptocurrency. It is a decentralized digital currency without a central bank or single administrator that can be sent from user to user on the peer-to-peer bitcoin network without the need for intermediaries.', '{"intro": "This quest is about the Bitcoin ecosystem and it''s growth, history, major players.", "rules": "You will be battling a Level 1 BotToshi. You will have as much time as you need to prep before the battle, but once the battle starts you will have only seconds per move (keep an eye on the timer in the bottom right; don''t run out of time!)..", "prep_materials": [{"url": "https://bitcoin.org/bitcoin.pdf", "title": "Bitcoin Whitepaper"}]}', '{"enemy": {"art": "v2/images/quests/enemies/v.svg", "level": "1", "title": "BotToshi"}}', '484', '[{"question": "What is the primary breakthrough of Bitcoin?", "responses": [{"answer": "transaction timestamps", "correct": false}, {"answer": "hashing an ongoing chain", "correct": false}, {"answer": "prevent double-spending", "correct": true}, {"answer": "blocks", "correct": false}]}, {"question": "What is the consensus mechanism of Bitcoin?", "responses": [{"answer": "proof of work", "correct": true}, {"answer": "proof of funds", "correct": false}, {"answer": "proof of stake", "correct": false}, {"answer": "proof of blocktime", "correct": false}]}, {"question": "Who is the CEO of Bitcoin?", "responses": [{"answer": "Craig Wright", "correct": false}, {"answer": "nobody knows", "correct": false}, {"answer": "Satoshi Nakamoto", "correct": false}, {"answer": "there is no CEO of Bitcoin", "correct": true}]}, {"question": "Who is Satoshi Nakamoto?", "responses": [{"answer": "Craig Wright", "correct": false}, {"answer": "nobody knows", "correct": true}, {"answer": "Dorian Nakamoto", "correct": false}, {"answer": "Gavin Anderson", "correct": false}]}, {"question": "What is the proposed Bitcoin inflation rate be on June 1 2048?", "responses": [{"answer": "0%", "correct": true}, {"answer": "1%", "correct": false}, {"answer": "2%", "correct": false}, {"answer": "3%", "correct": false}]}, {"question": "What is the hashing algorithm in Bitcoin?", "responses": [{"answer": "ETHHash", "correct": false}, {"answer": "ProgHash", "correct": false}, {"answer": "SHA-256", "correct": true}, {"answer": "iHash", "correct": false}]}]', null, '3', 't', 'Beginner', 'Quiz', null, '1') RETURNING *;
@que1414
Copy link

que1414 commented Jul 8, 2021

Hi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment