The second quartile is equivalent to Median[list]. »
For even Length[list], the first quartile is equivalent to the median of the smallest elements in list.
For odd Length[list], the first quartile is equivalent to the average of the median of the smallest elements and the median of the smallest elements in list.
The third quartile is defined like the first, but with the largest rather than smallest elements.