At this stage, the consultation has been assessed based solely on your views about the process. In practice, the statutory or managerial context can be important.
Based upon the answers you have supplied, the consultation institute estimates that there is a strong likelihood that the consultation to which you refer falls into a category we regard as:-
[insert_php]
$proceed=0;
$score=$_GET[“q”];
//echo “Your score was “.$score;
if($score >= 60){
echo “
“;
echo “[highlight]’A consultation with many significant vulnerabilities'[/highlight]”;echo “
“;
echo “
“;
$proceed=1;
}else if($score >= 40){
echo “
“;
echo “[highlight style=’background-color:orange;’]’A consultation with significant vulnerabilities'[/highlight]”;echo “
“;
echo “
“;
$proceed=1;
}else if($score >= 20){
echo “
“;
echo “[highlight style=’background-color:yellow;color:black;’]’A consultation that may be vulnerable to challenge'[/highlight]”;echo “
“;
echo “
“;
$proceed=1;
}else if($score < 21){
echo "
“;
echo “[highlight style=’background-color:green;’]’Not realistically vulnerable'[/highlight]”;
echo “
“;
echo “
“;
}
echo “

“;
echo “[gap size=’50px’]”;
$linky=$actual_link = “http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;
$newstr = str_replace(‘vunresult’, ‘cost-estimate’, $linky);
if ($proceed>0){
echo “[prompt type=’left’ title=’Want to investigate further?’ message=’In the event that you seek a discussion with Institute specialists as part of our assessment centre services, you will need to provide further details of the consultation at issue.
In the first instance, we can provide you with a neutral evaluation from one of our experts on the strengths and weaknesses of this consultation.’ button_text=’Click here to proceed with this service’ href=’$newstr’]”;}
[/insert_php]
