summaryrefslogblamecommitdiffstats
path: root/admin/survey/export/latexclasses/Vprasanja/RadioCheckboxSelectLatex.php
blob: 51b5ddbe70d498c79c1dab7bc52791f3483fe36b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488







































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                         
<?php
/***************************************
 * Description: Priprava Latex kode za radio, checkbox, select
 *
 * Vprašanje je prisotno:
 * tip 1, 2, 3 z vsemi orientacijami
 *
 * Autor: Patrik Pucer
 * Datum: 06-07/2017
 *****************************************/

//namespace Export\Latexclasses\Vprasanja;

define("PIC_SIZE", "\includegraphics[width=10cm]"); 	//slika sirine 50mm
define("ICON_SIZE", "\includegraphics[width=0.5cm]"); 	//za ikone @ slikovni tip

class RadioCheckboxSelectLatex extends LatexSurveyElement
{
    public function __construct()
    {
        //parent::getGlobalVariables();
    }

    /************************************************
     * Get instance
     ************************************************/
    private static $_instance;
	protected $texBigSkip = ' \bigskip ';
	protected $loop_id = null;	// id trenutnega loopa ce jih imamo
	protected $path2ImagesRadio;
	protected $language;
	protected $prevod;

    public static function getInstance()
    {		
        if (self::$_instance)
            return self::$_instance;

        return new RadioCheckboxSelectLatex();
    }
	
