Commit 62cc51cc by chenith Committed by Harsh Shah

Help text appear only one time.

parent 20cb2b2d
...@@ -88,22 +88,20 @@ ...@@ -88,22 +88,20 @@
<div class="section-page-area section-job-match"> <div class="section-page-area section-job-match">
<% <%
if(actualNumber == 1 || (showHelp && questionType != QuestionType.SCALAR)) if(actualNumber == 1 ) //|| (showHelp && questionType != QuestionType.SCALAR)
{ {
int maxRating = 7; int maxRating = 7;
int midRating = 4; int midRating = 4;
String otherRating = "2, 3, 5, 6"; String otherRating = "2, 3, 5, 6";
if(questionType != QuestionType.SCALAR) // if(questionType != QuestionType.SCALAR)
{ // {
process.setAttribute("ShowHelp", false); // process.setAttribute("ShowHelp", false);
//
maxRating = 3; // maxRating = 3;
midRating = 5; // midRating = 5;
otherRating = "2, 4"; // otherRating = "2, 4";
} // }
%> %>
<div class="main-sc-section sj-1"> <div class="main-sc-section sj-1">
<p>Using the scale given, indicate how important to you are the following aspects in your work life. Use the following system:</p> <p>Using the scale given, indicate how important to you are the following aspects in your work life. Use the following system:</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment