Skip to content

Commit

Permalink
Fixed issue #10946: design issue when entering answer options on doub…
Browse files Browse the repository at this point in the history
…le matrix question
  • Loading branch information
LouisGac committed Apr 22, 2016
1 parent 548d746 commit a9227a5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scripts/admin/answers.js
Expand Up @@ -113,9 +113,7 @@ function addinput()
' <input class="assessment" type="'+assessment_type+'" maxlength="5" size="5" value="1"/>'+
' </td>'+
' <td>'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer first-inanswerjs form-control input-lg" placeholder="'+htmlspecialchars(newansweroption_text)+'" value="" />'+
' </div>'+
' </td>'+
' <td>'+
' <a class="editorLink">'+
Expand All @@ -135,9 +133,7 @@ function addinput()
' <td>'+htmlspecialchars(sNextCode)+'</td>'+

' <td>'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer second-in-answerjs form-control input-lg" placeholder="'+htmlspecialchars(newansweroption_text)+'" value="" />'+
' </div>'+
' </td>'+
' <td>'+
' <a class="editorLink">'+
Expand Down Expand Up @@ -572,9 +568,7 @@ function transferlabels()
' </td>'+

' <td>'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer third-in-answerjs form-control input-lg" value="'+htmlspecialchars(lsrows[k].title)+'"></input>'+
' </div>'+
' </td>'+

' <td>'+
Expand All @@ -598,9 +592,7 @@ function transferlabels()
' </td>'+

' <td>'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer fourth-in-answerjs form-control input-lg" value="'+htmlspecialchars(lsrows[k].title)+'"></input>'+
' </div>'+
' </td>'+

' <td>'+
Expand Down Expand Up @@ -629,9 +621,7 @@ function transferlabels()
' <td>'+htmlspecialchars(lsrows[k].code)+'</td>'+

' <td>'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer fifth-in-answerjs form-control input-lg" value="'+htmlspecialchars(lsrows[k].title)+'"></input>'+
' </div>'+
' </td>'+

' <td>'+
Expand Down Expand Up @@ -744,9 +734,7 @@ function quickaddlabels()
' <input class="assessment" type="'+assessment_type+'" maxlength="5" size="5" value="1"/>'+
' </td>'+
' <td style="vertical-align: middle;">'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer form-control input-lg" value="'+escaped_value+'"></input>'+
' </div>'+
' </td>'+
' <td>'+
' <a class="editorLink">'+
Expand All @@ -766,9 +754,7 @@ function quickaddlabels()
' <td>&nbsp;</td>'+
' <td>&nbsp;</td>'+
' <td>'+
' <div class="col-sm-12">'+
' <input type="text" size="20" class="answer sixt-in-answerjs form-control input-lg" value="'+escaped_value+'"></input>'+
' </div>'+
' </td>'+
' <td>'+
' <a class="editorLink">'+
Expand Down

0 comments on commit a9227a5

Please sign in to comment.