<% Server.ScriptTimeout=300 dim conn,txt_cat,sql1 dim txtcounty session.Abandon() 'To establish connection with DB set conn=Server.CreateObject("ADODB.Connection") conn.ConnectionString = "Directory_Services" conn.Open sql="SELECT Distinct Town FROM schools" 'To make a recordset for retrieving records from category table in DB set rs=conn.Execute(sql) %>

Members Login



News





Colleges and Sixth Form > A Level grade boundaries

Although A Levels are subject to a lot of scaling the general grade boundaries are as follows:

  • A: 80% +
  • B: 70% - 79%
  • C: 60% - 69%
  • D: 50% - 59%
  • E: 40% - 49%
  • F: Less than 30 percent
  • U: Unclassifiable
< back
forward >
<% rs.close set rs=Nothing conn.Close set conn=Nothing %>