	public function export($spremenljivke=null, $export_format='', $questionText='', $fillablePdf=null, $texNewLine='', $usr_id=null, $db_table=null, $preveriSpremenljivko=null, $export_data_type=null, $export_subtype=null, $loop_id=null, $language=null){
		global $lang, $site_path;
		
		$this->language = $language;
		$this->path2ImagesRadio = $site_path.'uploadi/editor/';

		//preverjanje, ali je prevod
		if(isset($_GET['language'])){
			$this->language = $_GET['language'];
			$this->prevod = 1;
		}else{
			$this->prevod = 0;
		}
		//preverjanje, ali je prevod - konec
		
		// Ce je spremenljivka v loopu
		$this->loop_id = $loop_id;
		
		//echo "exportData za user: ".$usr_id." in language ".$language."</br>";
		//echo "__________________________________</br>";
		
		$texBigSkip = ' \bigskip ';
		$userAnswerData = array();		//belezi podatke respondenta
		$textRArray = array();	//belezi odgovore respondenta, ki se nahajajo v desnem delu vprasanja
		// iz baze preberemo vse moznosti - ko nimamo izpisa z odgovori respondenta
		//echo "SELECT id, naslov, naslov2, variable, other FROM srv_vrednost WHERE spr_id='".$spremenljivke['id']."' AND hidden='0' ORDER BY vrstni_red";
		$sqlVrednosti = sisplet_query("SELECT id, naslov, naslov2, variable, other FROM srv_vrednost WHERE spr_id='".$spremenljivke['id']."' AND hidden='0' ORDER BY vrstni_red");
		$numRowsSql = mysqli_num_rows($sqlVrednosti);
		$tex = '';
		$oznakaOdgovora = 'a';
		$indeksZaWhile = 1;
		$indeksOdgovorov = 0;
		$oznakaVprasanja = $this->UrediOznakoVprasanja($spremenljivke['id']);	//uredi oznako vprasanja, ker ne sme biti stevilska
		$prviOdgovorSlikovniTip = 0;
		
		if ($usr_id){
			$userDataPresent = $this->GetUsersData($db_table, $spremenljivke['id'], $spremenljivke['tip'], $usr_id, $this->loop_id);	//zgenerira podatke z odgovori respondenta v $this->userAnswer, zabelezi, ce so podatki prisotni
		}

		//echo "test: ".$userDataPresent."</br>";
		
		#izpis izvoza kratek ali zelo kratek ###############################################################################
		if($export_subtype=='q_data'||$export_subtype=='q_data_all'){	//ce je izvoz odgovorov respondenta/respodentov
			//if(($userDataPresent!=0||$preveriSpremenljivko)&&($export_data_type==0||$export_data_type==2)){	//ce (so podatki prisotni ali je potrebno pokazati tudi ne odgovorjena vprasanja) in (je tip izvoza kratek ali zelo kratek)		
			if($userDataPresent!=0||$preveriSpremenljivko){	//ce (so podatki prisotni ali je potrebno pokazati tudi ne odgovorjena vprasanja)
				$prviOdgovorSlikovniTip = 1;
				if($export_data_type==0||$export_data_type==2){	//ce je tip izvoza kratek ali zelo kratek
					while ($rowVrednost = mysqli_fetch_assoc($sqlVrednosti)){				
						if( isset($this->userAnswer[$rowVrednost['id']]) ){	//ce je podatek prisoten
						
							#ce je respondent odgovarjal v drugem jeziku ########################
							$rowl = $this->srv_language_vrednost($rowVrednost['id']);							
 							if (strip_tags($rowl['naslov']) != '') $rowVrednost['naslov'] = $rowl['naslov'];
							if (strip_tags($rowl['naslov2']) != '') $rowVrednost['naslov2'] = $rowl['naslov2'];							
							#ce je respondent odgovarjal v drugem jeziku - konec ################
							
							$stringTitle = ( $rowVrednost['naslov'] ) ? $rowVrednost['naslov'] : ( ( $rowVrednost['naslov2'] ) ? $rowVrednost['naslov2'] : $rowVrednost['variable'] );						
							$stringTitle = Common::getInstance()->dataPiping($stringTitle, $usr_id, $loop_id);
							$stringTitle = '\\textcolor{crta}{'.$this->encodeText($stringTitle).'}';
							
							//echo $stringTitle."za indeks: ".$indeksZaWhile."</br>";
							//stetje stevila vrstic
							//$stetje_vrstic = $this->pdf->getNumLines($stringTitle, 180*$expand_width);					
							// še dodamo textbox če je polj other
							$_txt = '';
							if ( $rowVrednost['other'] == 1 && $usr_id ){
								//$sqlOtherText = sisplet_query("SELECT * FROM srv_data_text".$this->db_table." WHERE spr_id='".$spremenljivke['id']."' AND vre_id='".$rowVrednost['id']."' AND usr_id='".$this->getUserId()."' AND loop_id $loop_id");
								$sqlOtherText = sisplet_query("SELECT * FROM srv_data_text".$db_table." WHERE spr_id='".$spremenljivke['id']."' AND vre_id='".$rowVrednost['id']."' AND usr_id=".$usr_id);
								$row4 = mysqli_fetch_assoc($sqlOtherText);
								$_txt = ' \\textcolor{crta}{'.$row4['text'].'}';
							}
							//$tex .= ' '.$stringTitle.$_txt.',';
							if($indeksZaWhile==1){
								//$tex .= ' '.$stringTitle.$_txt.' ';
								$tex .= $stringTitle.$_txt;
							}else{
								//$tex .= ', '.$stringTitle.$_txt;
								$tex .= ', \\\\'.$stringTitle.$_txt;
							}				
							$indeksZaWhile++;
						}
						
						$indeksOdgovorov++;				
					}
				//echo "končni tex: ".$tex."</br>";
				}
			}
		}
		#izpis izvoza kratek ali zelo kratek - konec ###########################################################################
		
		
		#izpis praznega vprasalnika ali dolgega izvoza (vprasalnika z odgovori respondenta) ##################################################
		if($export_subtype=='q_empty'||$export_data_type==1||$export_subtype=='q_comment'){	//ce je izpis praznega vprasalnika ali dolgega izvoza
			/* echo "orientacija: ".$spremenljivke['orientation']."</br>";
			echo "tip: ".$spremenljivke['tip']."</br>"; */
			if($spremenljivke['orientation']==5){	//ce je postavitev Potrditev
				if($export_format == 'pdf'){	//ce je pdf
					$tex .= $this->texBigSkip;
					$tex .= '\\end{absolutelynopagebreak}';	//zakljucimo environment, da med vprasanji ne bo prelomov strani
				}else{	//ce je rtf
					//if($spremenljivke['orientation']==0 || $spremenljivke['orientation']==2){	//ce sta vodoravni orientaciji
						//$tex .= $texNewLine;	//dodaj na koncu vprasanja prazno vrstico
						$tex .= $this->texBigSkip;
					//}
				}
				//echo "tukaj";
				return $tex;
			}
			
			#za ureditev preloma odgovorov, ce so odgovori ob vprasanju - najprej je potrebno zabeleziti dolzino besedila vprasanja
			if($spremenljivke['orientation']==0 && $export_format == 'pdf'){	//vodoravno ob vprasanju, ce je pdf					
					$tex .= '\settowidth{\questionLength}{'.$this->encodeText($questionText).'}'; //v definirano dolzino shranimo trenutno dolzino teksta vprasanja
					$tex .= '\addtolength{\questionTotalLength}{\questionLength}'; //celotni dolzini dodamo dolzino vprasanja
					
					//ce je opomba prisotna, daj spremenljivko na 2
					if($spremenljivke['info'] != ''){	
						$tex .= '\setcounter{opomba}{2}';
					}else{
						$tex .= '\setcounter{opomba}{0}';
					}						
			}
			#za ureditev preloma odgovorov, ce so odgovori ob vprasanju - konec
			
			if($spremenljivke['orientation']==7){	//navpicno - tekst levo
				//$tex .= '\begin{tabular}{l l}'.$texNewLine;
				if($export_format == 'pdf'){
					$tex .= '\begin{tabularx}{.5\textwidth}{l l}';
				}else{
					$tex .= '\begin{tabular}{l l}'.$texNewLine;	//za omogociti izris odgovorov v tabeli
				}				
			}elseif($spremenljivke['orientation']==8){	//ce je "povleci-spusti"			
				$tex .= '\setlength{\parindent}{0.1\textwidth} ';			
				//prva vrstica pred tabelo z odgovori
				if($export_format == 'pdf'){	//ce je pdf
					$tex .= '\begin{tabular}{l c l} ';	//izris z vecstolpicno tabelo
					//$tex .= '\begin{tabularx}{.5\textwidth}{l c l} ';	//izris z vecstolpicno tabelo
					$tex .= $lang['srv_ranking_available_categories'].': & \hspace{0.1\textwidth} & '.$lang['srv_drag_drop_answers'].': '.$texNewLine;
					$tex .= '\rule{0.4\textwidth}{0.4 pt} &  & \rule{0.4\textwidth}{0.4 pt} \end{tabular} '.$texBigSkip;
					$tex .= $texNewLine;
				}else{	//ce je rtf
					$tex .= '\begin{tabular}{l} ';	//izris z enostolpicno tabelo
					$tex .= $lang['srv_ranking_available_categories'].': '.$texNewLine;	//Rapolozljive kategorije					
					//$tex .= '\hline \end{tabular} '.$texBigSkip;
					$tex .= '\hline \end{tabular} ';
				}
				//prva vrstica pred tabelo z odgovori - konec
				
				if($export_format == 'pdf'){	//ce je pdf					
					//$tex .= '\begin{tabular}{c c c} ';	//izris s tabelo
					$tex .= '\begin{tabularx}{.5\textwidth}{c c c} ';	//izris s tabelo
				}
				
			}elseif($spremenljivke['orientation']==10){	//image hot-spot
				
				$imageName = $this->getImageName('hotspot', $spremenljivke['id'], 'hotspot_image=');
				$imageNameTest = $this->path2ImagesRadio.$imageName.'.png';	//za preveriti, ali obstaja slikovna datoteka na strezniku
				//error_log("za image hot spot ne grid: ".$imageNameTest);
				//echo("za image hot spot ne grid: ".$imageNameTest."</br>");
				if(filesize($imageNameTest) > 0){
					$image = PIC_SIZE."{".$this->path2ImagesRadio."".$imageName."}";	//priprave slike predefinirane dimenzije			
				}else{
					//$image = 'ni slike';
					$image = $lang['srv_pc_unavailable'];
				}
				
				$tex .= $image."".$texNewLine; //izris slike

				//iz baze poberi imena obmocij
				$sqlHotSpotRegions = sisplet_query("SELECT region_name FROM srv_hotspot_regions WHERE spr_id='".$spremenljivke['id']."' ORDER BY vrstni_red");	
				
				//izris imen obmocij po $sqlHotSpotRegions
				$tex .= $lang['srv_export_hotspot_regions_names'].': '.$texNewLine;	//besedilo "Obmocja na sliki"
				while ($rowHotSpotRegions = mysqli_fetch_assoc($sqlHotSpotRegions))
				{
					$tex .= $rowHotSpotRegions['region_name'].''.$texNewLine;
				}
				
				if($export_data_type==1){	//ce je dolg izvoz, pokazi katera obmocja so bila izbrana
					$tex .= $texNewLine.$lang['srv_export_hotspot_chosen_regions_names'].': '.$texNewLine;	//besedilo "Izbrana obmocja na sliki"
					while ($rowVrednost = mysqli_fetch_assoc($sqlVrednosti)){
						if( isset($this->userAnswer[$rowVrednost['id']]) ){	//ce je podatek prisoten
							$stringTitle = ($this->encodeText(( $rowVrednost['naslov'] ) ? $rowVrednost['naslov'] : ( ( $rowVrednost['naslov2'] ) ? $rowVrednost['naslov2'] : $rowVrednost['variable'] ) ));				
							// še dodamo textbox če je polj other
							$_txt = '';
							if ( $rowVrednost['other'] == 1 && $usr_id ){
								//$sqlOtherText = sisplet_query("SELECT * FROM srv_data_text".$this->db_table." WHERE spr_id='".$spremenljivke['id']."' AND vre_id='".$rowVrednost['id']."' AND usr_id='".$this->getUserId()."' AND loop_id $loop_id");
								$sqlOtherText = sisplet_query("SELECT * FROM srv_data_text".$db_table." WHERE spr_id='".$spremenljivke['id']."' AND vre_id='".$rowVrednost['id']."' AND usr_id=".$usr_id);
								$row4 = mysqli_fetch_assoc($sqlOtherText);
								$_txt = ' '.$row4['text'];
							}
							$tex .= $stringTitle.$_txt.$texNewLine;							
						}
					}
				}
			}elseif($spremenljivke['orientation']==9 || $spremenljivke['orientation']==11){	//ce je "slikovni tip" ali VAS
				if($spremenljivke['orientation']==11){	//ce je VAS
					$spremenljivkaParams = new enkaParameters($spremenljivke['params']);
					$vizualnaSkalaNumber = $spremenljivkaParams->get('vizualnaSkalaNumber');
					$numRowsSql = $vizualnaSkalaNumber;
				}

				//echo "stevilo zadev: ".$numRowsSql."</br>";
				if($spremenljivke['orientation']==9){
					$mejaVAS = 20;
				}elseif($spremenljivke['orientation']==11){
					$mejaVAS = 8;
					$numRowsSql = mysqli_num_rows($sqlVrednosti);
				}
				//if($numRowsSql<20){	//ce je manj kot x slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število
				if($numRowsSql<$mejaVAS){	//ce je manj kot x slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število
					$tableParamsSlikovniTip = '';
					for($i=0; $i<$numRowsSql;$i++){
						$tableParamsSlikovniTip .= ' c ';
					}							
					$tex .= '\begin{tabular}{'.$tableParamsSlikovniTip.'} ';	//izris s tabelo
				}
				//echo "parametri tabele: ".$tableParamsSlikovniTip."</br>";
			}
			
			if($spremenljivke['orientation']!=10){	//ce ni image hot-spot
				
				//pregled vseh moznih vrednosti (kategorij) po $sqlVrednosti
				while ($rowVrednost = mysqli_fetch_assoc($sqlVrednosti)){
					$prop['full'] = ( isset($userAnswer[$rowVrednost['id']]) );	
					
					if($this->prevod){ //ce je prevod ankete
						$rowl = $this->srv_language_vrednost($rowVrednost['id']);	//pridobi prevod naslova v ustreznem jeziku						
						$stringTitle = ((( $rowl['naslov'] ) ? $rowl['naslov'] : ( ( $rowl['naslov2'] ) ? $rowl['naslov2'] : $rowl['variable'] ) )); //prevod naslova v ustreznem jeziku
					}else{						
						$stringTitle = ((( $rowVrednost['naslov'] ) ? $rowVrednost['naslov'] : ( ( $rowVrednost['naslov2'] ) ? $rowVrednost['naslov2'] : $rowVrednost['variable'] ) ));
					}

					$stringTitle = Common::getInstance()->dataPiping($stringTitle, $usr_id, $loop_id);					
					
					//echo "naslov: $stringTitle</br>";
					//echo "jezik: ".$this->language."</br>";
					if ( $spremenljivke['tip'] == 1 || $spremenljivke['tip'] == 3 ){											
						$symbol = $this->getAnswerSymbol($export_format, $fillablePdf, $spremenljivke['tip'], $spremenljivke['grids'], 0, $this->userAnswer[$rowVrednost['id']], $spremenljivke['orientation'], $indeksZaWhile, $vizualnaSkalaNumber);
						//$tex .= '{\ChoiceMenu[radio,radiosymbol=\ding{108},name=myGroupOfRadiobuttons]{}{='.$stringTitle.'}}'.$stringTitle.' '.$this->texNewLine;
						$internalCellHeight = '0.3 cm';	//visina praznega okvirja @povleci-spusti						
					}else if ( $spremenljivke['tip']  == 2 ){						
						$symbol = $this->getAnswerSymbol($export_format, $fillablePdf, $spremenljivke['tip'], $spremenljivke['grids'], 0, $this->userAnswer[$rowVrednost['id']]);
						$internalCellHeight = '3 cm'; //visina praznega okvirja @povleci-spusti
					}
					
					if($spremenljivke['orientation']==1&&$spremenljivke['tip'] != 3){	//navpicno						
						$tex .= $symbol.' '.$this->encodeText($stringTitle, $rowVrednost['id']).' '.$texNewLine;
						//$test = $symbol.' '.$this->encodeText($stringTitle, $rowVrednost['id']).' '.$texNewLine;
						//echo "tukaj! $test </br>";
					}elseif($spremenljivke['orientation']==7){	//navpicno - tekst levo						
						$text = $this->encodeText($stringTitle, $rowVrednost['id']).' & '.$symbol.' '.$texNewLine;
						$textLength = strlen($text);
						if($textLength > MAX_STRING_LENGTH){						
							$tex .= '\vspace{2 mm}';
							$tex .= '\parbox{'.LINE_BREAK_AT.'}{'.$this->encodeText($stringTitle, $rowVrednost['id']).'} & '.$symbol.' '.$texNewLine;	//tekst odgovora razbij pri LINE_BREAK_AT (5 cm) in zraven dodaj ustrezni simbol
						}else{
							$tex .= $text;
						}						
					}elseif($spremenljivke['orientation']==0){	//vodoravno ob vprasanju
						$tex .= ' '.$symbol.' '.$this->encodeText($stringTitle, $rowVrednost['id']).'  ';
					}elseif($spremenljivke['orientation']==2){	//vodoravno pod vprasanjem					
						$tex .= ' '.$symbol.' '.$this->encodeText($stringTitle, $rowVrednost['id']).'  ';
					}elseif(($spremenljivke['tip'] == 3&&$spremenljivke['orientation']==1)||$spremenljivke['orientation']==6){	//roleta ali izberite s seznama
						if($export_data_type==1&&isset($this->userAnswer[$rowVrednost['id']])){	//ce je dolg izvoz in je podatek za odgovor
							$tex .= ' \textbf{'.$this->encodeText($stringTitle, $rowVrednost['id']).'} '.$texNewLine;
						}else{
							$tex .= $this->encodeText($stringTitle, $rowVrednost['id']).' '.$texNewLine;
						}						
					}elseif($spremenljivke['orientation']==8){	//povleci-spusti
						
						if(isset($this->userAnswer[$rowVrednost['id']])){
							$textR = $this->encodeText($stringTitle, $rowVrednost['id']);
							$textRArray[$indeksZaWhile] = $textR;	//rabimo kasneje, za izpis rtf desne strani vprasanja, ce izpisujemo odgovore respondenta
							$textL = '';
						}else{
							$textL = $this->encodeText($stringTitle, $rowVrednost['id']);
							$textR = '';
						}
						
						if($export_format == 'pdf'){	//ce je pdf							

							if($textL){
								$tex .= '\indent \fbox{\parbox{0.2\textwidth}{ \centering '.$textL.' }} & \hspace{0.2\textwidth} ';	//prva dva stolpca
							}else{
								$tex .= '\indent \hspace{0.2\textwidth} ';
							}							
							
							if($indeksZaWhile == 1&&($export_subtype=='q_empty')){								
								$tex .= '& \hspace{1.2 cm}  \multirow{'.$numRowsSql.'}{*}{\fbox{\parbox[t]['.$internalCellHeight.']{0.2\textwidth}{ \hphantom{\hspace{0.2\textwidth}}} } } ';	//v prvi vrstici izrisi prazen okvir, ki se razpotegne skozi vse vrstice						
							}elseif($export_subtype=='q_empty'){
								$tex .= '& ';	//izrisi potrebno praznino za multirow okvir iz prve vrstice
							}else{
								if($textR){
									$tex .= ' & \hspace{0.3\textwidth} & \fbox{\parbox{0.2\textwidth}{ \centering '.$textR.' }} ';	//izpisi okvir z odgovorom, ce je ta prisoten
								}else{
									$tex .= '& ';	//izpisi neviden okvir
								}								
							}
							$tex .= $texBigSkip;
							$tex .= $texNewLine;
						}else{	//ce je rtf, uredi izvoz leve strani vprasanja
							if((!isset($this->userAnswer[$rowVrednost['id']])&&$export_data_type==1)||$export_subtype=='q_empty'){	//ce je podatek in je dolg izvoz ali je izvoz praznega vprasalnika								
								$tex .= '\begin{tabular}{c} ';	//izris s tabelo brez obrob
								//$tex .= '\begin{tabular}{|c|} \hline';	//izris s tabelo z obrobama levo desno in zgoraj					
								//$tex .= '\fbox{\parbox{0.2\textwidth}{ '.$this->encodeText($stringTitle).' }} ';
								$tex .= '\fbox{\parbox{0.2\textwidth}{ '.$textL.' }} ';
								$tex .= ' \end{tabular}';	//za zakljuciti izris odgovorov v tabeli
							}
						}
						
					}elseif($spremenljivke['orientation']==9){	//ce je "slikovni tip"
						/* if($numRowsSql>=20){	
							$tex .= '| ';
						} */
						if($indeksZaWhile == 1){					
							$tex .= ICON_SIZE."{".$this->path2Images."".$this->getCustomRadioSymbol($spremenljivke['id'], $prviOdgovorSlikovniTip)."}";						
						}else{
							if($numRowsSql<20){	//ce je manj kot 20 slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število
								$tex .= ' & ';
							}
							$tex .= ICON_SIZE."{".$this->path2Images."".$this->getCustomRadioSymbol($spremenljivke['id'], $prviOdgovorSlikovniTip)."}";
							//$tex .= ' & '.ICON_SIZE."{".$this->path2Images."".$this->getCustomRadioSymbol($spremenljivke['id'], $prviOdgovorSlikovniTip)."}";							
						}
						if($numRowsSql>=20){	
							$tex .= ' ('.$indeksZaWhile.') ';
							//$tex .= ' ('.$indeksZaWhile.')| ';
						}
						
						if(isset($this->userAnswer[$rowVrednost['id']])&&$export_data_type==1){
							$prviOdgovorSlikovniTip = 0;
						}elseif($export_data_type==1&&$prviOdgovorSlikovniTip==1){
							$prviOdgovorSlikovniTip = 1;
						}
						
					}elseif($spremenljivke['orientation']==11){	//ce je VAS
						//$tex .= ' '.$symbol.' '.$this->encodeText($stringTitle, $rowVrednost['id']).'  ';
						if($indeksZaWhile == 1){
							if($numRowsSql<=7){	//ce je manj kot 7 slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število											
								$tex .= ' '.$symbol;
							}
						}else{
							if($numRowsSql<=7){	//ce je manj kot 7 slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število
								$tex .= ' & '.$symbol;
							}
						}
						if($numRowsSql>7){	
							$tex .= ' ('.$indeksZaWhile.') ';
						}
					}else{	//ce ni urejenega izrisa naj bo default oz. navpicno
						$tex .= $symbol.' '.$this->encodeText($stringTitle, $rowVrednost['id']).' '.$texNewLine;
					}				
					
					$oznakaOdgovora++;
					$indeksZaWhile++;
				}
				//pregled vseh moznih vrednosti (kategorij, mozni odgovori) po $sqlVrednosti - konec
			}
			
			if($spremenljivke['orientation']==9 || $spremenljivke['orientation']==11){	//ce je "slikovni tip" ali VAS - izrisi se spodnjo vrstico odgovorov s stevilkami v oklepaju
				//if($numRowsSql<20){	//ce je manj kot 20 slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število
				if($numRowsSql<$mejaVAS){	//ce je manj kot 20 slikovnih tipov, izpisemo s tabelo, drugace simbol in zraven število
					for($i=1;$i<=$numRowsSql;$i++){
						if($i==1){
							$tex .= ' \\\\ ('.$i.')';
						}else{
							$tex .= ' & ('.$i.')';
						}
					}
					$tex .= ' \end{tabular}';	//zakljuci izris odgovorov v tabeli za "slikovni tip"					
				}
				//$tex .= $texNewLine;
				$tex .= $texNewLine;
			}elseif($spremenljivke['orientation']==8 || $spremenljivke['orientation']==7 ){	//ce je "povleci-spusti" ali "navpicno - tekst levo"
				if($export_format == 'pdf'|| $spremenljivke['orientation']==7){	//ce je pdf
					//if($spremenljivke['orientation']==7 && $export_format == 'pdf'){
					if($export_format == 'pdf'){
						$tex .= '\end{tabularx}';	//za zakljuciti izrisa odgovorov v tabeli//tabularx
						$tex .= $this->texBigSkip;
						$tex .= $this->texBigSkip;
						$tex .= ' \noindent ';
					}else{
						$tex .= ' \end{tabular}';	//za zakljuciti izris odgovorov v tabeli
						$tex .= $texNewLine;
						$tex .= $texNewLine;
					}
					
				}elseif($export_format == 'rtf'&&$spremenljivke['orientation']==8){	//ce je rtf in povleci-spusti, uredi izvoz desne strani vprasanja 
					//izpis opisnega teksta za Odgovori:
					$tex .= '\begin{tabular}{l} ';	//izris z enostolpicno tabelo
					$tex .= $lang['srv_drag_drop_answers'].': '.$texNewLine;	//Odgovori:
					//$tex .= '\hline \end{tabular} '.$texBigSkip;
					$tex .= '\hline \end{tabular} ';
					//izpis opisnega teksta za Odgovori: - konec					

					if($export_data_type==1){	//ce je dolg izvoz, podatkov respondenta
						foreach($textRArray as $odgovor){						
							//izpis okvirja z odgovorom respondenta							
							$tex .= '\begin{tabular}{c} ';	//izris z enostolpicno tabelo brez obrob
							//$tex .= '\begin{tabular}{|c|} \hline';	//izris z enostolpicno tabelo z obrabama levo desno in zgoraj							
							
							$tex .= $odgovor.$texNewLine;							
							
							$tex .= '\end{tabular} ';
							//izpis okvirja z odgovorom respondenta - konec
						}				
						
					}else{	//ce je izvoz praznega vprasalnika
						//izpis praznega okvirja
						$tex .= '\begin{tabular}{c} ';	//izris z enostolpicno tabelo brez obrob
						//$tex .= '\begin{tabular}{|c|} \hline';	//izris z enostolpicno tabelo z obrabama levo desno in zgoraj
						//$tex .= ' opsasa '.$texNewLine;
						$tex .= $texBigSkip;
						$tex .= '\end{tabular} '.$texBigSkip;
						//izpis praznega okvirja - konec
					}

				}
				//$tex .= $texBigSkip;
			}
			
			if(($spremenljivke['orientation']==0||$spremenljivke['orientation']==2)){	//(ce je vodoravno ob vprasanju ali pod vprasanjem)
				$tex .= $texNewLine;
			}
		
		}
		#izpis praznega vprasalnika ali dolgega izvoza (vprasalnika z odgovori respondenta) - konec ####################################
		
/* 		$tex .= $texNewLine;
		$tex .= $texNewLine; */

		if(($spremenljivke['orientation'] == 7 || $spremenljivke['orientation'] == 8) && $export_data_type==2){ 	//ce (je tekst na levi ALI povleci spusti) IN je skrcen izpis
			$tex .= $texNewLine;
			$tex .= $texNewLine;
		}

		if( !in_array($spremenljivke['orientation'], array(7, 8)) ){
			$tex .= $this->texBigSkip;
			$tex .= $texNewLine;
		}
		
		if($export_format == 'pdf'){	//ce je pdf			
			//$tex .= '\\end{absolutelynopagebreak}';	//zakljucimo environment, da med vprasanji ne bo prelomov strani
		}
		
		return $tex;	
	}	
}