@Html.Raw(Question.p1)
}
else if (Model.termType == Constants.MAYRAJ_CODE)
{
@Html.Raw(Question.p2)
}
else if (Model.termType == Constants.LOTTO3_CODE)
{
@Html.Raw(Question.p3)
}
else if (Model.termType == Constants.BOULCHANS_CODE)
{
@Html.Raw(Question.p4)
}
}