Showing posts with label education tools. Show all posts
Showing posts with label education tools. Show all posts

Friday, April 24, 2020

Reporting "completion" grades - use IF statements


Much like other districts around the U.S., mine has opted to forgo grades and simply report work as completed/not completed during this time of emergency remote learning. While I agree with this practice for now, it dawned on me that I would be looking at papers or digital submissions twice as many times as before since. Not only do I need to read and provide feedback to students (oftentimes grading it still), I also need to contemplate whether a submission counts as completed or not. I am not averse to doing the former, but the idea of then manually"transforming" that into complete/not complete in order to report it in my LMS, especially when students are all working at different paces, is a real pain. Trying to ease that pain I started thinking of all those skills I've gained from my gamified leaderboards and came up with a relatively easy workflow that for all intents and purposes semi-automates the process.

It all starts with reporting all feedback grading uniformly. I am using Google classroom as my feedback grade book for students, whether manually grading there or importing into it the feedback grading from GoFormative, EdPuzzle, etc., the trick is to make everything worth the same number of points. Once you are ready to report the C/NC grades you will need to download the complete grade book you want to transform as a CSV. In Google classroom, this means going into any of your assignments and clicking on the cog you see on the top right.


Once you have your grade spreadsheet, it is simply a matter of adding an IF statement that references the cell you'd like to change into C/NC. The formula is

=IF(E6>6,"C", IF(E6<=6, "NC"))

Where E6 is the cell that has the grade, and 6 is the points threshold that I decided on as the lower limit of "completeness". C and NC can be whatever you want it to report out.

Once you have that formula in place, it is simply a matter of dragging it down and across to copy it. Both Google sheets or Excell will automatically change the cell references.


Once that is done, your spreadsheet is ready to be uploaded to whichever LMS you are using. While you will have to do it again any time you update your grades, it will at least save you some time and keystrokes.

Have you found any other shortcuts to deal with this new normal? I'd love to hear about them.

Saturday, November 10, 2018

Five ways to use Pop-ups



A couple of days ago, @JakeMillerTech posted a way to create a pop-up window on Google Docs.
I was intrigued by the idea, especially after a couple of messages back and forth with Jake and @dyerksjr1 revealed that even with the "must be editor of the document" limitation, it could work via Google Classroom using the create a copy for each student and insert "from Drive" options (link). So I set about finding out whether you could include links, change fonts, add images (not just emojis), etc. Two frustrating days later, it dawned on me that I've never seen these kinds of adjustments on Google's actual pop-ups, so while I still have hope that it perhaps can be done, I instead changed my focus to what I could use the pop-up idea for.

So let's start by referencing Jake's original post "Add a Popup Message to your Google Docs", where he provides step by step instructions on how to add the code to your document.

The code for a Google doc is:
function onOpen() {DocumentApp.getUi().alert(<head> "insert your message here" </head>)}
If you would like to add to Slides instead, you would use:
function onOpen() {SlidesApp.getUi().alert(<head> "insert your message here" </head>)}
and for Sheets, well:
function onOpen() {SpreadsheetApp.getUi().alert(<head> "insert your message here" </head>)}
With that out of the way, it is time to have some fun and think of ways of using it:

1. Reminders:


2. Provide links: Although the link itself will not work, students can always copy/paste it:

3. Give words of encouragement:
If you do not mind a little extra work, you can even provide individual pop-ups or even chose only a couple of random or carefully selected students for whom the pop-up appears.

4. Provide hints in a Break-out Edu activity:

5. In a gamified environment, perhaps even provide some hints about Easter Eggs. 

I'm sure you can think of some other awesome uses, and if so inclined tell us about them in the comments.

Thank you @JakeMillerTech and @dyerksjr1 for teaching me about this fun addition to my teaching arsenal.

Saturday, May 19, 2018

Flipgrid as a "Turn-in Bin"




Like many of you before me, I've been struck with Flipgrid fever. This simple, yet powerful tool has transformed many of my classroom discussions and activities, providing a space for students to develop their voice. There have been many relatively recent posts about different ways to use Flipgrid in the classroom.

Catch the Flipgrid Fever
17 ways to incorporate #Flipgridfever in your classroom
End of Year Engagement

I would like to add one more...

