Skip to content

Commit

Permalink
- Added: a few more decks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb committed Oct 13, 2021
1 parent 645ad93 commit 2d91f59
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions deck.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 2d91f59

Please sign in to comment.