Latex za izvoze: IZVOZ-48: ureditev izvoza analiz: krajsanje besedila nad 400 znaki
This commit is contained in:
parent
95e877ef9d
commit
8533d4c2d8
@ -1144,8 +1144,9 @@ class LatexAnalysisElement{
|
||||
$text[] = '';
|
||||
|
||||
$addText = (($options['isTextAnswer'] == false && (string)$vkey != $vAnswer['text']) ? ' ('.$vAnswer['text'] .')' : '');
|
||||
$text[] = $this->encodeText(' '.$vkey.$addText);
|
||||
|
||||
//$text[] = $this->encodeText(' '.$vkey.$addText);
|
||||
$text[] = $this->snippet($this->encodeText(' '.$vkey.$addText), 400);
|
||||
|
||||
$text[] = (int)$vAnswer['cnt'];
|
||||
|
||||
//$text[] = $this->encodeText(SurveyAnalysis::formatNumber($_percent, SurveyDataSettingProfiles :: getSetting('NUM_DIGIT_PERCENT'), '%'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user