Well, Problem says:
The polynomial $p_{1}(x)=x^{2}+x+1\in\mathbb{F}_{5}[x]$ is irreducible. Call $\theta$ an element in $\mathbb{F}_{25}=\mathbb{F}_{5}[x]/(p_{1}(x))$ that satisfies $\theta^{2}+\theta+1=0.$
(a) Find all other irreducible monic quadratic polynomials in $\mathbb{F}_{5}[x]$.
(b) For each of the $10$ polynomials found in the previous part, write the two roots in $\mathbb{F}_{25}$ as $a\theta+b$ for suitable $a,b\in\mathbb{F}_{5}.$
First part is not so hard since there are only 25 elements in $\mathbb F_5[x]$. But the second part seems to me to hard since I think I have to construct explicitly isomorphisms between $\mathbb F_{25}$ and $\mathbb F_5[x]/(f(x))$ where $f(x)$ is an irreducible monic quadratic polynomials in $\mathbb F_5[x]$.
For example, take $f_1(x)=x^2+2$. Clearly it is an irreducible monic quadratic polynomials in $\mathbb F_5[x]$. Then I have to construct isomorphism between $\mathbb F_{25}$ and $\mathbb F_5[x]/(x^2+2)$. How can I do it?
I suggest approaching the problem in reverse, making substitutions of the form $x=ay+b$ in the polynomial $x^2+x+1$. Choose explicit values from $\mathbb F_5$ for $a$ and $b$. Never choose zero for $a$. The polynomials in $y$ you obtain will be irreducible, since if $\theta$ generates $\mathbb F_{25}$ then so does $a^{-1}(\theta - b)$.
As an example, consider the substitution $x=y+2$. The polynomial $x^2+x+1$ becomes $y^2+2$. One root of $y^2+2$ is $(\theta-2)$. The other is $(-\theta -3)$ since $\text{Gal}(\mathbb F_{25}/\mathbb F_5)$ is generated by the map that sends each element to its fifth power, and since $\theta^5 = \theta^2 = -\theta - 1$.