/*
Half way through your program/project, how will you know if participants 
are on course to get to stated results with the time and funding remaining?
*/
function writeJS(){
var str='';
str+='<p>The easy answer to this question is that yes we are on course - we have ';
str+='spent half the money and are half way through our work plan. This, however, ';
str+='says nothing about the relationship between money spent and participant ';
str+='progress. The key is to shift the focus from what you are offering to what ';
str+='your participants are getting.<\/p>';
str+='<p>The best answers to this question speak to what you need to see in terms of ';
str+='participant progress at the half way mark that predicts that they will ';
str+='successfully achieve the result at the end of the program\/project. Whenever ';
str+='possible look at predictive factors in terms of behaviors rather than ';
str+='attitudes. They are much easier to see and often are the critical points of ';
str+='progress. In some cases, you may also need to have a specified number of ';
str+='persons at the point of full result to predict overall success.<\/p>';
document.write(str);
}
writeJS();
