Let's call the rolled dice $A,B,C$
she needs more than 3 rolls?
The probability for needing exactly three rolls is: First one can be any; second one can be 5 out of 6 due to as $A \neq B$, third one is 4 out of 6 for $C \neq A, C \neq B$. That is $Pr = 1 \cdot \frac{5}{6} \cdot \frac{4}{6} = \frac{5}{9}$. The probability for needing more than three rolls is $1 - \frac{5}{9} = \frac{4}{9}$
the three distinct scores add up to an odd number, given that her first roll was a 1?
Assume that $A = 1$. Then $B$ is either even or odd, both with probability $1/2$. And again $C$ is even or odd with both probabilities at $1/2$. If both are even or both are odd, the sum $B+C$ is even, if one of them is odd and the other even, the sum $B+C$ is odd, meaning the sum is also distributed uniformly ($1/2$ each). For the overall sum this means it is also distributed uniformly with $1/2$.
the three distinct scores are consecutive numbers (ignoring the order in which they appeared)?
Valid triples: $(1,2,3),(2,3,4),(3,4,5),(4,5,6)$, out of $6^3 = 216$ total combinations for three dice (with respect to the order). For each of those triples, there are $3! = 6$ possible orders to draw them (e.g. $(1,2,3),(1,3,2),(2,1,3),(2,3,1),(3,1,2),(3,2,1)$). That means in total, $4 \cdot 6 = 24$ of the combinations (with order) out of the $216$ total combinations are valid. That results in the probability $\frac{24}{216} = \frac{1}{9}$.