Hello
@Cathaya ,
Paste the below code in the JS(OnReady) of the descriptive question
jQuery("#NextButton").hide();
jQuery("a").on('click',function(){
jQuery("#NextButton").click();
});
The above code will hide the next button and on click of hyperlink it will move to next question, so you need to change the descriptive text as click here to download your selection and move forward or on similar line.