Skip to content

Commit

Permalink
Fixed issue #10818: Subquestion relevance not working on runtime
Browse files Browse the repository at this point in the history
Forgot javatbd after replacing li with div.
  • Loading branch information
olleharstedt committed Mar 31, 2016
1 parent ab4394d commit 2fe7c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@
*/
?>
<!--item_inputtext -->
<div class="question-item answer-item text-item <?php echo $extraclass;?>" <?php echo $sDisplayStyle;?> >
<div id="javatbd<?php echo $myfname; ?>" class="question-item answer-item text-item <?php echo $extraclass;?>" <?php echo $sDisplayStyle;?> >
<?php if($alert):?>
<!-- color code missing mandatory questions red -->
<div class="alert alert-danger errormandatory" role="alert">
Expand Down
Expand Up @@ -16,7 +16,7 @@
?>
<!-- Multiple short texts question, item text area Html -->
<!-- question attribute "display_rows" is set -> we need a textarea to be able to show several rows -->
<div class="question-item answer-item text-item <?php echo $extraclass;?>" <?php echo $sDisplayStyle;?>>
<div id="javatbd<?php echo $myfname; ?>" class="question-item answer-item text-item <?php echo $extraclass;?>" <?php echo $sDisplayStyle;?>>
<div class="form-group row">
<label class='control-label col-xs-12 col-sm-<?php echo $sLabelWidth; ?>' for="answer<?php echo $myfname; ?>">
<?php echo $labelText;?>
Expand Down

0 comments on commit 2fe7c9a

Please sign in to comment.