/*
How will you know when your expected results have been achieved?
What information or evidence will you use to verify success?
*/
function writeJS(){
var str='';
str+='<p>We urge you go back and forth between this question and the question on your ';
str+='project results such that you state a result that can be verified.  One good ';
str+='approach where possible is to build in the measuring stick in the target. For ';
str+='example, of the 80 adults we will serve in this literacy program at least 40 ';
str+='will improve by one full level on the widely respected ABC Scale.  The ';
str+='verification is then simple: a comparison of achievement at the beginning and ';
str+='end of the program to see if that one unit gain was realized.<\/p>';
str+='<p>Please note that we are not asking for a formal evaluation. We simply want ';
str+='to know what information or evidence you will use to verify that your stated ';
str+='result has been achieved.<\/p>';
document.write(str);
}
writeJS();