Specifically, if the "score" is 0-5 I would like a label appear that says "Low-Risk." If the score is 6-10, I would like the label to say "Moderate-Risk", and finally 11 or higher to display "High-Risk."

The text function value for the score is Value(Parent.Default). The data type is number.
The number, or "score" is derived from a calculated column from my data source in SharePoint.
When I try set up a label to display based on the value, this is what I see: 
On DisplayMode:
I have attempted to use If(ScoreVal<=6,true), If(ScoreVal=0,DisplayMode.View). I have tried otheres