Showing posts with label google docs. Show all posts
Showing posts with label google docs. Show all posts

Thursday, 17 January 2019

Save paper and time with Google Drawings

Creating Google Drawings worksheets


I found this great Factors and multipliers puzzle online here



It's one of those activities where students (or teachers) have to cut out all the bits of paper (right hand side) of the sheet. That means cutting 25 numbers and 10 headings. They then manipulate them on the puzzle sheet until they get the right combination. It is a hands on activity and encourages students to use a variety of problem solving techniques and think about different types of numbers.

When we did it in our 80 minute maths block, many of the students took more than 20 minutes just to cut out the bits of paper, (some took 60 minutes) then bits of paper went missing or were blown around by the fans and air conditioning. A couple of students finished, but then it took for ever for them to glue them in their book. Once the lesson was over, we then had to find a way to store the hundreds of bits of paper.

Rather than being the wonderful learning opportunity it promised, it ended up being an exercise in frustration. 


In hindsight it would have been better to make it a group activity and do the puzzle on A3 paper or spend hours cutting them out and laminating them for the students. Who has time for that? 

Then I got thinking, I could save a lot of time, paper and anguish by turning this activity into a digital Google Drawings worksheet (I hate the term worksheet). It will take me a bit of time to set up, but once it is created I will have a permanent version that can be used over and over again and I would rather spend my time playing with Google drawings than cutting out bits of paper.





The whole process took about 12 minutes, I sped the above video up by a factor or 8 so you get to see it happen in just over a minute

I started by creating a 5x5 table, then added rounded shapes for the headings, if you create one shape and format it exactly as you want it (Shape, colour, font etc) then it is easy enough to copy and replace the text. I then did the same for all the number cards.



Once I made my worksheet I could have grouped all the objects together (so that students couldn't accidentally move the tables and heading etc) but in Google Drawings I find it is easier to take a screen shot, delete the other images and add the screenshot as a single image.



Once the Google Drawing worksheet has been created it is then a matter of sharing it with your students I like to use a force copy link (I like to use Sir Links a lot) so each student has their own copy, the students can then move the shapes around to solve the puzzle. They can rotate the shapes and move them. Do pretty much anything they can do with a paper copy (plus a fair bit more).


No wasting time cutting paper or gluing tiny bits of paper to a sheet, no worries about losing or storing tiny pieces of paper. The puzzle is stored on the students drive. 

You can share different versions for students at different levels. e.g. perhaps one version with the labels in the correct spot or the labels facing the correct direction or half the numbers in the correct position or some blank tiles. It offers lots of scope for quick differentiation, make a copy of the drawing then make the change, make another copy, make the change.
This technique works for lots of different worksheets and once you have created the resource, you have it forever and can share it or use it again and again.

The next maths lesson I used the Google drawings version and the kids completed it much quicker with less stress and we were able to have those valuable discussions about problem solving techniques and how different students solved the puzzle. I am now making many more digital worksheets for my Maths class.



Thursday, 4 January 2018

Emoji Stories


My kids love their Rory's Story Cubes, there is even an app (I haven't purchased it yet as I prefer them rolling real dice and telling stories to each other in real life). Story Cubes are fun, creative and improve literacy. Story tellers roll a set number (usually 6) of dice and then you attempt to tell a story using all the images on the dice.

The cubes are not cheap, but they are lots of fun and are a great classroom activity. I have seen teachers make their own paper story starters using random images and distribute these to their class.

This got me thinking, could this be automated using Google Docs, Sheets and some add ons?


I started playing and created my own Emoji story workflow. Users (students) fill in a form with their email address and they are sent a Google doc with six emojis they use to write a story.

For the story writer it is as simple as that, enter your email address and get a set of emojis.

Because it is a Google Doc, the writer can either type directly into the Doc or use the voice typing option to dictate their story. As the teacher I am the original owner of the doc so I can see what my students are writing.

Try it here

How I created this awesomeness

The basic workflow is Google Form to Google Sheet, then copy down a formula to randomly select an emoji from another sheet. These emojis are then inserted into a Google Doc using Autocrat and the Google Doc is shared and emailed to the email address entered in the form.

1. Google Form

I created a Google Form with two questions

  • Do you want an emoji story?
  • Email address

