Step 1: Concept
Median of an odd-numbered data set.
Step 2: Analysis
Arrange the 11 scores in ascending order:
217, 218, 223, 227, 233, 237, 243, 255, 263, 265, 279.
Step 3: Calculation
For $N = 11$, Median = $(\frac{N+1}{2})^{th}$ term = $6^{th}$ term.
The $6^{th}$ term is 237.
Step 4: Conclusion
The median score is 237.
Final Answer: (C)