-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from iampat/iampat/flashcard
play with css
- Loading branch information
Showing
2 changed files
with
27 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,50 @@ | ||
[ | ||
{ | ||
"id": 1, | ||
"question": "What is the supreme law of the land?", | ||
"answer": "the Constitution", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "the Constitution" | ||
}, | ||
{ | ||
"id": 2, | ||
"question": "What does the Constitution do?", | ||
"answer": "▪ sets up the government, ▪ defines the government, ▪ protects basic rights of Americans", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ sets up the government, ▪ defines the government, ▪ protects basic rights of Americans" | ||
}, | ||
{ | ||
"id": 3, | ||
"question": "The idea of self-government is in the first three words of the Constitution. What are these words?", | ||
"answer": "We the People", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "We the People" | ||
}, | ||
{ | ||
"id": 4, | ||
"question": "What is an amendment?", | ||
"answer": "▪ a change (to the Constitution), ▪ an addition (to the Constitution)", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ a change (to the Constitution), ▪ an addition (to the Constitution)" | ||
}, | ||
{ | ||
"id": 5, | ||
"question": "What do we call the first ten amendments to the Constitution?", | ||
"answer": "▪ the Bill of Rights", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ the Bill of Rights" | ||
}, | ||
{ | ||
"id": 6, | ||
"question": "What is one right or freedom from the First Amendment?", | ||
"answer": "▪ speech, ▪ religion, ▪ assembly, ▪ press ▪ petition the government", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ speech, ▪ religion, ▪ assembly, ▪ press ▪ petition the government" | ||
}, | ||
{ | ||
"id": 7, | ||
"question": "How many amendments does the Constitution have?", | ||
"answer": "twenty-seven (27)", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "twenty-seven (27)" | ||
}, | ||
{ | ||
"id": 8, | ||
"question": "What did the Declaration of Independence do?", | ||
"answer": "▪ announced our independence (from Great Britain) ▪ declared our independence (from Great Britain) ▪ said that the United States is free (from Great Britain)", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ announced our independence (from Great Britain) ▪ declared our independence (from Great Britain) ▪ said that the United States is free (from Great Britain)" | ||
}, | ||
{ | ||
"id": 9, | ||
"question": "What are two rights in the Declaration of Independence?", | ||
"answer": "▪ life ▪ liberty ▪ pursuit of happiness", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ life ▪ liberty ▪ pursuit of happiness" | ||
}, | ||
{ | ||
"id": 10, | ||
"question": "What is freedom of religion?", | ||
"answer": "▪ You can practice any religion, or not practice a religion.", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ You can practice any religion, or not practice a religion." | ||
}, | ||
{ | ||
"id": 11, | ||
"question": "What is the economic system in the United States?", | ||
"answer": "▪ capitalist economy ▪ market economy", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ capitalist economy ▪ market economy" | ||
}, | ||
{ | ||
"id": 12, | ||
"question": "What is the “rule of law”?", | ||
"answer": "▪ Everyone must follow the law. ▪ Leaders must obey the law. ▪ Government must obey the law. ▪ No one is above the law. ", | ||
"last_try_ts": "", | ||
"bucket": 1 | ||
"answer": "▪ Everyone must follow the law. ▪ Leaders must obey the law. ▪ Government must obey the law. ▪ No one is above the law. " | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters