Step 1: Group the signs into runs.
The sequence $++-+--++++---++-$ breaks into blocks: $++\,|\,-\,|\,+\,|\,--\,|\,++++\,|\,---\,|\,++\,|\,-$.
Step 2: Count the runs for $P$.
That is $8$ blocks, so $R=8$, and $P$ is correct.
Step 3: Judge randomness for $Q$.
With $9$ plus and $7$ minus signs, the runs test rejects only for unusually few or many runs.
Step 4: Compare with the cutoffs.
$R=8$ is a middling value ($P(R\le8)=0.4271$), nowhere near extreme, so we cannot reject randomness. $Q$ is not correct.
Step 5: Conclude.
$P$ right, $Q$ wrong, option (A).
\[ \boxed{(A)} \]