[php]titleHeader();[/php]
[php]banner(“banner4.png”,”College-01.png”);[/php]

Led by: CEDE

[php]email(‘cede@lboro.ac.uk’);[/php]

The WebPA tool has been in use at Loughborough University for a number of years across all 4 departments, covering a wider range of subject areas.

WebPA has been run for 213 distinct assessments between 2005 and 29 November 2007.

28% of the 213 assessments run have allowed feedback.

Within Loughborough there are 192 modules and 49 academics across 57% departments where WebPA has been used.

The cohorts size ranges from 4-292 students.

The departments are:

[php]
//Connect to Database
connect();

//Variables
$search= “community/loughborough-university”;
$table= “lboro_documentStore”;

//Build Results
documentList($search, $table);

echo $sql;
[/php]