﻿{
    "hints":  [
                  {
                      "text":  "For Triangle B, 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 = 5. Area = 1/2 x 2 x 5 = 5 cm^2.",
                      "level":  3
                  }
              ]
}
