graphic with four colored squares

Quantitative Metrics for Measuring Web Accessibility

Motivation

Application Scenarios for Quantitative Metrics I

Quality Assurance within Web Engineering

Application Scenarios for Quantitative Metrics II

Information Retrieval Systems

Web Accessibility Monitoring

Obtaining Quantitative Metrics Automatically

Modular architecture

guidelines repository guidelines are retrieved from the repository for their evaluation via guidelines manager evaluation engine evaluates a website against retrieved guidelines and results are managed by the report manager. After that, metrics manager computes a numeric value for accessibility for this experiment we have adapted the architecture to evaluate reports produced by other tools. These reports are stored in a data base

Metric for Measuring Web Accessibility

Overview

Metric for Measuring Web Accessibility

Requirements

Metric for Measuring Web Accessibility II

Assumptions

Metric for Measuring Web Accessibility III

Assumptions

Facts

Computing the metric

Algorithm

for i in each checkpoint in a guideline {P,O,U,R} loop
   for j in each type of checkpoint {auto, semi} loop 
      for k in each priority{1,2,3} loop
	     Ai,j=calculate_failure_rate()*priority_weight(k); 
      end loop      
   end loop
   Ai=(Ni,auto*Ai,auto+Ni,semi*Ai,semi)/Ni    
end loop
A=(NP*AP+NO*AO+NU*AU+NR*AR)/N

Experimental Analysis of the Proposed Metric

Overview

Experimental Analysis of the Proposed Metric

Experimental Design

Experimental Analysis of the Proposed Metric

Experimental Results

Experimental Analysis of the Proposed Metric

Experimental Results II

Experimental Analysis of the Proposed Metric

Interpretation of results

References


Questions?

Quantitative Metrics for Measuring Web Accessibility