<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Question</LimeSurveyDocType>
 <DBVersion>356</DBVersion>
 <languages>
  <language>en</language>
 </languages>
 <questions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[3401]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[F15]]></title>
    <question><![CDATA[<p>Please specify details of any contracts or agreements signed or planned since your return from Germany (one contract per line)</p>
<script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function(){
		var thisQuestion = $('#question{QID}');
	
		// Insert selects
		$('.answer-item.answer_cell_X002', thisQuestion).addClass('with-select').append('<select class="inserted-select form-control list-question-select">\
										<option value="">Please choose...</option>\
										<option value="1">Import</option>\
										<option value="2">Export</option>\
										<option value="3">Joint Venture</option>\
										<option value="4">Distributorship</option>\
										<option value="5">Others</option>\
												</select>');  
		$('.answer-item.answer_cell_X005', thisQuestion).addClass('with-select').append('<select class="inserted-select form-control list-question-select">\
										<option value="">Please choose...</option>\
										<option value="1">Signed</option>\
										<option value="2">Planned</option>\
												</select>');
		
      	// Listeners
		$('.inserted-select', thisQuestion).on('change', function(i) {
			if($(this).val() != '') {
				$(this).closest('.answer-item').find('input:text').val($.trim($('option:selected', this).text())).trigger('change');
			}
			else {
				$(this).closest('.answer-item').find('input:text').val('').trigger('change');
			}
		});		

		// Returning to page
		$('.with-select input:text', thisQuestion).each(function(i) {
			var thisCell = $(this).closest('.answer-item');
			var inputText = $.trim($(this).val());
			var selectval = $('select.inserted-select option', thisCell).filter(function () { return $(this).html() == inputText; }).val();
			$('select.inserted-select', thisCell).val(selectval);
		});
	
		// Listener on column 4 inputs
		$('.answer-item.column-4 input:text', thisQuestion).on('keyup change', function(e) {
			var thisValue = $.trim($(this).val());
         
			// Numerics only
			if($.isNumeric(thisValue) === false) {

				// Strip out non-numerics characters
				newValue = thisValue.replace(/\D/g,'').replace(/,/g,'').replace(/\./g,'');
					$(this).val(newValue).trigger('change');
			}
		});
	
		// Clean-up styles
		$('select.inserted-select', thisQuestion).css({
			'max-width': '100%'
		});
		$('.with-select input:text', thisQuestion).css({
			'position': 'absolute',
			'left': '-9999em'
		});
	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[((186383X349X3343.NAOK == "A2" or 186383X349X3343.NAOK == "A3"))]]></relevance>
    <modulename/>
   </row>
  </rows>
 </questions>
 <subquestions>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>parent_qid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>gid</fieldname>
   <fieldname>type</fieldname>
   <fieldname>title</fieldname>
   <fieldname>question</fieldname>
   <fieldname>preg</fieldname>
   <fieldname>help</fieldname>
   <fieldname>other</fieldname>
   <fieldname>mandatory</fieldname>
   <fieldname>question_order</fieldname>
   <fieldname>language</fieldname>
   <fieldname>scale_id</fieldname>
   <fieldname>same_default</fieldname>
   <fieldname>relevance</fieldname>
   <fieldname>modulename</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[3402]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[Y001]]></title>
    <question><![CDATA[Contract 1]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3403]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[Y002]]></title>
    <question><![CDATA[Contract 2]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3404]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[Y003]]></title>
    <question><![CDATA[Contract 3]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3405]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[Y004]]></title>
    <question><![CDATA[Contract 4]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3406]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[Y005]]></title>
    <question><![CDATA[Contract 5]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3407]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[X001]]></title>
    <question><![CDATA[Product / Service]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3408]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[X002]]></title>
    <question><![CDATA[Type of contract / coopeartion]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3409]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[X003]]></title>
    <question><![CDATA[German partner]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3410]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[X004]]></title>
    <question><![CDATA[Volume in € ]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[3411]]></qid>
    <parent_qid><![CDATA[3401]]></parent_qid>
    <sid><![CDATA[186383]]></sid>
    <gid><![CDATA[349]]></gid>
    <type><![CDATA[T]]></type>
    <title><![CDATA[X005]]></title>
    <question><![CDATA[Status]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[en]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
  </rows>
 </subquestions>
 <question_attributes>
  <fields>
   <fieldname>qid</fieldname>
   <fieldname>attribute</fieldname>
   <fieldname>value</fieldname>
   <fieldname>language</fieldname>
  </fields>
  <rows>
   <row>
    <qid><![CDATA[3401]]></qid>
    <attribute><![CDATA[em_validation_sq_tip]]></attribute>
    <value><![CDATA[Please enter number without thousand separator:  "," or "."]]></value>
    <language><![CDATA[en]]></language>
   </row>
  </rows>
 </question_attributes>
</document>
