Shell Scripts for Beginners – Kode Kloud _Exit status lab

As per the lab question , exit code should be 25 , hint sample script shows as 1.
sample script at tmp location shows below , please keep the exit status as 25 instead of 1
if [ $rocket_status = “failed” ]
then
rocket-debug
exit 1
fi

Can u share the lab URL and the number of the question?