<?xml version="1.0" encoding="UTF-8"?>
<document>
 <LimeSurveyDocType>Survey</LimeSurveyDocType>
 <DBVersion>356</DBVersion>
 <languages>
  <language>pl</language>
 </languages>
 <groups>
  <fields>
   <fieldname>gid</fieldname>
   <fieldname>sid</fieldname>
   <fieldname>group_name</fieldname>
   <fieldname>group_order</fieldname>
   <fieldname>description</fieldname>
   <fieldname>language</fieldname>
   <fieldname>randomization_group</fieldname>
   <fieldname>grelevance</fieldname>
  </fields>
  <rows>
   <row>
    <gid><![CDATA[136]]></gid>
    <sid><![CDATA[599286]]></sid>
    <group_name><![CDATA[Część B6 - Ocena przydatności wybranych metod wdrażania systemu informatycznego]]></group_name>
    <group_order><![CDATA[0]]></group_order>
    <description/>
    <language><![CDATA[pl]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
   <row>
    <gid><![CDATA[138]]></gid>
    <sid><![CDATA[599286]]></sid>
    <group_name><![CDATA[Część C - Wdrożenie systemu IT]]></group_name>
    <group_order><![CDATA[1]]></group_order>
    <description/>
    <language><![CDATA[pl]]></language>
    <randomization_group/>
    <grelevance/>
   </row>
  </rows>
 </groups>
 <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[2292]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[C3]]></title>
    <question><![CDATA[Proszę ocenić przydatność wybranych cech metodyk zwinnych dla realizacji wdrożeń systemów informatycznych do obsługi toku studiów. <script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function(){
		var thisQuestion = $('#question{QID}');
 
		// Insert selects
		$('.answer-item', thisQuestion).append('<select class="inserted-select form-control list-question-select">\
													<option value="1"> brak przydatności</option>\
													<option value="2">niska przydatność</option>\
													<option value="3">średnia przydatność</option>\
													<option value="4">wysoka przydatność</option>\
<option value="5">bardzo wysoka przydatność</option>\
<option value="0">nie mam zdania</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
		$('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);
		});
 
		// Clean-up styles
		$('select.inserted-select', thisQuestion).css({
			'max-width': '100%'
		});
		$('input:text', thisQuestion).css({
			'position': 'absolute',
			'left': '-9999em'
		});
	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2293]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[C4]]></title>
    <question><![CDATA[Proszę ocenić przydatność wybranych cech metodyk klasycznych dla realizacji wdrożeń systemów informatycznych do obsługi toku studiów. <script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function(){
		var thisQuestion = $('#question{QID}');
 
		// Insert selects
		$('.answer-item', thisQuestion).append('<select class="inserted-select form-control list-question-select">\
													<option value="1"> brak przydatności</option>\
													<option value="2">niska przydatność</option>\
													<option value="3">średnia przydatność</option>\
													<option value="4">wysoka przydatność</option>\
<option value="5">bardzo wysoka przydatność</option>\
<option value="0">nie mam zdania</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
		$('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);
		});
 
		// Clean-up styles
		$('select.inserted-select', thisQuestion).css({
			'max-width': '100%'
		});
		$('input:text', thisQuestion).css({
			'position': 'absolute',
			'left': '-9999em'
		});
	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2297]]></qid>
    <parent_qid><![CDATA[0]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[MetodykiOcena]]></title>
    <question><![CDATA[<p>Proszę ocenić przydatność poszczególnych kategorii metodyk wdrażania projektów informatycznych (poniżej krótki opis) pod kątem kryteriów wskazanych w poniższej tabeli (które były poddane wcześniejszym porównaniom w części B2, B3, B4, B5).</p>

<p>Metodyki klasyczne - więcej informacji:</p>

<ul id="metklas">
	<li>rozwój sterowany planem (silne zorientowanie na plan, centralna rola planowania)</li>
	<li>rygorystyczna kontrola prac zgodnie z przyjętym planem</li>
	<li>podział projektu na etapy realizowane w ściśle określonej kolejności (mała elastyczność)</li>
	<li>postęp projektu weryfikowany pod kątem planu (zamknięcie danego etapu, przejście do kolejnego)</li>
	<li>bazowanie na wstępnie określonych wymaganiach, na tej podstawie powstaje harmonogram projektu</li>
	<li>unikanie zmian w wymaganiach, etap projektowania i budowy pełnej listy wymagań w początkowej fazie projektu</li>
	<li>często wybierane przy wysokim ogólnym poziomie ryzyka projektu</li>
	<li>wybierane często przez organizacje o ściśle wyspecjalizowanych jednostkach</li>
</ul>

<p>Metodyki zwinne - więcej informacji:</p>

<ul id="metzwin">
	<li>nacisk na częstą, bezpośrednią komunikację z klientem</li>
	<li>wysoki poziom akceptacji częstych zmian w projekcie</li>
	<li>szybka reakcja na zmiany w zakresie wymagań użytkowników</li>
	<li>krótkie cykle wytwarzania kolejnych, prototypowych wersji systemu</li>
	<li>wielokrotne przedstawianie klientowi rezultatów pracy (wersje prototypowe, testowe)</li>
	<li>kolokacja (nacisk na bezpośrednią komunikację w zespole projektowym)</li>
	<li>rozwój sterowany testami</li>
</ul>
<script type="text/javascript" charset="utf-8">
	$(document).on('ready pjax:scriptcomplete',function(){
		var thisQuestion = $('#question{QID}');
 
		// Insert selects
		$('.answer-item', thisQuestion).append('<select class="inserted-select form-control list-question-select">\
													<option value="1"> brak przydatności</option>\
													<option value="2">niska przydatność</option>\
													<option value="3">średnia przydatność</option>\
													<option value="4">wysoka przydatność</option>\
<option value="5">bardzo wysoka przydatność</option>\
<option value="0">nie mam zdania</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
		$('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);
		});
 
		// Clean-up styles
		$('select.inserted-select', thisQuestion).css({
			'max-width': '100%'
		});
		$('input:text', thisQuestion).css({
			'position': 'absolute',
			'left': '-9999em'
		});
	});
</script>]]></question>
    <preg/>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[Y]]></mandatory>
    <question_order><![CDATA[19]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></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[2345]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Ciągła aktualizacja listy wymagań w trakcie trwania projektu na podstawie testowania prototypów]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2346]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Stosowanie technik programowania przyrostowego w oparciu o powtarzające się fazy]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2347]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Intensywne uczestnictwo użytkowników w pracach programistycznych i wdrożeniowych oraz bezpośrednia codzienna komunikacja wewnątrz zespołu projektowego]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2348]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Częste udostępnianie użytkownikom fragmentów działającego oprogramowania w trakcie rozwoju projektu]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2349]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[Stosowanie tzw. historyjek użytkownika przy budowaniu listy wymagań]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2350]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Rozwój oprogramowania sterowanego testami (Test Driven Development)]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2351]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Wykorzystanie modeli iteracyjnych wytwarzania oprogramowania (wiele powtarzających się po sobie analogicznych etapów)]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2352]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Samoorganizujące się zespoły (brak ścisłej struktury organizacyjnej zespołu)]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2353]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[Ograniczenie do minimum dokumentacji projektowej, nacisk na bezpośrednią wymianę informacji. ]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2354]]></qid>
    <parent_qid><![CDATA[2292]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Ocena przydatności]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2355]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Szczegółowy plan działań na początku realizacji projektu]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2356]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Szczegółowa specyfikacja wymagań na początku realizacji projektu]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2357]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Ścisła sekwencyjność/kolejność poszczególnych etapów]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2358]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Faza testowania na koniec realizacji projektu]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2359]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Ocena przydatności]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2362]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[Unikanie zmian w specyfikacji wymagań]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2363]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[Komunikacja oparta głównie na obszernej dokumentacji projektowej]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2364]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[Wyraźnie określone terminy realizacji następujacych po sobie poszczególnych etapów ]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2365]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[Niewielkie zaangażowanie przyszłych użytkowników w prace wdrożeniowe]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2367]]></qid>
    <parent_qid><![CDATA[2293]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[138]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[Ściśle okrelony zakres projektu i budżet]]></question>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2370]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Dopasowanie do kultury organizacyjnej]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2371]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ001]]></title>
    <question><![CDATA[Metodyki klasyczne]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[1]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2372]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Pokonanie oporów przed zmianą]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2373]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ002]]></title>
    <question><![CDATA[Metodyki zwinne]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[2]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2374]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Wysoki poziom autonomii jednostek]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2375]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ003]]></title>
    <question><![CDATA[Metodyki mieszane (hybrydowe) z przewagą metod zwinnych]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[3]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2376]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Adaptacja do regulacji uczelnianych]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2377]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ004]]></title>
    <question><![CDATA[Metodyki mieszane (hybrydowe) z przewagą metod klasycznych]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[4]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[1]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance/>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2378]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ005]]></title>
    <question><![CDATA[ Złożoność systemu ]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[5]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2379]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ006]]></title>
    <question><![CDATA[Integracja z innymi systemami uczelni]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[6]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2380]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ007]]></title>
    <question><![CDATA[Wymogi bezpieczeństwa]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[7]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2381]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ008]]></title>
    <question><![CDATA[Testowanie]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[8]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2382]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ009]]></title>
    <question><![CDATA[Skalowalność]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[9]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2383]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ010]]></title>
    <question><![CDATA[ Specyfika obsługi toku studiów ]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[10]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2384]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ011]]></title>
    <question><![CDATA[Dotrzymanie parametrów (czas, budżet)]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[11]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2385]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ012]]></title>
    <question><![CDATA[Planowanie i kompletność dokumentacji]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[12]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2386]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ013]]></title>
    <question><![CDATA[Eliminowanie ryzyka]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[13]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2387]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ014]]></title>
    <question><![CDATA[Przewidywalność i stabilność]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[14]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2388]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ015]]></title>
    <question><![CDATA[Zarządzanie złożonością prac wdrożeniowych]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[15]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2389]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ016]]></title>
    <question><![CDATA[ Zaangażowanie użytkowników ]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[16]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2390]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ017]]></title>
    <question><![CDATA[Kompletność wymagań]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[17]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></relevance>
    <modulename/>
   </row>
   <row>
    <qid><![CDATA[2391]]></qid>
    <parent_qid><![CDATA[2297]]></parent_qid>
    <sid><![CDATA[599286]]></sid>
    <gid><![CDATA[136]]></gid>
    <type><![CDATA[;]]></type>
    <title><![CDATA[SQ018]]></title>
    <question><![CDATA[Adaptacje do zmian]]></question>
    <help/>
    <other><![CDATA[N]]></other>
    <mandatory><![CDATA[N]]></mandatory>
    <question_order><![CDATA[18]]></question_order>
    <language><![CDATA[pl]]></language>
    <scale_id><![CDATA[0]]></scale_id>
    <same_default><![CDATA[0]]></same_default>
    <relevance><![CDATA[1]]></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[2292]]></qid>
    <attribute><![CDATA[input_size]]></attribute>
    <value><![CDATA[1]]></value>
   </row>
  </rows>
 </question_attributes>
 <surveys>
  <fields>
   <fieldname>sid</fieldname>
   <fieldname>gsid</fieldname>
   <fieldname>admin</fieldname>
   <fieldname>expires</fieldname>
   <fieldname>startdate</fieldname>
   <fieldname>adminemail</fieldname>
   <fieldname>anonymized</fieldname>
   <fieldname>faxto</fieldname>
   <fieldname>format</fieldname>
   <fieldname>savetimings</fieldname>
   <fieldname>template</fieldname>
   <fieldname>language</fieldname>
   <fieldname>additional_languages</fieldname>
   <fieldname>datestamp</fieldname>
   <fieldname>usecookie</fieldname>
   <fieldname>allowregister</fieldname>
   <fieldname>allowsave</fieldname>
   <fieldname>autonumber_start</fieldname>
   <fieldname>autoredirect</fieldname>
   <fieldname>allowprev</fieldname>
   <fieldname>printanswers</fieldname>
   <fieldname>ipaddr</fieldname>
   <fieldname>refurl</fieldname>
   <fieldname>showsurveypolicynotice</fieldname>
   <fieldname>publicstatistics</fieldname>
   <fieldname>publicgraphs</fieldname>
   <fieldname>listpublic</fieldname>
   <fieldname>htmlemail</fieldname>
   <fieldname>sendconfirmation</fieldname>
   <fieldname>tokenanswerspersistence</fieldname>
   <fieldname>assessments</fieldname>
   <fieldname>usecaptcha</fieldname>
   <fieldname>usetokens</fieldname>
   <fieldname>bounce_email</fieldname>
   <fieldname>attributedescriptions</fieldname>
   <fieldname>emailresponseto</fieldname>
   <fieldname>emailnotificationto</fieldname>
   <fieldname>tokenlength</fieldname>
   <fieldname>showxquestions</fieldname>
   <fieldname>showgroupinfo</fieldname>
   <fieldname>shownoanswer</fieldname>
   <fieldname>showqnumcode</fieldname>
   <fieldname>bouncetime</fieldname>
   <fieldname>bounceprocessing</fieldname>
   <fieldname>bounceaccounttype</fieldname>
   <fieldname>bounceaccounthost</fieldname>
   <fieldname>bounceaccountpass</fieldname>
   <fieldname>bounceaccountencryption</fieldname>
   <fieldname>bounceaccountuser</fieldname>
   <fieldname>showwelcome</fieldname>
   <fieldname>showprogress</fieldname>
   <fieldname>questionindex</fieldname>
   <fieldname>navigationdelay</fieldname>
   <fieldname>nokeyboard</fieldname>
   <fieldname>alloweditaftercompletion</fieldname>
   <fieldname>googleanalyticsstyle</fieldname>
   <fieldname>googleanalyticsapikey</fieldname>
  </fields>
  <rows>
   <row>
    <sid><![CDATA[599286]]></sid>
    <gsid><![CDATA[1]]></gsid>
    <admin><![CDATA[Administrator]]></admin>
    <adminemail><![CDATA[konkolp@uek.krakow.pl]]></adminemail>
    <anonymized><![CDATA[N]]></anonymized>
    <faxto/>
    <format><![CDATA[A]]></format>
    <savetimings><![CDATA[N]]></savetimings>
    <template><![CDATA[extends_vanilla]]></template>
    <language><![CDATA[pl]]></language>
    <additional_languages/>
    <datestamp><![CDATA[N]]></datestamp>
    <usecookie><![CDATA[N]]></usecookie>
    <allowregister><![CDATA[N]]></allowregister>
    <allowsave><![CDATA[Y]]></allowsave>
    <autonumber_start><![CDATA[0]]></autonumber_start>
    <autoredirect><![CDATA[N]]></autoredirect>
    <allowprev><![CDATA[N]]></allowprev>
    <printanswers><![CDATA[N]]></printanswers>
    <ipaddr><![CDATA[N]]></ipaddr>
    <refurl><![CDATA[N]]></refurl>
    <showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
    <publicstatistics><![CDATA[N]]></publicstatistics>
    <publicgraphs><![CDATA[N]]></publicgraphs>
    <listpublic><![CDATA[N]]></listpublic>
    <htmlemail><![CDATA[Y]]></htmlemail>
    <sendconfirmation><![CDATA[Y]]></sendconfirmation>
    <tokenanswerspersistence><![CDATA[N]]></tokenanswerspersistence>
    <assessments><![CDATA[N]]></assessments>
    <usecaptcha><![CDATA[N]]></usecaptcha>
    <usetokens><![CDATA[N]]></usetokens>
    <bounce_email><![CDATA[konkolp@uek.krakow.pl]]></bounce_email>
    <emailresponseto/>
    <emailnotificationto/>
    <tokenlength><![CDATA[15]]></tokenlength>
    <showxquestions><![CDATA[Y]]></showxquestions>
    <showgroupinfo><![CDATA[B]]></showgroupinfo>
    <shownoanswer><![CDATA[N]]></shownoanswer>
    <showqnumcode><![CDATA[X]]></showqnumcode>
    <bounceprocessing><![CDATA[N]]></bounceprocessing>
    <showwelcome><![CDATA[Y]]></showwelcome>
    <showprogress><![CDATA[Y]]></showprogress>
    <questionindex><![CDATA[0]]></questionindex>
    <navigationdelay><![CDATA[0]]></navigationdelay>
    <nokeyboard><![CDATA[N]]></nokeyboard>
    <alloweditaftercompletion><![CDATA[N]]></alloweditaftercompletion>
    <googleanalyticsstyle/>
    <googleanalyticsapikey/>
   </row>
  </rows>
 </surveys>
 <surveys_languagesettings>
  <fields>
   <fieldname>surveyls_survey_id</fieldname>
   <fieldname>surveyls_language</fieldname>
   <fieldname>surveyls_title</fieldname>
   <fieldname>surveyls_description</fieldname>
   <fieldname>surveyls_welcometext</fieldname>
   <fieldname>surveyls_endtext</fieldname>
   <fieldname>surveyls_policy_notice</fieldname>
   <fieldname>surveyls_policy_error</fieldname>
   <fieldname>surveyls_policy_notice_label</fieldname>
   <fieldname>surveyls_url</fieldname>
   <fieldname>surveyls_urldescription</fieldname>
   <fieldname>surveyls_email_invite_subj</fieldname>
   <fieldname>surveyls_email_invite</fieldname>
   <fieldname>surveyls_email_remind_subj</fieldname>
   <fieldname>surveyls_email_remind</fieldname>
   <fieldname>surveyls_email_register_subj</fieldname>
   <fieldname>surveyls_email_register</fieldname>
   <fieldname>surveyls_email_confirm_subj</fieldname>
   <fieldname>surveyls_email_confirm</fieldname>
   <fieldname>surveyls_dateformat</fieldname>
   <fieldname>surveyls_attributecaptions</fieldname>
   <fieldname>email_admin_notification_subj</fieldname>
   <fieldname>email_admin_notification</fieldname>
   <fieldname>email_admin_responses_subj</fieldname>
   <fieldname>email_admin_responses</fieldname>
   <fieldname>surveyls_numberformat</fieldname>
   <fieldname>attachments</fieldname>
  </fields>
  <rows>
   <row>
    <surveyls_survey_id><![CDATA[599286]]></surveyls_survey_id>
    <surveyls_language><![CDATA[pl]]></surveyls_language>
    <surveyls_title><![CDATA[TestSurvey]]></surveyls_title>
    <surveyls_description/>
    <surveyls_welcometext><![CDATA[<div class="panel panel-default">
<div class="panel-heading"><meta charset="utf-8">Celem badania jest zgromadzenie informacji dotyczących procesu wdrażania systemów informatycznych służących do obsługi toku studiów w uczelniach, a w szczególności takich problemów jak: wybór metody wdrażania systemu, głównych korzyści wynikających z wdrożenia, czynników utrudniających wdrożenie.</div>

<div class="panel-heading">Badania są prowadzone w związku z przygotowywaną pracą doktorską, w której umieszczone zostaną jedynie informacje w postaci zagregowanej, które nie pozwolą na identyfikację uczelni biorącej udział w badaniach. Wypełnienie ankiety powinno zająć niecałe 15 minut. Ankieta jest w pełni anonimowa i składa się z następujacych cześci:</div>

<div class="panel-body">
<p><strong>Cześć A - Wdrożenia systemów IT w kontekście uczelni.</strong> Celem tej części jest ocena wpływu wybranych aspektów funkcjonowania uczelni na procesy wdrożeniowe systemów informatycznych w odniesienu do  zasadniczego celu wdrożenia, oczekiwanych korzyści oraz potencjalnych zagrożeń.</p>

<p><strong>Część B - Ocena istotności kryteriów doboru metod wdrażania w/w systemów informatycznych oraz ocena wariantów metodyk pod kątem tych kryteriów.</strong> Celem tej części jest zebranie opinii na temat znaczenia wybranych kryteriów głównych oraz subkryteriów wyboru metod wdrażania w/w systemów oraz późniejsza ocena wybranych wariantów metodyk wdrożeniowych pod kątem wskazanych kryteriów.</p>

<p><strong>Część C -Wdrożenie systemu IT.</strong> Celem tej części jest zebranie informacji na temat struktury wdrożonego systemu, metod i sposobów wykorzystywanych do jego wdrożenia, wpływu klimatu organizacyjnego oraz różnorodności jednostek uczelni na proces wdrożenia  oraz zalet podejścia klasycznego i zwinnego</p>

<p><strong>Metryczka</strong></p>
</div>
</div>
]]></surveyls_welcometext>
    <surveyls_endtext><![CDATA[<p>Dziękujęmy za wypełnienie ankiety</p>

<p> </p>
]]></surveyls_endtext>
    <surveyls_url/>
    <surveyls_urldescription/>
    <surveyls_email_invite_subj><![CDATA[Zaproszenie do udziału w badaniu]]></surveyls_email_invite_subj>
    <surveyls_email_invite><![CDATA[Szanowna Pani/Szanowny Panie {FIRSTNAME},<br />
<br />
Zapraszamy do udziału w badaniu:<br />
'{SURVEYNAME}'<br />
<br />
'{SURVEYDESCRIPTION}'<br />
<br />
Aby wziąć udział, prosimy kliknąć na poniższy link.<br />
<br />
Z pozdrowieniami,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Proszę kliknąć, aby wypełnić ankietę:<br />
{SURVEYURL}<br />
<br />
Jeśli nie chcą Państwo brać udziału w tym badaniu ani otrzymywać innych zaproszeń, proszę kliknąć ten link:<br />
{OPTOUTURL}<br />
<br />
Jeśli zostali Państwo wykluczeni, ale chcą Państwo wziąć udział w tej ankiecie oraz otrzymywać zaproszenia, proszę kliknąć link:<br />
{OPTINURL}]]></surveyls_email_invite>
    <surveyls_email_remind_subj><![CDATA[Przypomnienie o wypełnieniu ankiety]]></surveyls_email_remind_subj>
    <surveyls_email_remind><![CDATA[Szanowna Pani/Szanowny Panie {FIRSTNAME},<br />
<br />
Ostatnio wysłaliśmy do Państwa zaproszenie do udziału w badaniu.<br />
<br />
Do tej pory jednak nie otrzymaliśmy odpowiedzi. Dlatego pozwalamy sobie na przypomnienie o tym, że ankieta wciąż jest dostępna i w dalszym ciągu może być wypełniona.<br />
<br />
Tytuł ankiety:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
Aby wypełnić ankietę, proszę kliknąć na poniższy link.<br />
<br />
Z poważaniem,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Proszę kliknąć, aby wypełnić ankietę:<br />
{SURVEYURL}<br />
<br />
Jeśli nie chcą Państwo brać udziału w tym badaniu ani otrzymywać innych zaproszeń, proszę kliknąć ten link:<br />
{OPTOUTURL}]]></surveyls_email_remind>
    <surveyls_email_register_subj><![CDATA[Potwierdzenie rejestracji do badania]]></surveyls_email_register_subj>
    <surveyls_email_register><![CDATA[Szanowni Państwo {FIRSTNAME},<br />
<br />
Ten adres e-mail został wykorzystany do rejestracji uczestnika w badaniu internetowym pod tytułem {SURVEYNAME}.<br />
<br />
W celu wypełnienia ankiety, proszę kliknąć link:<br />
<br />
{SURVEYURL}<br />
<br />
Jeśli mają Państwo pytania dotyczące ankiety lub nie rejestrowali Państwo uczestnictwa w ankiecie, a ten email przyszedł przez pomyłkę, prosimy o kontakt z administratorem: {ADMINNAME} pod adresem {ADMINEMAIL}.]]></surveyls_email_register>
    <surveyls_email_confirm_subj><![CDATA[Potwierdzenie wypełnienia ankiety]]></surveyls_email_confirm_subj>
    <surveyls_email_confirm><![CDATA[Szanowna Pani/Szanowny Panie {FIRSTNAME},<br />
<br />
Dziękujemy za wypełnienie ankiety {SURVEYNAME}. Państwa odpowiedzi zostały zapisane w naszej bazie.<br />
<br />
Jeśli mają Państwo jakiekolwiek pytania związane z ankietą lub niniejszym mailem, prosimy o kontakt z administratorem strony: {ADMINNAME} pod adresem {ADMINEMAIL}.<br />
<br />
Z wyrazami szacunku,<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
    <surveyls_dateformat><![CDATA[1]]></surveyls_dateformat>
    <email_admin_notification_subj><![CDATA[Wypełniono ankietę {SURVEYNAME}]]></email_admin_notification_subj>
    <email_admin_notification><![CDATA[Witamy,<br />
<br />
Wypełniono ankietę '{SURVEYNAME}'.<br />
<br />
Kliknij ten link, aby obejrzeć tę odpowiedź:<br />
{VIEWRESPONSEURL}<br />
<br />
Kliknij ten link, aby edytować tę odpowiedź:<br />
{EDITRESPONSEURL}<br />
<br />
Statystyki:<br />
{STATISTICSURL}]]></email_admin_notification>
    <email_admin_responses_subj><![CDATA[Wypełniono ankietę {SURVEYNAME} - wyniki]]></email_admin_responses_subj>
    <email_admin_responses><![CDATA[Witamy,<br />
<br />
Wypełniono ankietę '{SURVEYNAME}'.<br />
<br />
Kliknij, aby obejrzeć tę odpowiedź:<br />
{VIEWRESPONSEURL}<br />
<br />
Kliknij, aby edytować tę odpowiedź:<br />
{EDITRESPONSEURL}<br />
<br />
Kliknij, aby zobaczyć statystyki:<br />
{STATISTICSURL}<br />
<br />
<br />
Odpowiedzi tego uczestnika:<br />
{ANSWERTABLE}]]></email_admin_responses>
    <surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
   </row>
  </rows>
 </surveys_languagesettings>
 <themes>
  <theme>
   <sid>599286</sid>
   <template_name>extends_vanilla</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>599286</sid>
   <template_name>fruity</template_name>
   <config>
    <options>inherit</options>
   </config>
  </theme>
  <theme>
   <sid>599286</sid>
   <template_name>vanilla</template_name>
   <config>
    <options>
     <font>inherit</font>
     <brandlogofile>upload/surveys/759128/images/logo1.png</brandlogofile>
     <ajaxmode>inherit</ajaxmode>
     <container>inherit</container>
     <hideprivacyinfo>inherit</hideprivacyinfo>
     <showpopups>inherit</showpopups>
     <fixnumauto>inherit</fixnumauto>
     <brandlogo>inherit</brandlogo>
    </options>
   </config>
  </theme>
 </themes>
 <themes_inherited>
  <theme>
   <sid>599286</sid>
   <template_name>extends_vanilla</template_name>
   <config>
    <options>
     <ajaxmode>on</ajaxmode>
     <animatebody>off</animatebody>
     <hideprivacyinfo>off</hideprivacyinfo>
     <container>on</container>
     <bodyanimation>fadeInRight</bodyanimation>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <font>noto</font>
     <showpopups>1</showpopups>
     <fixnumauto>off</fixnumauto>
    </options>
   </config>
  </theme>
  <theme>
   <sid>599286</sid>
   <template_name>fruity</template_name>
   <config>
    <options>
     <ajaxmode>on</ajaxmode>
     <brandlogo>on</brandlogo>
     <brandlogofile>./files/logo.png</brandlogofile>
     <container>on</container>
     <backgroundimage>off</backgroundimage>
     <animatebody>off</animatebody>
     <bodyanimation>fadeInRight</bodyanimation>
     <bodyanimationduration>500</bodyanimationduration>
     <animatequestion>off</animatequestion>
     <questionanimation>flipInX</questionanimation>
     <questionanimationduration>500</questionanimationduration>
     <animatealert>off</animatealert>
     <alertanimation>shake</alertanimation>
     <alertanimationduration>500</alertanimationduration>
     <font>noto</font>
     <bodybackgroundcolor>#ffffff</bodybackgroundcolor>
     <fontcolor>#444444</fontcolor>
     <questionbackgroundcolor>#ffffff</questionbackgroundcolor>
     <questionborder>on</questionborder>
     <questioncontainershadow>on</questioncontainershadow>
     <checkicon>f00c</checkicon>
     <animatecheckbox>on</animatecheckbox>
     <checkboxanimation>rubberBand</checkboxanimation>
     <checkboxanimationduration>500</checkboxanimationduration>
     <animateradio>on</animateradio>
     <radioanimation>zoomIn</radioanimation>
     <radioanimationduration>500</radioanimationduration>
     <zebrastriping>off</zebrastriping>
     <stickymatrixheaders>off</stickymatrixheaders>
     <greyoutselected>off</greyoutselected>
     <hideprivacyinfo>off</hideprivacyinfo>
     <crosshover>off</crosshover>
     <showpopups>1</showpopups>
    </options>
   </config>
  </theme>
  <theme>
   <sid>599286</sid>
   <template_name>vanilla</template_name>
   <config>
    <options>
     <font>noto</font>
     <brandlogofile>upload/surveys/759128/images/logo1.png</brandlogofile>
     <ajaxmode>on</ajaxmode>
     <container>on</container>
     <hideprivacyinfo>off</hideprivacyinfo>
     <brandlogo>on</brandlogo>
    </options>
   </config>
  </theme>
 </themes_inherited>
</document>
