Ok, nice to hear it's only a test-bank problem.
By the way: i found another small issue inside the testbank:
Answer explonation of Question tb584704.JaSE11PrgISG.be2.71 states:
Note that options E and F are always incorrect, as a call to this() or super() cannot come after any other statements in a constructor.
While option E would place a this(3) exacly in the correct place (like described earlyer in the answer), but of course still is the wrong answer due to the compiler error.