tpartner wrote: Hi Elissa,
The problem is that the irrelevant items are hidden via JavaScript after the jQuery UI Sortable plugin is rendered. (or there is a bug)
Not exactly a bug if i remind ?
I just create the manual part about this.
www.limesurvey.org/manual/Question_type_....28samelistheight.29
In fact : Same_list_height must use all existing choice, because even if it's array filtered : we don't have the information if this choice are hidden by a question in same page or not …
If expression manager can give this information on the element we can improve the solution.
I think Expression manager (and quanda) must be fixed to adding the html element ONLY if it can be shown in this page

.
1. Test if element is hidden
2. If yes : test if expression can be updated in same page
3. If not : don't add html element, if yes add it with hidden tag.
In 3.0 we use only class :
github.com/LimeSurvey/LimeSurvey/blob/de...anda_helper.php#L667
Then maybe we need another function to know if we must add element or not in HTML
Lot of work
Maybe another solution is to update Same_list_height to have 3 option : none / only element at start page / all element ?