Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
afe41c114b
@ -1677,11 +1677,12 @@ class LatexSurveyElement{
|
||||
$this->path2Images = $site_path.'admin/survey/export/latexclasses/textemp/images/';
|
||||
//$radioButtonTex = ($export_format=='pdf'?"{\Large $\ocircle$}" : "\\includegraphics[scale=".RADIO_BTN_SIZE."]{radio}");
|
||||
$indeksOdgovorovRespondentMultiNumText = 0;
|
||||
|
||||
if($spremenljivke['enota']==2||$spremenljivke['enota']==6){ //ce je seznam ali roleta //$enota == 2 || $enota == 6
|
||||
|
||||
//if($spremenljivke['enota']==2||$spremenljivke['enota']==6){ //ce je seznam ali roleta //$enota == 2 || $enota == 6
|
||||
if(($spremenljivke['enota']==2||$spremenljivke['enota']==6)&&$spremenljivke['tip']!=20){ //ce je seznam ali roleta in ni multinumber //$enota == 2 || $enota == 6
|
||||
if(count($missingOdgovori)==0){ //ce ni missing vrednosti
|
||||
$numColSql = $numColSql + 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
$userAnswerIndex = array();
|
||||
$userAnswerIndex[$spremenljivke['id']] = 0;
|
||||
@ -2081,9 +2082,10 @@ class LatexSurveyElement{
|
||||
}
|
||||
}
|
||||
|
||||
if(($enota == 2 || $enota == 6)&&$spremenljivke['tip']!=24){ //ce je roleta ali seznam in ni kombinirana tabela
|
||||
//if(($enota == 2 || $enota == 6)&&$spremenljivke['tip']!=24){ //ce je roleta ali seznam in ni kombinirana tabela
|
||||
if(($enota == 2 || $enota == 6)&&$spremenljivke['tip']!=24&&$spremenljivke['tip']!=20){ //ce je roleta ali seznam in ni kombinirana tabela in ni mutinumber
|
||||
$tex .= '\end{itemize}'; //zakljucek itemize
|
||||
|
||||
//echo "teestirmo ".$spremenljivke['tip']." in $enota</br>";
|
||||
/* if($export_format == 'rtf'){ //ce je rtf
|
||||
$tex .= ' \hline '; //dodaj crto na koncu vrstice
|
||||
} */
|
||||
|
Loading…
x
Reference in New Issue
Block a user