Answer the questions to build your self assessment score. You can see
              your summary as you go in the overview
            </p>
          </div>
          <?php 
count_questions($term->term_id, 'single-app');
?>
        </div>
       
      </div>
      <?php 
count_questions($term->term_id, 'total-alert');
?>
      
      <?php 
yes_no_forms('your_app');
?>
           
      <div class="page-header">
        <h3>
          Summary of your assessment
        </h3>
        <div class="row">
          <div class="col-md-3 <?php 
echo $failed;
?>
 <?php 
echo $incomplete;
?>
">
            <h3>
Esempio n. 2
0
get_header();
?>
<div class="container">
            
<?php 
get_sidebar('signin-modals');
?>

      </div>
      <hr>
     
      <div class="container">
        <!--<h1><?php 
echo $_SESSION['app_id'];
?>
</h1>
        <h2>Form type <?php 
echo $_SESSION['form_type'];
?>
</h2>-->
          <?php 
yes_no_forms('started');
?>
          
      
      </div>
      <hr>
    </div>
    
    <?php 
get_footer();