Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

simple tax query

$tax_query = array(
	array(
		'taxonomy'         => 'questionnaire',
		'terms'            => '1234',
	),
);