Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. [
  2. {
  3. "deleted": false,
  4. "content": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, ",
  5. "type": "text",
  6. "order": 0,
  7. "lesson_id": 2929,
  8. "randomize": false,
  9. "id": 5804
  10. },
  11. {
  12. "deleted": false,
  13. "content": "but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
  14. "type": "text",
  15. "order": 0,
  16. "lesson_id": 2929,
  17. "randomize": false,
  18. "id": 5808
  19. },
  20. {
  21. "deleted": false,
  22. "content": {
  23. "text": "<nav>\n <ul>\n <li><a href=\"#\">Home<\/a><\/li>\n <li><a href=\"#\">About<\/a><\/li>\n <li><a href=\"#\">Clients<\/a><\/li>\n <li><a href=\"#\">Contact Us<\/a><\/li>\n <\/ul>\n<\/nav>",
  24. "output": "Home\nAbout\nClients\nContact Us"
  25. },
  26. "type": "code",
  27. "order": 0,
  28. "lesson_id": 2929,
  29. "randomize": false,
  30. "id": 5809
  31. },
  32. {
  33. "deleted": false,
  34. "content": {
  35. "text": "Let's also test this code card to see what happens.",
  36. "output": "`30`"
  37. },
  38. "type": "code",
  39. "order": 0,
  40. "lesson_id": 2929,
  41. "randomize": false,
  42. "id": 5810
  43. },
  44. {
  45. "deleted": false,
  46. "content": {
  47. "responses": [
  48. {
  49. "response": "The Correct Reponse",
  50. "correct": false,
  51. "output": "Correct!"
  52. },
  53. {
  54. "output": "The output for this response",
  55. "response": "A response",
  56. "correct": true
  57. }
  58. ],
  59. "patterns": [
  60. {
  61. "pattern": "(?:)",
  62. "correct": true,
  63. "output": "Output"
  64. },
  65. {
  66. "output": "The output for input that matches this pattern",
  67. "pattern": "0213",
  68. "correct": false
  69. }
  70. ]
  71. },
  72. "type": "text_response",
  73. "order": 0,
  74. "lesson_id": 2929,
  75. "randomize": false,
  76. "id": 5811
  77. }
  78. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement