My response contains Jquery like this ...
var selectedavtivityID = $('input[name="activityId"]:checked').val();
I want to fetch the value which this jquery calculates to use it further.
You need to replicate that Jquery code inside a NeoLoad Javascript to calculate your value.