Current File : /home/inlingua/www/sensoriumpsychologists.com/backup/student/index____old.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/>
i) Educational Psychology - 1 Blocks<br/>
ii) Neuroanatomy - 3 blocks<br/>
iii) Sensory Integration - 2 Blocks<br/>
iv) Introduction To Learning Disability<br/>
v) Early Intervention & Child Rights Final<br/>
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 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. Similarly, you will have to keep completing assignments as per your convenience in order to get next block. There is no strict timeline to complete assignments but make sure you will complete all 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. These tests would be explained to you in Skill Training Program. You will have to apply these tests on 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/> 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 9 questions.<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.<br/>
<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>