As an educator reaching the end of the school year, last week students noticed that I had not created our traditional Edmodo turn-in bin for their Scientist Wanted assignment. As I quickly reached my laptop to create it, I also realized that we would probably not have time to do all presentations. Pondering that thought, inspiration struck. What if instead of simply providing me the link, they also had to create a quick video on Flipgrid, which their peers could then watch and comment upon? I shifted focus to create the Grid, which takes all of two minutes, and vaguely remembered that when submitting a video response you can add a link, and that is when everything coalesced.

I showed students the "main grid" and showed them the prompt:
Introduce the scientist you researched (use his/her full name) and tell us about him/her. Share the information that you think would encourage us to know more. 
When you submit your video, add the link to the poster you created. You are able to do this on the screen where you add your name and the title of your video (name of your scientist).

AFTER you have completed your own video, come back, watch at least one video from your peers and respond to the information about the scientist presented.

With the addition of that final line in the prompt, not only did I get their work and presentation, but also created a space for peer-interaction on the content. This was an EOY activity, but I am now thinking that in future iterations of this, I could change the presentation to a reflection or provide a more specific prompt or frames for the peer commenting.


I would love to know how you use Flipgrid, and if you try it as a turn-in bin, would love to know how it went. Perhaps you may even be tempted to look at some of my students' work and comment on it :)



#EdTech and the 4Cs



I started my career as an educator 10 years ago. At the time, the buzzwords regarding preparing students for college and career was "21-century skills". In fact, I received Trilling and Fadel's "21st Century Skills" as a graduation present from my mentor teacher, and it was the text under which we anchored the AdVENTURE program. Of late, the 21-century skills framework has been distilled into what we now call the "Four Cs" (communication, collaboration, critical thinking, and creativity), and while all of them can be taught and practiced using Google Drive Tools, there are many other free tools that can also be used effectively by both teachers and students as we progress in our educational journey.

These are my favorite:

📝 Collaboration: Tools that help us work together



Scrible: My students use this chrome extension to curate, annotate, tag and share articles. The extension also reminds you when you are on a webpage you previously annotated and prompts you to load previous annotations.

Padlet: A digital canvas that allows users to add all sorts of items as they work together on a project.
I know. There is an uproar among educators because of their new pricing/limits on the number of free Padlets. However, once a Padlet is no longer active, you can export the content to make room for more.

Trello: A project management tool that helps keep teams organized as they work. I create board templates for students. They make a copy of the board, add collaborators and move things around/upload documents, etc. as they get done.


💬 Communication: Tools that help us share what we've done



Blogger: Although part of the Google Apps suite, I still mention it since it is not part of Drive and it is a powerful tool to elevate student's voice. My students write a post at least once a week sharing their learning with the world at large.

Flipgrid: Easily and quickly create topics for students to discuss ideas. These quick videos provide insight into student thinking. I also use it for mini classroom presentations that students can then watch over and over.

Seesaw: Allows students to capture, organize and share their learning. Extremely popular with my elementary colleagues as a way to share classroom activities with parents.

Jilster: A really cool tool that allows you to create online magazines. The best part is that it is collaborative. I create a magazine, assign pages to student editors who can then work collaboratively on their assigned pages.


🎨 Creativity: Tools that help us develop products to explore the content 


WeVideo: Online video editing software. We video has a shallow learning curve and gets students creating in minutes. 

Canva: Easily and quickly create visually stunning flyers, posters, collages, infographics and more. They also have a complete selection of tutorials that help students (and teachers) explore how different design elements work together (or not) to tell a story.

Tinkercad: This easy to use 3D modeling software allows my students to bring their ideas to life in a way that 2D drawing cannot, even if it remains as a virtual product for lack of a 3D printer. 

MakeBeliefsComix: What my students and I like about this site is how easy it is to start creating and the fact that the comic can be printed or e-mailed. Its major con is that it is a "one sitting" deal. However, other comic creator sites come at a price making this site my go-to for quick student developed comics.


💡 Critical Thinking: Tools that help us go beyond the content.


Coggle: Collaborative mind mapping Chrome extension that integrates with Google Drive. My students use it to brainstorm ideas and develop maps to show how the content they are learning integrates with previously understood ideas.

KQED Learn: Students work in a semi-gated environment (all students must be attached to a teacher but can communicate with each other), responding to prompts and investigations. Absolutely awesome to help students extend their thinking as they curate resources and craft responses. This is only available to students in the U.S.

I'm sure that I missed some of your favorites. I invite you to add them in the comments.

Saturday, February 3, 2018

Differentiating with Technology


Differentiation, one of those words that is easy to say, but hard to do. However, as Peter DeWitt reminds us in his blog post "Yes, Differentiation Is Hard. So, Let's Get It Right", watching students struggle because their needs are not being met, is for all of us harder than differentiating. So, if our ultimate goal is to provide quality education to all of our students, but there is only one of us and 150+ of them, each with individual needs, what do we need to add to our teaching arsenal to accomplish this herculean task?

I know that edTech is not the answer to everything, and as Carol Ann Tomlinson discusses in her book The Differentiated Classroom: Responding to the Needs of All Learners, differentiation is achieved by designing instruction to address the learning and affective needs of all students.

What can, and should be differentiated?

ContentThe material students are expected to master. Different students in your class will access different materials that are most appropriate for their readiness at the depth that is right for them. All are working towards mastery of the same standard.

ProcessThese are the learning activities that take place in your class and connect the content to the learner. Differentiating the process takes into account:
  • Learning style differences.
  • Multiple Intelligences.
  • Multiple formats for students to access the material to be learned - Options are important!
  • Understanding what is the learning that is taking place.
  • The following image contains links to the different tools I use for differentiation.

ProductsThe evidence students produce to demonstrate mastery. 
  • OPTIONS are key
  • When students are making choices, give enough time to develop some background knowledge before the choice to allow students to make an informed decision.
ReflectionTasks that encourage reflection and help increase rigor in the classroom:
  • Ill-structured, ‘messy’ or real-life situations
  • Asking the ‘right’ kinds of questions – there are no clear-cut answers
  • Tasks that challenge learners to integrate new learning into previous learning
  • Tasks that demand the ordering of thoughts
  • Tasks that require evaluation
The following image contains the links to the tools I use for differentiation. Take a look and let me know what you think.




Thursday, January 18, 2018

Easter Eggs with Mini-Game Creators



In recent conversations with my gamification PLN, the use of Easter Eggs has come up. As a non-videogame gamer, I was unfamiliar with the term. Doing some digging I came across this Storify of #XPLAP's chat published in @MrMatera's blog. With a little bit more knowledge, and after talking with my personal source of all things gamer (my teenage son), I was ready to think about some ways that I could create Easter Eggs within my hyperdocs and project pages.

Hiding the Easter eggs is relatively easy. In a hyperdoc, you can simply type whatever you wish (perhaps a reminder to yourself of the title of what you linked) and hide it by making the font the same color as the background. In a project page, Google Drawing or Google Slide, you can insert a shape and make both the lines and background transparent, of course linking the shape to the website that hosts the Easter Egg.

Once the issue of how to hide Easter Eggs had been resolved, the question became what to hide. Of course, you can hide Youtube or Edpuzzle videos, links to websites, simulations, interactive sites or documents for the students to read and interact with. However, in true gamer fashion, I like to hide mini-games that are specific to the content and/or vocabulary the students are learning. That is where the mini-game creators come in.

Sugarcane  

This site from IXL Learning,  offers the possibility to create 18 game types from one data set. This means that once you have your content, in the form of text and/or images, you can reuse it, getting a new link each time. It has the added benefit of providing the students with points at the end of a game, which I then just add to my students' XP total giving an immediate incentive for playing the mini-game.



LearningApps  

At first glance not as pretty as Sugarcane, but LearningApps gives you more/different mini-game options (20 total, including hangman, cloze, group puzzle and crossword). It also gives you several options to embed your mini-game in other platforms, which for some may be a plus.



ReviewGameZone 

Much like the now defunct Zondle, you are able to create multiple choice review question sets that appear as part of a mini-game. You can link to a specific game or you can give students the link to the question set and have them choose which mini-game to play. Their games do require Flash, so you may want to check that out before creating your Easter Egg with them. Also important to know, the site now runs one ad at the top of the screen, which may be non-negotiable in some settings.



Quizlet 


This site has been around for a long time, so it is easy to find ready-made question sets. On the flip side, they only have a couple of "gamy" options (match and gravity), and some of their functionality is restricted (adding images and voice) requires that you upgrade to a Teacher account (currently $2.92/month)




Now, what does this look like in the end? Below is an "assignment page" that includes three Easter Eggs. Can you find them?