(I probably don't need the first question at all)

That is the easy part

2. Template

I then created my Google Doc template, this template composed of a simple title with a six column table, in each column I put the merge tag

3. Emoji list

In my Google form responses sheet I created a new sheet called emojis, this is where my library of emojis is stored. Basically it is six columns of emoji, these are the emojis (images) that are randomly selected for each box in my Google Doc. One Emoji is selected from each column.

To find and insert the Emoji into a Google Sheet I created another Google Doc and used the Insert Special characters tool
Then searched for Emoji that I wanted to be available for the Emoji Stories
I could then copy and paste from the Google Doc into each column of the Google Sheet. Here you can add different Emoji and set it up the way you like. You might want to have 2 columns of characters and two columns of objects, or just use three emoji picked at random or one column of 100 emoji picked six times. 

In my version there are 16 emoji in six different columns, that gives a possible 16777216 different story combinations.

4. Random selection of emoji

In my Google sheet, I added 6 extra columns numberd 1-6 (these match the Merge tags in the template doc)

In each cell I used the following formula to randomly select an emoji from the emoji sheet. 

=index(Emojis!$A$2:$A$17, randbetween(1,counta(Emojis!$A$2:$A$17) ) )

index returns the contents of the cell selected from the range A2-A17 on the emoji sheet. 
randbetween randomly select a number for the second part of the index formula.
counta counts the number of cells from cell A2 to A17 (I could have just put the number 16 in here)


As you add the formula to each column, make sure you change the reference (where the formula will be searching) to reflect each column in the emoji sheet. i.e. change is from A - B - C

5 Copy Down

Once you have created your formulas, you need to set up the copy down add on. This add on copies the formulas to the next row once a new Google Form response has been added. This is important because Google Forms doesn't add the data to the next row, it inserts a new row with the data. Copying the formula all the way down your sheet will not work. (You could use an array formula on another sheet to do this, but copy down works well)

Copy down is pretty easy to set up and there are plenty of tutorials and help online.

6 Autocrat

Autocrat is a Google sheet add on that allows you to run merge jobs on a Google sheet that does a variety of tasks.

I use it to create a Google Doc from the Merge doc and then share the doc with the email address shared. It also sends an email saying that you now have an Emoji story ready to write.



That is about it, pretty simplish and it can be used as it or make your own from all the resources here.

If you create your own you get to set it up the way you like and you become the owner of the Google Docs that are created, that way you can easily view and give feedback on the stories they create.

A few classes here at IGBIS have been using it and the kids love it, as long as they put in their correct email address.

Have fun and play and please share any thoughts or your own version of Emoji Stories. 



Friday, 13 October 2017

Google Docs Scavenger Hunt

A fabulous start of year activity (actually a great anytime activity) is a Google Scavenger Hunt

Google Drive Scavenger Hunt

In grade 6 a couple of weeks ago, we did this scavenger hunt

Whenever I think of an idea for an activity, I always go to Google it to see if anyone has already created one that I could use. I found this Google Doc's Scavenger Hunt by Catlin Tucker. But it wasn't exactly what I wanted, I wanted the kids getting up, moving around and learning together rather than sitting at their laptops.



I found a few others but they were all a bit 'sit at your computer and do this', So I had to create my own. I used Google drawings and just stole a few ideas and developed some of my own for the tasks.

It was a collaborative activity / lesson / activity. The students had to find someone else in the room who could do the task on the square (even if they already knew how to do it). Then that person had to show them how to do it. e.g. if the task was "use voice typing to record your thoughts" someone in the class had to show you on their computer how to do it (not just tell you they could do it). The students then wrote the name of the student who showed them.

If no one in the class knew how to do it, the kids could research (google it) or just play until they worked it out. If the students knew how to do something but no one else did, they had to show someone, then the person they just showed had to demonstrate the skill.

It was lots of fun and it was great to see the kids teaching each other. Kids were walking around the room talking to each other. Some of the interactions I heard included

  • "Do you know how to do this?" 
  • "Arlo knows how to do, why don't you ask her to show you" 
  • "Who did you get to show you how to use the built in Google training?"


It was really powerful to hear lots of oohhhs and ahhhhs as students learnt a new skill or hint (they loved voice typing) and the energy in the room was super high. Much better than walking past a classroom with everyone with their heads down in computers and no human to human interaction.


One of the big takeaways was that there are lots of other people in our class that can help us with technology (and it is OK to ask them for help). The students were given explicit permission to ask each other for help and told that the teachers would also be asking them for help.

We are now thinking of other ways we can use this concept with other tools and apps.