I was working on adding some enhancements to a basic quizing app, and i used a split.text block. I'm not familiar with this block, so...
Have I used the split.text at block right? β
Edit: Changed the logic in the 2nd half of the else to = instead of \=. Shouldn't affect the split at block anyway, but otherwise, it doesn't do what it should.
Edit: Changed AnswerTextbox.enabled to AnswerTextbox.text. and added select item in list block to the split at block.
You are using the result of split wrong.
You are using it as a number (Score), but it is a list.
Score should be extracted (select list item) as item 1 of the resulting list.
Better yet, keep three Labels in a Horizontal Arrangement,