What I have is a matrix with up-to 10 text-entry boxes with some JS that I found on the forums to show the user 3, but allow them to add more.
!

What I would like to is compare the number of boxes with text entered to the count of a multi-select question (below) as display logic.
!

The idea is to display additional questions if the number of 'text boxes' is greater than the 2019 column total.
The approach I've tried is to: embed the count of text boxes and compare that to the pipe of the count for the 2019 multi-select question.
What I don't believe is working is the count of the text boxes (generally trying to use SelectChoiceCount) based on the module on Piped Text.
Is there any way to count the text boxes? Or other ways to make this comparison?
Thanks for any insights!