Start by working through free and upgraded modules to develop your skills needed for the Final Assessment. Find out where you may need to develop and what support RICS Training can offer on this page. Modules include;
- Unpacking Interview Questions
- Forming Interview Reponses
- Good or Bad Response?
global $user;
$user_full=user_load($user->uid);
$pathway = taxonomy_term_load($user_full->field_pathway['und'][0]['tid']);
$pathway = $pathway->name;
if($pathway=='Building Surveying'){
?>
Launch Content
} else if($pathway=='Quantity Surveying'){?>
Launch Content }
else if($pathway=='Commercial Property (Associate)'||$pathway='Commercial Property'){
echo'
Launch Content';
}
else{
echo'
Coming soon';
}
?>