Five tasks P, Q, R, S, and T need to be completed. P must be done before Q, R must be done before S, and T must be done after Q. What is the correct sequence of tasks?
Answer: C. P, R, Q, S, T
P must be done before Q, R before S, and T after Q, leading to the sequence P, R, Q, S, T.