If you want to apply conditional validation on 'Practical Exam Marks' or 'Passing Marks', then Obtained Marks must be less than '35'
{{userForm.controls?.obtainedMarks?.errors?.lessThan.message}}
Other Activity Marks less than to Obtained marks
{{userForm.controls?.otherActivityMarks?.errors?.lessThan.message}}