Any thoughts to share about how to create Easter Eggs? Leave a note in the comments.


Saturday, January 13, 2018

Google Draw - the neglected sibling




Click here to go to tips.

For the last several years I have been using Google products for most of my authoring needs. However, my students and I seldom venture outside of the three products that appear when you click that red NEW button on our drives.

Although I also create Forms and have my students create Sites, we have all mostly turned a blind eye to Draw. In fact, up until a few months ago a search of the thousands of documents that I have in my Drive produced maybe 50 or so Draw documents, and those were mostly simple flowcharts or places to host images that I collected to add to Slides and Docs.

This all started changing after I took the "Making Infographics" course at KQED teach. The course itself walked me through the creation process, thinking like a designer, and provided me with many resources for images, icons, fonts and color palettes. From Pixlr to build graphics, to Pexels - a great source of CC0 high def images, to Piktochart - an easy to use infographic maker, the course gave me the tools to start creating.

Now, you may be thinking what does this have to do with Google Draw? Well, once I started on that creative path, I started exploring what I could bring to the classroom. Piktochart, like Canva and Smore (two other sources for creating visually appealing graphics), have two limitations to their use in the classroom - they require an account on the platform and they do not allow multiple editors, or if they do, it cannot be simultaneous. On both those fronts, Google Draw becomes the winner; yes you do need a Google account to use Draw, but most schools have that in place. Before I continue, I do have to give kudos to Canva for two great "side" resources they have - Font Combinations and Color Pallete that you can then use on Google Draw.

Anyway, once it became clear that I would be "limited" to using Draw for creating infographics, I set about figuring out how my students could make them "pretty". Thankfully, many educators and designers have shared their own tips and tricks freely:



 Clickable Google Draw Image

Once you familiarize yourself with the basics, the possibilities that open up are endless.Using Google Draw my students and I have created posters, mind maps and trading cards like the ones you see below.

     

Using the technique discussed in "Embedding a Google Drawing with Clickable Links", I've also used it to create clickable learning paths (below) and even display the ranking system for my gamified classroom, which you see at the top of this post.


Have you found other ways to use Google Draw? I'd love to hear about them.






Friday, December 8, 2017

Embedding - Generate your own iFrames



If you are like me, you use a variety of tools to share content with your students. Tools like goFormative, Wizer.me, Symbaloo learning paths, PowerMyLearning, DeckToys and even webpages you create on WIX or GoogleSites, are super useful in part because they allow you to embed content from other places. This means that your students "stay" on the same platform as they work on their assignment, lessening the risk of distractions from moving between platforms. The developers of most of the apps and simulations I add to these sites know that their content is shared on other platforms and they have made it easy by providing embed codes right on their platforms.

But what happens when you find something you really want to share but there is no embed code in sight? In the past, I would just add the link, and teach the students to navigate between several tabs. This is fine for most, but of course some would use this as an excuse to visit something else - that meme generator they've been itching to show off, for example.

After a bit of searching ways to create embed codes, I came across this easy to use iframe code generator

To use it, the only thing you need is the URL of the content/resource you are wanting to embed.

Once you have pasted the URL in place, you click on Generate, and presto your embeddable iFrame Code appears almost as if by magic.

Of course, if you wish, you can also play around with height width, adding scrollbars, borders, etc. (as I did on the "blob-in-blog" above).



Now, depending on where you are going to use that embed code, the only thing you have to worry about is whether the original site's URL is secure or not. Most of the educational sites that have embedding content options do require that the embedded link is "secure" - HTTPS and not just HTTP.

I have also shared this with my students, who blog for me every week and who sometimes create products using different edtech tools. They, in turn, publish their products by embedding them into their blogs.

I am sure there are other iframe generators out there. Have you found a different one that you like better? Share with us in the comment section.



Sunday, December 3, 2017

Countdown calendars using Thinglink



Although I recognize that not all my students celebrate the holidays the same way, for the past few years I've been creating advent calendars simply because I love the idea of having little treats that countdown to something. In the spirit of inclusion, I've also created Hannukah menorahs, but this still begs the question of what to do with students who do not celebrate in either of those ways.

        
Hour of Code Spotlight link                                                                                     Hanukkah Spotlight link

The more I thought about it, the more it became evident that I could use the same concept for a myriad of purposes. For example, we could countdown the days until the holiday break, or better yet countdown the days until "we meet again in 2018". It is all about inspiring students to continue learning every day.

