From 2d91f59f9cbbae1a5627b28358338aa29260cc81 Mon Sep 17 00:00:00 2001 From: jamesb Date: Wed, 13 Oct 2021 18:32:55 +0100 Subject: [PATCH] - Added: a few more decks. --- deck.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/deck.json b/deck.json index 05201a6..ee17e93 100644 --- a/deck.json +++ b/deck.json @@ -26,6 +26,28 @@ { "type": "html", "text": "Madrid", "showAt": 6 } ], "template": "Item" + }, + { + "comps": [ + { + "type": "html", + "text": "What is the capital of Portugal?", + "showAt": 7 + }, + { "type": "html", "text": "Lisbon", "showAt": 6 } + ], + "template": "Item" + }, + { + "comps": [ + { + "type": "html", + "text": "What is the capital of Germany?", + "showAt": 7 + }, + { "type": "html", "text": "Berlin", "showAt": 6 } + ], + "template": "Item" } ] }