Skip to content

Commit

Permalink
Fixed issue #13038: Tutorial - text - Now save the created question
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Dec 19, 2017
1 parent 9f93f32 commit 61b7c05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions application/models/Tutorials.php
Expand Up @@ -259,8 +259,9 @@ 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}'])],
'placement' => 'left',
'title' => gT('Now save the created question'),
'content' => gT('Next we will create subquestions and answer options.').'<br/>'
.gT('Please be sure the question has a valid code with only letters and numbers starting with a letter.'),
'content' => gT('Next, we will create subquestions and answer options.').'<br/>'
.gT('Please remember that in order to have a valid code, it must contain only letters and numbers,'
.' also please check that it starts with a letter.'),
'reflex' => true,
'redirect' => false,
'onNext' => "(function(tour){
Expand Down

0 comments on commit 61b7c05

Please sign in to comment.