Creating a digital calendar:

1. Open a blank Google drawing.
2. Add a background and images appropriate for the purpose. This could be holidays or not.
3. Add a table, and label with the calendar dates you want to include.
Here is my December 2017 version, if you would like a template.
4.  Click on File>Download as>jpeg image (it can also be a png).
5. Upload the image to Thinglink.
6. Start tagging your calendar with links, prompts, apps or games. Whatever you want to share with your students.

Repurposing your image, unfortunately, requires that you follow the process again, but once you have the tags it is easy to simply copy/paste the links into your new image. For example, here is my 2017 PD Advent calendar repurposed as a Winter Break calendar.


        
                             Advent PD Spotlight link 

Different feel, but still fun.

Now, if free forming is more your style, you can also choose to go that route as I did in these EdTech and Science Games Holiday-themed images.

   
Edtech Spotlight link                                                                                                Science Games Spotlight Link

Although these are all holiday/winter themed, countdown calendars can also be used to launch a unit of study or review activities until a test. If you gamify, you can use them as we are reaching a boss battle or the end of a game chapter. The possibilities are endless!

Feel free to share how you have used countdown calendars in your classroom. I'd love to share ideas.

Wednesday, November 1, 2017

A Chemical Bonding Lesson with Old-School Manipulatives


For many years, I have been using ACS's "Middle School Chemistry" as my main curriculum to teach chemistry concepts in my middle school classroom. I love the simplicity and ease with which these lessons can be used in a classroom that does not have a traditional lab set-up. I have also always felt very confident with the knowledge gained by my students through the use of this curriculum. However, this year, as I was moving along in the unit, I came to the realization that this particular crop of students was very comfortable reciting answers without much in the way of understanding.

This was especially apparent when it came to bonding. In our assessment, my students were able to recite the difference between covalent and ionic bonding, but as soon as the question required even an iota of critical thinking, they were completely lost. Mind you, this is middle school chemistry, and I know that many of these students are not particularly interested at this point in pursuing chemistry careers, but I still felt an obligation to ensure that they could do more than simply recite information.

So, I set about trying to find some way for the students to gain that conceptual understanding of bonding that I saw as lacking. During these explorations, I came across a couple of good things that students could do in a virtual space - the ChemThink tutorials for example. These were good, but a little too much for middle school. As I continued to look for something that students could manipulate I found an awesome SEP lesson titled "Exploring Chemical Bonding", and that is when it became clear. If students could actually manipulate those valence electrons, perhaps they would finally move beyond stating "covalent bonds form when non-metals share electrons", and actually be able to explain why.

I modified the SEP lesson templates (simply to add color to the valence electrons so that students would not lose track of what they had) and  dedicated one full Saturday (and over 500 brass fasteners) to creating 9 sets of atoms. I also created a sheet to go along with the manipulatives that would help guide students through the task. Here is a link to the adapted lesson plan.



With all of this in place, Tuesday morning I finally taught the lesson, and was overwhelmed by the engagement and results. Although the students did struggle a bit to finally figure it out and at times I felt like a spinning top as I tried to listen in on all the conversations that were happening, having these old-school manipulatives helped my students visualize exactly what was needed for the different types of bonds to form. Physically moving electrons created the opportunity for actual discovery of concepts in a way that no computer simulation had been able to achieve. Even though creating all of those atoms took a lot more time than many teachers usually have, I highly recommend spending that time. Your students will reap the benefits of handling your "old school" manipulatives!

Friday, June 30, 2017

Professional Learning Networks

Image Source: http://www.quotehd.com/imagequotes/TopAuthors/pablo-picasso-quote-i-am-always-doing-things-i-cant-do-thats-how-i-get-to-do.jpg


I am quite often asked variations of the questions "How did you find that?". The truth is that I, personally, do not always "find that". The reality is that other people, my ever growing, active and remarkable reliable Professional Learning Network (PLN), are the ones truly responsible for the reputation I enjoy as an innovative educator. Because of my PLC, I've learned and then shared about gamification, hyperdocs, project-based learning, virtual reality uses in the classroom and so much more. This is my invitation to you to grow your own PLN.

What is a Professional Learning Network?

A PLN is your own personalized “network” of educators who share a common interest with you and is available to provide pointers, tips, and resources to you in order to help you explore that common interest is depth. This PLN goes beyond the teachers at your site or district, encompassing educators who you may not have met in person!

