[Year 12 IT Apps] OT-any new ideas Y10 name / course

fiona at balmoralhs.vic.edu.au fiona at balmoralhs.vic.edu.au
Thu Apr 26 14:27:30 EST 2007


I have bells, whistles and flutes (a multi-media course) the kids all know what it is about, the staff think it is a music course


Cameron Bell <bell.cameron.p at edumail.vic.gov.au> on Thu, 26 Apr 2007 14:23:54 +1000 wrote:
> I tried "To HAL and Back" a few years ago but it got knocked back by the 
> curric committee on the grounds I would be spending most of my time 
> explaining it.  :(
> 
> Cameron
> 
> Strachan, Robert L wrote:
> >
> > I am trying to redevelop the Year 10 course at present.
> >
> >  
> >
> > Does any one have any new slant on course content name etc which 
> > excites students to continue into VCE
> >
> >  
> >
> > Thanks for your assistance
> >
> >  
> >
> > Rob
> >
> >  
> >
> > ------------------------------------------------------------------------
> >
> > *From:* itapps-bounces at edulists.com.au 
> > [mailto:itapps-bounces at edulists.com.au] *On Behalf Of *Lumsden, Richard G
> > *Sent:* Thursday, 26 April 2007 1:17 PM
> > *To:* Year 12 IT Applications Teachers' Mailing List
> > *Subject:* RE: [Year 12 IT Apps] off topic VB6 problem
> >
> >  
> >
> > Try to no think in terms of the Vb array structure.
> >
> > A sorted recordset is list with each record in the list having a 
> > record number associated in the internal memory.
> >
> > Get the index value of your random generator to locate the record in 
> > the recordset via the recordnumber given by the random generated index.
> >
> > There is plenty o f MShelp on recordsets to show you how to go about this.
> >
> > Good Luck and happy coding.
> >
> > Regards,
> >
> > Rick Lumsden
> >
> >  
> >
> > ------------------------------------------------------------------------
> >
> > *From:* itapps-bounces at edulists.com.au 
> > [mailto:itapps-bounces at edulists.com.au] *On Behalf Of *Jim Bunn
> > *Sent:* Thursday, 26 April 2007 1:01 PM
> > *To:* IT Applications mailing list
> > *Subject:* [Year 12 IT Apps] off topic VB6 problem
> >
> >  
> >
> > Hi all,
> >
> >  
> >
> > I'm trying to create a random phrase generator using Visual Basic 6 
> > and am stumped. I can make a simple one by creating a string variable 
> > for each word, and then print random phrases with this simple code:
> >
> >  
> >
> > For phrase = 1 To 5
> >
> >     x = Int(5 * Rnd(1) + 1)
> >
> >     y = Int(5 * Rnd(1) + 1)
> >
> >     z = Int(5 * Rnd(1) + 1)
> >
> >     Print adj1(x); " "; adj2(y); " "; noun(z)
> >
> >     Next phrase
> >
> >  
> >
> > What I want to be able to do is store the words in a database and use 
> > the recordset command to generate a phrase. I also want to be able to 
> > edit (add to and delete) words from the database fields.
> >
> >  
> >
> > Anyone able to help?
> >
> >  
> >
> > Thanks,
> >
> > Jim
> >
> >  
> >
> >  
> >
> >  
> >
> >  
> >
> > Jim Bunn
> > CCNA CCAI ITE1
> > Technology Coordinator
> > Hampton Park Secondary College
> > Victoria  Australia
> >
> > 8795 9400
> >
> > bunn.jim.c at edumail.vic.gov.au <mailto:bunn.jim.c at edumail.vic.gov.au>
> >
> >  
> >
> > *Important - *This email and any attachments may be confidential. If 
> > received in error, please contact us and delete all copies. Before 
> > opening or using attachments check them for viruses and defects. 
> > Regardless of any loss, damage or consequence, whether caused by the 
> > negligence of the sender or not, resulting directly or indirectly from 
> > the use of any attached files our liability is limited to resupplying 
> > any affected attachments. Any representations or opinions expressed 
> > are those of the individual sender, and not necessarily those of the 
> > Department of Education.
> >
> > _______________________________________________
> > http://www.edulists.com.au <ttp://www.edulists.com.au>- FAQ, 
> > resources, subscribe, unsubscribe
> > IT Applications Mailing List kindly supported by
> > http://www.vcaa.vic.edu.au <ttp://www.vcaa.vic.edu.au>- Victorian 
> > Curriculum and Assessment Authority and
> > http://www.vitta.org.au <ttp://www.vitta.org.au>- VITTA Victorian 
> > Information Technology Teachers Association Inc
> >
> > *Important - *This email and any attachments may be confidential. If 
> > received in error, please contact us and delete all copies. Before 
> > opening or using attachments check them for viruses and defects. 
> > Regardless of any loss, damage or consequence, whether caused by the 
> > negligence of the sender or not, resulting directly or indirectly from 
> > the use of any attached files our liability is limited to resupplying 
> > any affected attachments. Any representations or opinions expressed 
> > are those of the individual sender, and not necessarily those of the 
> > Department of Education.
> >
> > _______________________________________________
> > http://www.edulists.com.au <ttp://www.edulists.com.au>- FAQ, 
> > resources, subscribe, unsubscribe
> > IT Applications Mailing List kindly supported by
> > http://www.vcaa.vic.edu.au <ttp://www.vcaa.vic.edu.au>- Victorian 
> > Curriculum and Assessment Authority and
> > http://www.vitta.org.au <ttp://www.vitta.org.au>- VITTA Victorian 
> > Information Technology Teachers Association Inc
> >
> > *Important - *This email and any attachments may be confidential. If 
> > received in error, please contact us and delete all copies. Before 
> > opening or using attachments check them for viruses and defects. 
> > Regardless of any loss, damage or consequence, whether caused by the 
> > negligence of the sender or not, resulting directly or indirectly from 
> > the use of any attached files our liability is limited to resupplying 
> > any affected attachments. Any representations or opinions expressed 
> > are those of the individual sender, and not necessarily those of the 
> > Department of Education.
> >
> > _______________________________________________
> > http://www.edulists.com.au <http://www.edulists.com.au> - FAQ, 
> > resources, subscribe, unsubscribe
> > IT Applications Mailing List kindly supported by
> > http://www.vcaa.vic.edu.au <http://www.vcaa.vic.edu.au> - Victorian 
> > Curriculum and Assessment Authority and
> > http://www.vitta.org.au <http://www.vitta.org.au> - VITTA Victorian 
> > Information Technology Teachers Association Inc
> 
> 
> Important - This email and any attachments may be confidential. If received in error, please contact us and delete all copies. Before opening or using attachments check them for viruses and defects. Regardless of any loss, damage or consequence, whether caused by the negligence of the sender or not, resulting directly or indirectly from the use of any attached files our liability is limited to resupplying any affected attachments. Any representations or opinions expressed are those of the individual sender, and not necessarily those of the Department of Education.
> _______________________________________________
> http://www.edulists.com.au - FAQ, resources, subscribe, unsubscribe
> IT Applications Mailing List kindly supported by
> http://www.vcaa.vic.edu.au - Victorian Curriculum and Assessment Authority and
> http://www.vitta.org.au  - VITTA Victorian Information Technology Teachers Association Inc


---
Fiona Bain, Balmoral High School


More information about the itapps mailing list