If I search for that element in chrome console as:
$('#screening_questions[0].multiple_choice[0]-dealbreakerField')
The XPath selection method in the Chrome browser console is:
$x('xpathValue')
A more detailed explanation of the XPath selection console feature can be found here: https://stackoverflow.com/a/22571294/512463