<% 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





GCSEs > Grades Breakdown

The dreaded grades & exam result breakdown

GCSE's are broken down into A*, A, B, C, D, E, F and U grades. Basically, a C is 'average' according to the government, with an A* excellent. All subjects usually allow the A* grade, which is usually at around 80%, an A is at 70%, and a C at 60%.

Grade D and below are known as fails, where an F is an actual fail, and a U is unclassified.

You should be aiming for at least a C or above in all subjects, as this can hinder what A Levels you do which in turn can hinder the degree and kind of job you can get!

But always remember if things go badly - you can always retake!

< back
forward >
<% rs.close set rs=Nothing conn.Close set conn=Nothing %>