camsc / camsc.github.io

3 stars 1 forks source link

Cam TODO:

Josh/Kevin TODO:

Here's some fake data that could be used for that second page:

{
  "Josh's awesome textbook": {
    [
      {
        title: "Chapter 1"
        lessons: [
          {
            title: "Lesson 1",
            objective: "blah blah",
            standards: ["K.OA.5", "K.OA.4"]
          },
          {
            title: "Lesson 2",
            objective: "blah blah blah",
            standards: ["K.OA.2", "K.OA.3"]
          }
        ]
      },
      {
        title: "Chapter 2"
        lessons: [
          {
            title: "Lesson 1",
            objective: "blah blah",
            standards: ["K.OA.5", "K.OA.4"]
          },
          {
            title: "Lesson 2",
            objective: "blah blah blah",
            standards: ["K.OA.2", "K.OA.3"]
          }
        ]
      }
    ]
  },
  "Kevin's awesome textbook": {
    [
      {
        title: "Chapter 1"
        lessons: [
          {
            title: "Lesson 1",
            objective: "blah blah",
            standards: ["K.OA.5", "K.OA.4"]
          },
          {
            title: "Lesson 2",
            objective: "blah blah blah",
            standards: ["K.OA.2", "K.OA.3"]
          }
        ]
      },
      {
        title: "Chapter 2"
        lessons: [
          {
            title: "Lesson 1",
            objective: "blah blah",
            standards: ["K.OA.5", "K.OA.4"]
          },
          {
            title: "Lesson 2",
            objective: "blah blah blah",
            standards: ["K.OA.2", "K.OA.3"]
          }
        ]
      }
    ]
  }
}