var fDesc=new Array(); fDesc[0] = "The Test Validation & Analysis Program (TVAP) includes two Excel Workbooks that are designed to be used by personnel professionals to aid in developing and validating written tests that address professional standards, the Uniform Guidelines on Employee Selection Procedures (1978), and relevant court cases.
The Test Validation & Analysis Program includes:
- 50-page Instruction Manual including directions, references, and appendices (including a Manual for writing better test items and for conducting effective Angoff Panels).
- Test Item Survey that can be completed by subject-matter experts to gather validation evidence for written tests (14 questions are included that are designed to address testing standards, the Uniform Guidelines, and concepts derived from test litigation).
- Test Item Survey Workbook (Excel workbook with over 10 programmed sheets) that can be used to input data from the Test Item Survey, tabulate the results, and screen test items for addressing specified test validation criteria.
-Test Analysis Workbook which is used for inputting item Angoff ratings, setting a "critical score," conducting rater reliability and rater panel reliability analyses (and "outlier" raters), importing test score data, conducting item analysis (including point-biserial, item difficulty, and differential item functioning analyses to analyze test item bias), and test-level analyses (including Cronbach's Alpha, Kuder Richardson or KR-21 reliability, mean, standard deviation, classical standard error of measurement, and conditional standard error of measurement), setting a modified Angoff cutoff score using the procedure followed in the U.S. v. South Carolina case, and analyzing the cutoffs for adverse impact using the Fisher Exact (with mid-P correction) statistic and practical significance tests."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }