Current File : /home/inlingua/public_html/sensoriumpsychologists.com/backup/student/index.php
<?php 
include_once("common/head_links.php");
?>
<body class="hold-transition skin-blue sidebar-mini">
    <div class="wrapper">
<?php include_once("common/header.php");?>
<?php include_once("common/left_side_bar.php");?>
      <!-- Content Wrapper. Contains page content -->
      <div class="content-wrapper">
        <!-- Content Header (Page header) -->
        <section class="content-header">
          <h1>
            Dashboard
          </h1>
        </section>
        <!-- Main content -->
        <section class="content">
          <!-- Info boxes -->          
          <div class="row">
          	<!--<div class="col-md-4 col-sm-6 col-xs-12">
                <div class="my_welcome_box">
                    <h4 style="margin-left:20px;padding-top:15px;font-weight:bold;">Greetings!</h4>
                    <div style="margin-left:20px;font-size:1.1em;"><strong>UID :</strong> <?php echo $session_row['registration_no'];?><br>
                    <strong>Name :</strong> <?php echo $session_row['fname'];?> <?php echo $session_row['lname'];?> <br>
                    </div>
                    <div style="font-weight:bold;text-align:right;padding-right:20px;padding-bottom:10px;"></div>
                </div>
            </div>-->
            <div class="col-md-1 col-sm-1 col-xs-1"></div>
            <div class="col-md-8 col-sm-12 col-xs-8">
              <div class="info-box">
                <!--<span class="info-box-icon bg-maroon-gradient"><i class="fa fa-edge"></i></span>-->
                <div class="info-box-content">
   <?php 
	$center_id= $session_row['center_id'];
	$franchies=$session_row['franchise_id'];
	 $dsql="SELECT * FROM `shristi_students_dashboard` where status='1' AND center_id='$center_id' AND franchies_id='$franchies'";
	 $dresult=$conn->query($dsql);
	 $drow=$dresult->fetch_assoc();
	//print_r($drow);
	 ?><br/>
     
                  <span class="info-box-text text-maroon"><strong> Dear Students</strong></span>

                  <!--<span class="info-box-number"><i class="fa fa-inr"></i>1000/-</span>-->
                 
   <!--  <embed src="../uploads/students/<?php echo $drow['file'];?>" width="600px" height="400px" />-->
   <div id="example1">
   
   <br/> 
  
 
Welcome to online course ADLD. Following are details of your journey with us;<br/>
 
1) Duration of the course is 6 months and it can be extended to 1 year.<br/> 
2) Go to section ‘study material’ for e-books.<br/>
3) Following is the sequence of subjects:<br/>
 &nbsp;&nbsp;&nbsp;&nbsp;i) Educational Psychology - 1 Blocks<br/>
 &nbsp;&nbsp;&nbsp;&nbsp;ii) Neuroanatomy - 3 blocks<br/>
 &nbsp;&nbsp;&nbsp;&nbsp;iii) Sensory Integration - 2 Blocks<br/>
 &nbsp;&nbsp;&nbsp;&nbsp;iv) Introduction To Learning Disability<br/>
 &nbsp;&nbsp;&nbsp;&nbsp;v) Early Intervention & Child Rights Final<br/>
 &nbsp;&nbsp;&nbsp;&nbsp;vi) Child Rights & Early Intervention & Practical - Practicum Booklet<br/>
  <br/>     
4) In the first month you can download and read Educational Psychology and then you can apply for &nbsp;&nbsp;&nbsp;&nbsp;assignment* (Kindly read directions for assignments, mentioned in the end).<br/>  
5) After completing first month assignment, second month block would be visible in the section.      &nbsp;&nbsp;&nbsp;&nbsp;Similarly, you will have to keep completing assignments as per your convenience in order to get next  &nbsp;&nbsp;&nbsp;&nbsp; block. There is no strict timeline to complete assignments but make sure you will complete all &nbsp;&nbsp;&nbsp;&nbsp;formalities before 6 months to avoid any late fee.<br/>  
6)  In the last month there is a file in the name of practical. In this file you will find all informal testing. &nbsp;&nbsp;&nbsp;&nbsp;These tests would be explained to you in Skill Training Program. You will have to apply these tests on &nbsp;&nbsp;&nbsp;&nbsp;2 students along with their management protocols. <br/>  
7) After submitting practical file, you can apply for final online exam.<br/>  
8) If you are failed to meet criteria to pass in all exams, you will have to reappear.<br/>  
9) We schedule Skill Traininig Program twice in a year in months June and Jan. We will intimate you<br/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the exact dates 2 months before the schedule.<br/>  
10)  You can always mail us at <a href="#">shristilearn@gmail.com</a> for any difficulties or queries, if any.<br/>  <br/> 
 
                        <h3>GOOD LUCK. HAVE A GOOD STUDY!</h3>
 
 <br/> <br/> 
 
 
Note* <br/> 
a) In assignment, objective type questions would appear.<br/> 
b) There is total number of 10 questions in each assignment.<br/> 
c) You will not get answers of given questions in assignment.<br/> 
d) Please do not refresh or push back button in between or before finishing the test.<br/> 
e) You will get only one chance to begin with test, so start only when you are ready.<br/> 
f) There is 30% weightage of assignments in total marks.<br/> 
g) There are only 2 attempts allowed, 3rd onward will be charged @Rs.150.<br/> 
h) Final Exam only 1 attempt allowed, 2nd onward will be charged @Rs.500. 
 
<br/> <br/><br/>
   
   </div>
     
     
     
                </div>

              </div>

            </div>

            <div class="clearfix visible-sm"></div>

            <!--<div class="col-md-4 col-sm-6 col-xs-12" style="margin-top:30px;">
              <div class="info-box">
                <span class="info-box-icon bg-purple-gradient"><strong>D</strong></span>
                <div class="info-box-content">
                  <span class="info-box-text text-purple"><strong>D-Wallet Balance</strong></span>
                  <span class="info-box-number"><i class="fa fa-inr"></i>1000/-</span>
                </div>
              </div>
            </div>-->
          </div>
          <!-- /.row -->
          <!-- Main row -->
          <!-- /.col -->
        </section><!-- /.content -->
      </div><!-- /.content-wrapper -->
      <?php include_once("common/footer.php");?>
    </div><!-- ./wrapper -->
<?php include_once("common/footer_links.php");?>
</body>
</html>