The question is
For all films that won at least 1 Oscar, calculate the standard deviation, highest, lowest, and average imdb.rating. Use the sample standard deviation expression.
But why should we use “Oscars” instead of Oscar ?
awards: /Won \d{1,2} Oscars?/
According to the question, shouldn’t the match stage be
awards: /Won \d{1,2} Oscar?/
?