Hard
If the code word of 'TEACHER' is 'VGCEJGT', then what would be the code of 'STUDENT'?
If the code word of 'TEACHER' is 'VGCEJGT', then what would be the code of 'STUDENT'?
Comparing TEACHER to VGCEJGT shows every letter is shifted 2 positions forward in the alphabet (T->V, E->G, A->C, C->E, H->J, E->G, R->T). Applying the same +2 shift to each letter of STUDENT gives the code shown in option B.
Re-check your working by substituting the answer back into the original question.