Skip to content

Commit

Permalink
Fixed issue #13041: Tutorial - text - edit subquestions
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 19, 2017
1 parent a18c624 commit c043aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Tutorials.php
Expand Up @@ -301,7 +301,7 @@ private function _generatePreBuiltPackage()
'path' => [Yii::app()->createUrl('admin/questions/sa/subquestions/surveyid/[0-9]{4,25}/gid/[0-9]{1,25}/qid/[0-9]{4,25}')],
'placement' => 'bottom',
'title' => gT('Edit subquestions'),
'content' => gT("Here you may add some subquestions for your question.").'<br/>'
'content' => gT("You should add some subquestions for your question here.").'<br/>'
.gT("Every row is one subquestion. It's best practice to use logical or numerical codes for the subquestions.").' '
.gT("Your participants cannot see the subquestion code, only the subquestion text itself.")
."<p class='bg-info alert'>".gT("Pro tip: The subquestion may even contain HTML code.").'</p>',
Expand Down

0 comments on commit c043aa8

Please sign in to comment.