Contact us
Chinese Section
ILC
             
 
WWW ILC
<% set conn=Server.CreateObject("ADODB.Connection") conn.Provider="Microsoft.Jet.OLEDB.4.0" conn.Open "e:/WebIIS/Inetpub/db/database.mdb" set rs = Server.CreateObject("ADODB.recordset") rs.Open "SELECT Top 5 title,description,link from tbl_news order by id desc", conn %> <%do until rs.EOF%> <%rs.MoveNext%> <%loop%> <%rs.close%>
Welcome!
The Independent Learning Centre (ILC) provides coaching, training and resources for students to become more effective life-long learners. We run workshops on study, language and communication skills. Consultations, print and on-line resources are provided to help students implement effective learning strategies.
 
Section 1:
Section 2:
   
  EFL/ESL Listening
These sites are designed especially for non-native speakers of English. They may have graded activities, transcripts, exercises and answers.
 
 
 
 
 
 
 
 
 
Radio/TV
These are radio or TV stations which offer online broadcast.
 
 
 
 
 
 
 
   
   

 

<%conn.close%>