Skip to content

Commit

Permalink
Fixed issue #13040: Tutorial - text - Add some subquestions to your q…
Browse files Browse the repository at this point in the history
…uestion
  • Loading branch information
lacrioque committed Dec 19, 2017
1 parent 4d65165 commit a18c624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Tutorials.php
Expand Up @@ -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.").'<br/>'
.gT("To fully use it you have to add subquestions as well as answer options.").'<br/>'
.gT("To fully use it, you have to add subquestions as well as answer options.").'<br/>'
.gT("Let's start with subquestions.")
.'<p class="alert bg-warning">'.gT("Click on the 'Edit subquestions' button.").'</p>',
'reflex' => true,
Expand Down

0 comments on commit a18c624

Please sign in to comment.