From a18c6241d128f8cbcc1a6574215111087017cc41 Mon Sep 17 00:00:00 2001 From: markusfluer Date: Mon, 18 Dec 2017 18:19:28 +0100 Subject: [PATCH] Fixed issue #13040: Tutorial - text - Add some subquestions to your question --- application/models/Tutorials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Tutorials.php b/application/models/Tutorials.php index a04e7938d33..0db9a54ced7 100644 --- a/application/models/Tutorials.php +++ b/application/models/Tutorials.php @@ -286,7 +286,7 @@ private function _generatePreBuiltPackage() 'path' => [Yii::app()->createUrl('/admin/survey/sa/view', ['surveyid' => '[0-9]{4,25}', 'gid' => '[0-9]{1,25}', 'qid' => '[0-9]{4,25}'])], 'title' => gT('Add some subquestions to your question'), 'content' => gT("The array question is a type that creates a matrix for the participant.").'
' - .gT("To fully use it you have to add subquestions as well as answer options.").'
' + .gT("To fully use it, you have to add subquestions as well as answer options.").'
' .gT("Let's start with subquestions.") .'

'.gT("Click on the 'Edit subquestions' button.").'

', 'reflex' => true,