Search results

  1. E

    Can you change preferences after your atar comes out?

    Yes, but the updated preferences will not be valid until the January offer rounds. EDIT: December Round 2 Change preferences by midnight on (All undergraduate applicants will be unable to change course preferences between midnight Sun 17 Dec and 7.30am Tue 19 Dec) Sun 17 Dec 2017 Offers...
  2. E

    ATAR estimate please

    Thanks, hopefully, maths and SOR1 won't be counting towards my ATAR.
  3. E

    ATAR estimate please

    Thank you. Just updated the ranks. Anyone else have any estimates?
  4. E

    Clutch Band 6 Stories

    I didn't really have a teacher for SOR1 all year, studied the week before, got a band 5. No past papers, just reading over notes. No practice papers for SDD either, just knew the content. Just read over all your Biology notes, and in your time of need during the exam, it will pop up into your...
  5. E

    HSC Distinguished Achievers question

    To be a distinguished achiever, you only need to achieve a band 6 in one subject. To be an all-rounder you need at least 10 band 6 units.
  6. E

    ATAR estimate please

    Hi, can some people estimate my ATAR please? School Rank ~85 2017 HSC (Ranks / Trial Percentage): Adv English: 24/43 (66%) Mathematics (2 Unit): 14/33 (75%) Physics: 8/20 (80%) IPT: 1/9 (97%) Engineering Studies: 1/11 (85%) 2016 HSC (HSC Mark): Software Design and Development: 98/100 SOR1...
  7. E

    got a teacher with no knowledge of software design development.

    Don't forget the course specifications as well :) https://www.boardofstudies.nsw.edu.au/syllabus_hsc/pdf_doc/software-design-development-course-specs.pdf It covers about a quarter/half of the syllabus. If you do option 2, most of the content for it is in there.
  8. E

    Share your 2016 HSC results here

    Seems like you were right!
  9. E

    Share your 2016 HSC results here

    Finished my accelerated subjects: Software Design and Development - 98 Studies of Religion I - 41 EDIT: State ranked SDD
  10. E

    Need help with an app idea!

    Don't get any ideas. http://amow.bostes.nsw.edu.au/ They will find you, and they will mark you 0. Also: http://www.ideaswatch.com/startup-ideas/app#
  11. E

    Javascript Image Help

    Looking at your code, it looks like you are doing something completely different in finale() compared to what you are doing in drawStarField(). Your finale code should look like this: Also, you should only call finale() when a players score changes.
  12. E

    Javascript Image Help

    Assuming you are using javascript then something similar to this should work: Source: http://stackoverflow.com/questions/19396390/load-image-from-javascript For future reference, it's good to use google: I'm too lazy to search it myself
  13. E

    if statements

    Just remember the logic in the first example is different to the second example. For every if statement that should be in a "nested" else, you need to evaluate the expression to include the first if expression with the keyword AND.
  14. E

    if statements

    There are some instances where this is not true, since you can only evaluate one expression in a casewhere against other possible values where in multiple if statements, you can use multiple expressions. If you are using a casewhere, it should normally be used for situations where an...
  15. E

    if statements

    In the Software Design and Development Course Specifications, under Psuedocode guidelines, it says that and If you want to do "nested" if statements, you can do: IF condition THEN IF condition THEN // Do something ELSE IF condition THEN // Do...
Top