﻿{
    "hints":  [
                  {
                      "text":  "For Triangle C, count the squares along the base (the bottom side).",
                      "level":  1
                  },
                  {
                      "text":  "Count the squares for the height (straight up from the base to the top point).",
                      "level":  2
                  },
                  {
                      "text":  "Base = 2, height = 3. Area = 1/2 x 2 x 3 = 3 cm^2.",
                      "level":  3
                  }
              ]
}
