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