%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>
Simon Rawles, Mike Joy and Michael Evans, Computer-Assisted Assessment in Computer Science: Issues and Software (February 4, 2002).
As student numbers and lecturer workloads increase, traditional methods of assessment make it progressively more difficult to conduct effective assessment and provide students with detailed, specific feedback. Therefore, academic institutions are considering ways of automating their assessment methods, at least in part. This automation is realised by computer assisted assessment (CAA) software. Though CAA software has been proven in some limited situations, it remains a technology which is yet to come of age pedagogically. In this report we discuss the issues of incorporating computer-assisted assessment into university-level teaching, in particular in Computer Science, and give an overview of the software available and its capabilities.