
Inter-House Quiz Scorekeeper Part 1 of 2
I love Delphi! I am in the process of creating an application that a user can use for our upcoming Inter-House Quiz night. The objective of the application is simple : Record the scores for […]
I love Delphi! I am in the process of creating an application that a user can use for our upcoming Inter-House Quiz night. The objective of the application is simple : Record the scores for […]
Every month for 2015, two new bonus posters for members become available to download. They are full colour, high quality, printable up to A3. The posters are available as a Bonus Pack for non-members of […]
A basic activity for your Grade 10’s on creating charts from data. Some COUNT and COUNTIF functions and also being able to perform basic calculations while also choosing an appopriate graph for the relevant data. Marksheet included. […]
Another basic example of IF THEN ELSE. procedure TForm1.btnCheckClick(Sender: TObject); var age : Integer; begin age := StrToInt(edtAge.Text); if (age>=18) then ShowMessage(‘Congratulations! You are old enough to vote!’) else ShowMessage(‘Sorry, you are not old enough […]
Solving math problems in Excel can be tricky, but it’s simple if you know how to break them down into one or more formulas. Watch this video.
Continuing on from Part 3a, this is the rest of the section on Using WordPress. […]
After posting about my entry into the ISPA Super Teacher 2015 Competition a little while ago and making it as one of the ten finalists, I was so happy to have won and be nominated […]
“Information graphics or infographics are graphic visual representations of information, data or knowledge intended to present information quickly and clearly. They can improve cognition by utilizing graphics to enhance the human visual system’s ability to […]
“Hashtags allow teachers and educators to search for topics, gather information in one conversation thread and connect with friends and professionals.
In teaching students about the decision-making processes in programming, a flowchart is the most useful illustrative tool to use. It’s visual and easy to follow and allows for better planning of a program structure in […]
© Matthew Hains