* [task#131071] modify the display of multicolumn.
This commit is contained in:
@@ -101,7 +101,14 @@ class thinkModel extends wg
|
||||
if($step->link['showMethod'] == 2)
|
||||
{
|
||||
$className = "card-{$step->options->questionType}";
|
||||
$resultCard = $this->buildQuestionItem($step);
|
||||
if($step->options->questionType == 'multicolumn' && $this->checkEmptyOfMulticolumn($step->answer->result))
|
||||
{
|
||||
$resultCard = array();
|
||||
}
|
||||
else
|
||||
{
|
||||
$resultCard = $this->buildQuestionItem($step);
|
||||
}
|
||||
}
|
||||
elseif($step->link['showMethod'] == '1')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user