Why and How?

I was recently "challenged" by a member of my PLN to explain why a PLN is important and how do you grow one. This is what I came up with:



Where do I find educators to grow my PLN?

Most members of my PLC hail from three places:

  • Edmodo: You may be thinking, that is a learning platform for students. But for me, that has almost become a secondary use. Anytime I need pretty much anything I go to Edmodo and post in their topics or community streams. Educators from all over the world are there ready and willing to offer their insights. In this article, Edmodo explains how to use their platform as a PLN. 3 Steps to Creating Your Personal Learning Network (PLN).
  • Twitter: The dreaded words, social media, may be coming up in your head, raising all sorts of red flags. I was also very wary of it and did not even have an account until an Edmodo member of my PLC suggested I join a Twitter chat. WOW, that experience completely changed my perception of Twitter as a source of personalized learning. Education Twitter chats are happening almost every hour of the day! Anything you want to discuss, there's a Twitter chat for that. Just take a look at this calendar of education related chats - Chat Calendar. Once you join a chat, even if just to read the stream, you are sure to discover educators to follow. Here are a couple of suggestions from Edudemic, to which I would add @alicekeeler, @MatthewFarber, ‏‏@mpilakow‏, @mr_isaacs, @mrmatera, @legendlearning, @Ted_NSTA, @FredEnde, @legendlearning and‏ @carrierenfro, at least.
  • KQEDTeach: Relatively new, but so powerful. They are offering PD courses on demand to complete at your own pace. However, once you join you have access to all the other educators that are taking the courses, with a place to have threaded discussions. Basically, you learn together and continue the conversation within the platform. Who can say no to that?
I hope this post inspires you to grow your PLN beyond your site or district. As Pablo Picasso once said, "I am always doing things I can't do, that's how I get to do them". 



Wednesday, May 31, 2017

Avoiding the Summer Slide - Teacher Edition

Parque 2 by Fotoblog Rare is licensed under CC BY 2.0

For many of us, the beginning of June marks the end of another school year. Almost everywhere you look at this time you find all sorts of activities and ideas about keeping students engaged in learning and "stopping or preventing the summer slide".

From the teacher perspective, summer means teaching summer school, taking those well-planned trips with family and friends or simply having the time to read a good book. However, it is also a great time to explore new ideas and engage in some self-directed professional development. You know, those things that you bookmarked for later and never got the chance to look at since you had to grade all those essays and lab reports. What can you do (for free or close to free) to avoid your teacher summer slide and come back in the fall refreshed with something new to try?

Things you can do in an hour (or less)

Twitter Chats: Every day, at almost every hour of the day, there is an education-related Twitter chat going on. All those hashtags you see in your colleague's Twitter feed mean that they are having conversations about something you may find interesting with people from all over the globe. This education chat calendar lets you know what is being talked about. Pick one (or more) and off you go. If you have never done a Twitter chat before, it may seem daunting, but it is really not. First off, if you are unsure about what to do, you can simply search for the hashtag and see what the participants are saying, without even having to tweet yourself! If you ar ready to participate, but are afraid to get lost, you can use things like TweetDeck (tool that helps you organize your tweets) or my favorite Participate Chat (tool that organized the chat in one place, adds the correct hashtag automatically and also lets you look over what was posted in previous chats). Here is more information on how to get started with Twitter chats.

Webinars: In a similar vein as Twitter chats, webinars are online meetings, but in this case, there is an official presenter or host. I think of these as old-school lectures. This does not mean that they are boring, but rather there is someone that will be talking most of the time, there is an official slide deck of some sort, and although there may be time for questions, the pace is less frantic than that of the Twitter chat. Most of them have the advantage of providing you with an "after the fact" link, so if you were not available at the specific time, or you have to step away to reapply sunscreen, you can still benefit from participating. My favorite webinar for education sites include EdWeb and ASCD, but there are many others. Sign up for a couple and you will start receiving e-mails with invitations.

Things you can do for dedicated chunks of time  

If you are interested in developing a new skill or trying out a new platform, there are two sites that I would like to share with you:

KQEDTeach: In his introductory blog post, Randy Depew explains it much better than I ever could. They offer free mini-courses aimed at growing educators' media literacy and bring those skills back to your classroom. I have taken several of their courses myself, and they are super easy to navigate and, because they are self-paced, you can advance at your leisure.

