Logged In as ' . ucfirst($current_user->user_login) .'
';
?>
My ID: ' . $current_user->ID . " ";
// echo '
';
$loggedInUserID = $current_user->ID;
$user = wp_get_current_user();
$role = ( array ) $user->roles;
$user_role = '';
foreach($role as $roles){
$user_role = $roles;
echo " My Role : ". $roles."
";
}
if ( is_user_logged_in() && $user_role === 'administrator' ) {
echo '
Administrator here !!
';
}
//setting the user id for current page to current logged in user.
$current_user_ID = $current_user->ID ;
?>
I have to Register first !!!!

IELTS Speaking
A Mark Training Co.
Just Start
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Feedback
Request Feedback
IELTS Speaking
A Mark Training Co.
Go for Green Flags
2a:
Beginning an Answer (1)
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
2d:
Identifying a Problem
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
2e:
What's your favorite...?
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
2h:
Suggesting a Solution
Comment is : '.$comment_text;
?>
Feedback
Concentrate on the goals
Train
Think about stage objectives
IELTS Speaking
A Mark Training Co.
Prepare for Class
3a:
Beginning an Answer (2)
Comment is : '.$comment_text;
?>
3b:
Opinion Questions (1)
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
3d:
Asking for Clarification
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
3g:
When was the last time...?
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Train
Reflect after class
IELTS Speaking
A Mark Training Co.
Think about your Feedback
4a:
Beginning an Answer (3)
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
4d:
Expressing Contrasts (1)
Comment is : '.$comment_text;
?>
4e:
Expressing Contrasts (2)
Comment is : '.$comment_text;
?>
Feedback
Further organize your thoughts
Train
Adjust your approach
IELTS Speaking
A Mark Training Co.
Train Effectively
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
5c:
Past Perfect Application
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
5f:
Identifying Experiences
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Comment is : '.$comment_text;
?>
Train
Execute the strategy
s2member_level3 | s2member_level4 | Administrator....and hide from others.
//echo 'role is : '. $user_role;
//just once...
//To hide the Forms and Flags from the Students or s2member_level1 ...
//Show to -> s2member_level3 | s2member_level4 | Administrator.... ####
if ( is_user_logged_in() ){
//for S2 or Blue flagged teacher.
if ( $user_role === 's2member_level2' ){
echo "
";
}
//for S3 or FULL PF Teahcer or higher
else if ( $user_role === 's2member_level3' || $user_role === 's2member_level4' || $user_role === 'administrator'){
// echo 'Role is S3 teacher or above';
echo "
";
}
//for Students S0 or S1 and others.
else {
// echo 'Role is Student';
//hide from.... level0-1-2 editor author subscriber->S0 ####
echo "
";
}//else
}//if
?>