From f65120d82c4134dbe6461c4b36822b1e1aa6760f Mon Sep 17 00:00:00 2001 From: "James K." Date: Mon, 27 Jul 2026 23:28:10 -0400 Subject: [PATCH] Add MemoryWorkContent.json for grade programs --- Memory Work/MemoryWorkContent.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Memory Work/MemoryWorkContent.json diff --git a/Memory Work/MemoryWorkContent.json b/Memory Work/MemoryWorkContent.json new file mode 100644 index 0000000..1e024dd --- /dev/null +++ b/Memory Work/MemoryWorkContent.json @@ -0,0 +1,20 @@ +[ + { + "program": "First Grade", + "content": [ + { + "title": "Books of the New Testament", + "text": "Matthew, Mark, Luke, John, Acts, Romans, 1 Corinthians, 2 Corinthians, Galatians, Ephesians, Philippians, Colossians, 1 Thessalonians, 2 Thessalonians, 1 Timothy, 2 Timothy, Titus, Philemon, Hebrews, James, 1 Peter, 2 Peter, 1 John, 2 John, 3 John, Jude & Revelation" + }, + { + "title": "Exodus 20:1-3", + "text": "And God spoke all these words, saying, [2] “I am the LORD your God, who brought you out of the land of Egypt, out of the house of slavery. [3] “You shall have no other gods before me." + } + ] + }, + { + "program": "Second Grade", + "content": [ + ] + } +]