BadgeYourClassroom: Created by Christopher Tucker in Indiana, in this site you will find mini-challenges that will help you learn how to use a variety of platforms in your classroom. All you need to do is visit the site, select the tool you want to explore and watch a video that explains how to use the tool. Once you complete the tasks, and fill out the required form to "show what you know", Chris will award you a shiny badge.

For those want to delve more deeply in education technology (or have a bit more time), you may want to look into becoming a Google or Microsoft Certified Educator. Both of these companies have several pathways to choose from, with corresponding certifications.

Google for Education Training Center: Whether you want to obtain certification, or simply want to hone your technology integration skills, the Google training center will provide you with self-paced courses. Even though I had been using GaFE for years before I actually took the courses, I still found them incredibly valuable to hone my skills and remind me of things that my students needed explicit teaching on.

Microsoft Education Courses: Some of their offerings are product specific, but others are more pedagogy based, aimed at teaching you how to better integrate technology in your classroom. Their Digital Citizenship and 21st Century Learning Design proved invaluable additions to my own PD last summer, and I am looking forward to taking some more of their courses this summer.

Things you can do if you prefer face to face interactions

EdCamps: This will require a little bit more planning, simply because they happen on specific locations, dates and times. However, they are well worth the effort for a day of conversation with educators who are interested in collaboration and sharing ideas and best practices. The site will allow you to search for Edcamps that are happening in your area, and though there may not be one near you, it is the perfect excuse for a road trip.


So what are your plans? I would love to hear about any other ideas you may have to grow as an educator this summer.

Saturday, April 15, 2017

Chrome Extensions for Teachers

Although I have been in a 1:1 classroom for many years and my students have been exploring Chrome extensions for a while, it was not until my district disabled student access to Chrome extensions that they became an issue for me. Perhaps it was that little rebel in me that questioned that decision or simply a case of "you don't know what you got till it's gone". While I understood the need to get rid of the annoying bee in student devices, having to go to IT to enable a specific extension pushed me to find the ones that I believe are a must for every teacher and student.

So what exactly is a Chrome extension?

Chrome extensions are small programs that live inside your Chrome browser, allowing you to customize Chrome, adding features and functionality. Once you install them, they appear next to your address bar, and you access them by clicking on them, much like you would a bookmark. Watch this video to learn how to install them.



The cool thing about extensions is that once you have added them, they are "attached" to your Chrome browser, so it does not matter which device you are using, as long as you are logged in to your Chrome browser, they are there for you to use.

There are thousands of extensions, and a simple search of education related extensions in the Chrome Webstore is bound to be overwhelming, so which ones are the ones that I chose for my students?

Chrome Extensions You Should Know About


Share to Classroom : Allows both teachers and students to push web pages directly to Google Classroom. Everybody goes to the right page without the need to type or copy/paste long URLs.



Mercury Reader: You found the perfect article to share with your students, but it is riddled with ads and distractions. With one click, this extension removes all that noise leaving only the text and images and helping your students focus on the content. You can even print the uncluttered article.


Read&Write for Google Chrome: By far the accessibility tool. With dual color highlighting, this extension will read any article, web page or document to your struggling readers. Premium functionality, as explained by Teacher's Tech, is available for free to teachers.


Scrible Toolbar: My absolute favorite collaborative tool for reading online. Scrible will allow you and/or your students to annotate any web page together! Once the permalink is created and shared among collaborators, Scrible will not only keep all notes and allow you to sort them, but also will notify you when you are on a web page you previously annotated.

Grammarly: Your students are ready to respond to a prompt, but they have been raised in a world with spell checker and although they know better, they don't always revise. Grammarly will identify misused homophones, subject-verb agreement and other common grammar and spelling mistakes. It can get annoying at times, but much better than the alternative.

Screencastify: If a picture is worth a thousand words, a video is priceless. Screencastify allows you to quickly record, edit, annotate, store, and share video screen captures. Create a mini-lesson or have your students record their thinking as they work out a problem. The mini-videos are instantly stored in your Google drive for easy access and sharing.



Install and Remove Chrome Extensions




More Extensions, please...

For more Chrome extensions for education, I invite you to visit ShakeUpLearning's searchable database. And if you use one that is a must in your classroom, let me know!

Saturday, December 31, 2016

We don't need badges, or do we?



