+ Post New Thread
Results 1 to 11 of 11
Windows 7 Thread, Pupils need to program:( easy to deploy, use and is free) in Technical; Urgh: Learning Outcome 1: Be able to devise algorithms to solve problems Learners must be taught about1: . the nature ...
  1. #1
    chazzy2501's Avatar
    Join Date
    Jan 2008
    Location
    South West
    Posts
    1,190
    Thank Post
    160
    Thanked 153 Times in 131 Posts
    Rep Power
    45

    Pupils need to program:( easy to deploy, use and is free)

    Urgh:

    Learning Outcome 1: Be able to devise algorithms to solve problems
    Learners must be taught about1:
    . the nature and uses of various high-level language types, i.e.:
    o Object-oriented (e.g. VB, VBA, Scratch, App inventor, iPhone Apps)
    o Procedural (e.g. Basic)
    Scripting languages (e.g. VB Script, Action Script, JavaScript, Game Maker)
    Learners must be taught how to:
    . analyse problems in terms of language choice, input, processes, and outputs required
    • break down solutions into simple steps
    • present solutions using algorithms, i.e. flow diagrams and structured English
    • identify measurable success criteria.

    Something with an MSI (for my deployment sanity) something that won't require executables to be made. Something free. maybe something M$? I have EES..

    I remember some ugly flow chart programming software....

  2. IDG Tech News
  3. #2
    bladedanny's Avatar
    Join Date
    May 2009
    Location
    Sheffield
    Posts
    797
    Thank Post
    128
    Thanked 133 Times in 100 Posts
    Rep Power
    47
    The flowchart style one will probably be scratch. We have it running off a share with no problems. We're an average sized primary school with maybe half a class using it at a time.

  4. Thanks to bladedanny from:

    chazzy2501 (19th March 2013)

  5. #3
    SovietRussia's Avatar
    Join Date
    Mar 2013
    Posts
    93
    Thank Post
    13
    Thanked 15 Times in 14 Posts
    Rep Power
    20
    VB and VBA should be available as a MSI from M$

  6. Thanks to SovietRussia from:

    chazzy2501 (19th March 2013)

  7. #4

    Little-Miss's Avatar
    Join Date
    Oct 2007
    Location
    Birmingham
    Posts
    4,572
    Blog Entries
    2
    Thank Post
    2,045
    Thanked 401 Times in 286 Posts
    Rep Power
    296
    Yep, Scratch....

    Flowol?

  8. Thanks to Little-Miss from:

    chazzy2501 (19th March 2013)

  9. #5

    tmcd35's Avatar
    Join Date
    Jul 2005
    Location
    Norfolk
    Posts
    4,035
    Blog Entries
    9
    Thank Post
    623
    Thanked 599 Times in 506 Posts
    Rep Power
    166
    Not 100% certain what you're asking for here. I think you're describing Flowol: Flowol 4

    But if you're after a recommendation for start language then Scratch, followed rather quickly by Greenfoot: Greenfoot

    The other option is web programming: HTML, CCS, PHP, MYSQL, Javascript, Ajax - powerfull and easy to code stack...

  10. Thanks to tmcd35 from:

    chazzy2501 (19th March 2013)

  11. #6
    chazzy2501's Avatar
    Join Date
    Jan 2008
    Location
    South West
    Posts
    1,190
    Thank Post
    160
    Thanked 153 Times in 131 Posts
    Rep Power
    45
    Yeap, it was flowol must have been an old version, I certainly don't see any licencing in my pile for it so nevermind...

    Scratch has already prooved easy to deploy, I'm just tweaking the.ini to hide drives.

  12. #7
    chazzy2501's Avatar
    Join Date
    Jan 2008
    Location
    South West
    Posts
    1,190
    Thank Post
    160
    Thanked 153 Times in 131 Posts
    Rep Power
    45
    Gonna try Greenfoot, I just can't get the scratch program to behave itself. (ignored the ini, lets pupils access the C drive and write files. Also lets them save files to the local copy of their profile (as foretold in the network install guide) My PCs unfortunately wipe those out when they logout!

    I've tried clean new test pupils, rolled back the Virtual PC to a pre install state nothing works.

    scratch.ini
    Code:
    [Global]
    DeferUpdate=1
    ShowConsole=0
    DynamicConsole=0
    ReduceCPUUsage=0
    ReduceCPUInBackground=0
    3ButtonMouse=0
    1ButtonMouse=0
    UseDirectSound=1
    PriorityBoost=1
    B3DXUsesOpenGL=1
    CaseSensitiveFileMode=0
    EnableAltF4Quit=0
    ImageFile="Scratch.image"
    Home=W:
    VisibleDrives=w:,y:
    Share=0
    Proxyserver=isa
    ProxyPort=8080
    It says the ini should be in the appdata folder but I look into the pupils redirected appdata folder and it's not there? Maybe the program can't work with that?


    EDIT: Yes, it puts the ini in the local appdata (incorrect version of the ini btw) and it doesn't find it's way to the redirected directory.
    Last edited by chazzy2501; 19th March 2013 at 04:01 PM.

  13. #8
    chazzy2501's Avatar
    Join Date
    Jan 2008
    Location
    South West
    Posts
    1,190
    Thank Post
    160
    Thanked 153 Times in 131 Posts
    Rep Power
    45
    http://www.greenfoot.org/overview: It uses JAVA! New requirement: NO JAVA!

    I'd rather use hessian underpants than Java...

  14. #9

    bossman's Avatar
    Join Date
    Nov 2005
    Location
    North East England
    Posts
    3,625
    Thank Post
    1,023
    Thanked 958 Times in 678 Posts
    Rep Power
    306
    @chazzy2501:

    Try this for a starter pack: Microsoft Small Basic

    Comes as an MSI and is easily installed and follows the rudiments of different protocols, Oh! it also comes with a pdf on how to use it..............Great stuff!

    Easy for the younger students building into something quite elaborate for the older ones

    Hope it fits the criteria

  15. 2 Thanks to bossman:

    chazzy2501 (20th March 2013), Netman (20th March 2013)

  16. #10

    AngryTechnician's Avatar
    Join Date
    Oct 2008
    Posts
    3,228
    Thank Post
    595
    Thanked 1,020 Times in 635 Posts
    Rep Power
    345
    Another vote for Small Basic. The class library it comes with means pupils can have a program that does something 'interesting' without getting bogged down in the minutiae of API calls and the like. For example, I seem to recall that pulling CC licensed images from Flickr can be done in just a few lines.

  17. #11

    jinnantonnixx's Avatar
    Join Date
    Mar 2011
    Location
    In the Calamatorium.
    Posts
    1,503
    Blog Entries
    2
    Thank Post
    64
    Thanked 381 Times in 260 Posts
    Rep Power
    235
    I'm a bit fan of Python, and you could do worse that look here for a tutorial course plus a place to try out code.
    Try Python: Interactive Python Tutorial in the Browser


    If you don't mind tying yourself to .Net, this is a free, open-source IDE for Basic & C#. It's very good and very comprehensive.
    SharpDevelop @ic#code

    Edit: I've completely misunderstood your requirements, but I'll leave the links in place as they might be useful anyway.
    Last edited by jinnantonnixx; 20th March 2013 at 10:12 AM.

SHARE:
+ Post New Thread

Similar Threads

  1. Video camera to record school plays - needs to be easy to get onto DVD
    By sidewinder in forum AV and Multimedia Related
    Replies: 3
    Last Post: 9th March 2012, 12:37 PM
  2. Dummy / Easy to use Photo Size Converter
    By DaveMurphy in forum AV and Multimedia Related
    Replies: 20
    Last Post: 15th June 2010, 12:55 PM
  3. BAT to EXE - one that works well and is free?
    By tarquel in forum Scripts
    Replies: 8
    Last Post: 3rd August 2007, 09:43 AM
  4. Replies: 18
    Last Post: 27th June 2006, 10:34 PM
  5. Replies: 9
    Last Post: 8th November 2005, 09:45 AM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •