Is this < > being used correct?

What I wanted was that if the score is less than 30 it should be on complete left but instead it’s on right which is where it should be at its highest score. Can anyone guide me

Set the background color for the Row and check alignment within it - https://x.thunkable.com/projects/5db1750d27ebe37439246530/project/properties/designer/

Am I using the < correctly?

yes
< smaller than ...
> bigger than ...
<= smaller or exactly ...

2 Likes

What should the alignment be?

It is your responsibility to determine.

  1. On a sheet of paper to draw an image of where and how the label should be displayed on the screen.
  2. Check the documentation alignment methods - https://docs.thunkable.com/row and https://docs.thunkable.com/column and https://docs.thunkable.com/label (Text Align)
  3. Make a Thunkable X layout so as to be in paragraph 1
1 Like