When I started my gamification journey, one of the sore spots, if you will, was the awarding of badges. On the one hand, I agree with the ideas in Daniel Pink's Drive and the overjustification effect, and which translates into "Badges ruining intrinsic motivation to learn". On the other hand, I have a gamer son, who keeps going back to specific games in his collection simply because he wants to get that elusive gold badge just so he can show it off in his profile. So which is it?

As I continued to ponder the answer to this question, I participated in a couple of workshops and PD that offered badges that could be "added to my profile". I was surprised by my own drive to complete the activities, not really for the sake of learning, but because I wanted to show off the badges I had. Badges were giving me a sense of accomplishment and encouraged me to persevere, even when I got bored! If badges were doing this for me, why was I being so reluctant to add them to my classroom?

I began exploring different ways that other educators have used badges and came up with two reasons that if addressed would make me re-think the whole badging issue.

First, if I were to include badges, I had to make sure that the badges represented real achievement. One of my concerns with badging is that it can simply become a sticker chart. The idea that everyone gets a badge simply for showing up or participating in an activity takes away the value of the badges. Let's face it if the students know that they will get a badge simply for filling in boxes in an assignment, will they put any effort into making sure that their answers are correct? Probably not. However, if they know that they will only get the badge if they get a high enough score, then they may feel that the badge has some value attached to it. Even better, let's say that they did not get a high score in the badge assignment(s) the first time around. Will knowing that they can re-work the assignment giving them more than one opportunity to earn the badge, motivate them to keep at it, even if they think it is boring or not worth their time? I think it will.

Now, if this is the case, then I knew that I needed to be able to make my own badges. There are several online tools that allow us to do that. ClassbadgesCredly and OpenBadges come to mind. However, I prefer to fully create my own simply using GoogleDraw and clearly explained here by Alice Keeler.

Second, the whole idea of badges for me is that they must be public. Students will want to know, not only if they have the badge, but also who else in the classroom has it. That gamer sense of competition and being able to showcase achievement adds value to the badge. The tools mentioned before for creating the badges, also allow students to log in and view their badges. Now this would require students to create an account and/or log in with accounts that the teacher creates. That, for me, was a no go, and although I toyed with the idea of creating my own system using GoogleSheets, I decided against it (simply due to time constraints), when I came across Flippity.net's Badge Tracker. With a few tweaks, this tool allowed me to import the data of my existing leaderboard, use my own badges and embed it in my webpage for public viewing. All around win!

For now, I have decided on three types of badges:

Leveled Badges: These symbolize achievement in on-going assignments. Students will earn these badges by scoring well on their weekly writings and reading assignments.

Project Badges: These badges represent the skills and knowledge gained in a specific unit of study within the scope of science and engineering curriculum. 

Commitment Badges: These are badges awarded for achievement outside the leveled and project badges. What I envision here is, for example, a "Digital Citizenship" badge or a "Creative Commons" badge. 

So, what do you think about adding badges to your gamified classroom? I would love to hear your ideas.

Wednesday, December 14, 2016

Formative Assessment Made Easy


Do you know where your students are? As you walk around the room today, can you state with some which students are ready to move on and which group do you need to pull for re-teaching? You know the answer lies in the use of formative assessments, but with all other things that pop up daily you may feel overwhelmed. If only there was a simple tool that would give you the necessary information...



GoFormative

With a few clicks, GoFormative allows you to create and share simple (and complex) assessments. You can use multiple-choice and true/false quick checks that are self-graded or add short-answer and "show your work" (where students upload images or draw answers). You can even provide feedback to the students as they answer in real-time. No waiting until they have all finished to gather data, allowing you to address minor misconceptions quickly. Best of all, absolutely free.



Flipgrid

This awesome tool allows your students to respond to your questions using video. You simply create a grid (i.e. post a question) and provide the link to your students. Your students can answer using any device they have, without having to create an account. Flipgrid can be used in lieu of traditional exit tickets, and it is much more fun to grade. Not free, but $65/year gives you unlimited questions and answers.


Socrative:

Socrative has been around for a while. This tool allows you to quickly assess your students through quizzes, quick question polls, exit tickets and space races (for those with a competitive edge or in a gamified environment). The tool can grade and provide you with visuals of the results making it easy to identify where each of your students is in their road to mastery.

What other tools do you have in your formative assessment toolkit? I would love to hear about them.