Latex za izvoze: IZVOZ-48: ureditev izvoza analiz: krajsanje besedila nad 400 znaki

This commit is contained in:
patrik2020 2020-09-02 11:08:15 +02:00
parent 95e877ef9d
commit 8533d4c2d8

View File

@ -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'), '%'));