Users need the ability to set survey display rules based on time duration (e.g., "show after 2 mins") or scroll percentage (e.g., "when user has scrolled 80% of the page"). This would allow for more nuanced and less intrusive survey delivery.
Technical Details:
Implement options within the survey targeting settings to define time-based delays and scroll-depth triggers. This would likely involve JavaScript-based event listeners for scroll and timers for time delays.