Commit 534a3e12 by chenith Committed by Harsh Shah

C008 and C009 updated.

parent 14846525
...@@ -90,19 +90,29 @@ ...@@ -90,19 +90,29 @@
<% <%
if(actualNumber == 1 || (showHelp && questionType != QuestionType.SCALAR)) if(actualNumber == 1 || (showHelp && questionType != QuestionType.SCALAR))
{ {
int maxRating = 7;
int midRating = 4;
String otherRating = "2, 3, 5, 6";
if(questionType != QuestionType.SCALAR) if(questionType != QuestionType.SCALAR)
{ {
process.setAttribute("ShowHelp", false); process.setAttribute("ShowHelp", false);
maxRating = 3;
midRating = 5;
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>
<ul class="security-level"> <ul class="security-level">
<li><span>1</span> means of very little importance to you</li> <li><span>1</span> means of very little importance to you</li>
<li><span>4</span> means about average in importance to you</li> <li><span><oneit:toString value="<%= maxRating %>" mode="EscapeHTML"/></span> means about average in importance to you</li>
<li><span>7</span> means of high importance to you</li> <li><span><oneit:toString value="<%= midRating %>" mode="EscapeHTML"/></span> means of high importance to you</li>
</ul> </ul>
<p>Use the other numbers (2, 3, 5, 6) to indicate in-between levels of importance to you.</p> <p>Use the other numbers (<oneit:toString value="<%= otherRating %>" mode="EscapeHTML"/>) to indicate in-between levels of importance to you.</p>
</div> </div>
<div class="selection-br-line"></div> <div class="selection-br-line"></div>
<% <%
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div class="section-page-area complete-back"> <div class="section-page-area complete-back">
<div class="job-post-complete"> <div class="job-post-complete">
<div class="big-right-sy"><span><img src="images/big-right-symbol.svg" /></span></div> <div class="big-right-sy"><span><img src="images/big-right-symbol.svg" /></span></div>
<div class="app-complete-title m-hide">Thank you</div> <div class="app-complete-title m-hide">Application Successfully Submitted</div>
<div class="app-complete-text"> <div class="app-complete-text">
Your application for Your application for
<oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML"/> <oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML"/>
......
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