Commit ee318eec by Nilu

C006 - **Mobile** - The instructional text should disappear after the first…

C006 - **Mobile** - The instructional text should disappear after the first question/element (as it does on desktop)
parent 8ca149c1
...@@ -103,14 +103,21 @@ ...@@ -103,14 +103,21 @@
<oneit:dynInclude page="/extensions/applicantportal/inc/application_main_tabs.jsp" PageNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/> <oneit:dynInclude page="/extensions/applicantportal/inc/application_main_tabs.jsp" PageNumber="2" data="<%= CollectionUtils.EMPTY_MAP%>"/>
<div class="section-page-area"> <div class="section-page-area">
<div class="main-sc-section"> <%
<p> if(cultureQuestionNo == 0)
A job isn't just about what one does, but the environment where one does it. {
This questionnaire will help us both learn what's most important to you in a workplace environment. %>
There are no right or wrong answers, so please choose what best fits you (not what you think might be right for a particular job). <div class="main-sc-section">
</p> <p>
</div> A job isn't just about what one does, but the environment where one does it.
<div class="selection-br-line"></div> This questionnaire will help us both learn what's most important to you in a workplace environment.
There are no right or wrong answers, so please choose what best fits you (not what you think might be right for a particular job).
</p>
</div>
<div class="selection-br-line"></div>
<%
}
%>
<div class="main-sc-section main-wc-section"> <div class="main-sc-section main-wc-section">
<div class="rateing-title"> <div class="rateing-title">
Rate the importance of each item below Rate the importance of each item below
......
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