Wednesday, March 23, 2016

2015-16 #4) Bonus Thing: Make Connections!


When I saw this lesson added I got pretty excited and jumped all over it!  One of the things I reflected on last year, after participating in the Cool Tools for the first time, was that I wish that somewhere built into the process was a way to have more interaction with the other participants.  There were a few teachers doing it within my district, but other than conversations with them, I had no idea what anyone else was doing.  I didn’t have an answer for how that would look exactly, but it was my thought/suggestion nonetheless.  I know that I could have taken the time to find blogs of other participants, and read through them all, but to be honest, even with the best of intentions, I just never found the time to do so.  Fast forward to this year, my second year participating, and this bonus lesson!  What a great way to encourage us to find the time! 
I had to slightly alter the directions of this lesson since not all of the 3 people after me in the list had any posts other than the first blogging post, and that wasn’t something I wanted to comment on – I wanted to see more of the creative things people were learning and doing!  I wanted to read blogs that had more to read!  I also wanted to find 3 that I had something constructive to offer, rather than just post to post, so I hope this is OK!
So even though I read through about five to six of the blogs after me, the 3 that I chose to comment on were Barbara Mierlak, Cathie Morton, and Lindsey Murphy.  I read through all of their posts, but the ones I commented on are linked below.
I really enjoyed this and was very glad to have this opportunity to see what others are learning about!  I got some more ideas to investigate for myself!  One of the things I learned about was quad blogging – where you get your classroom matched up with others who are blogging so that the students get people coming to their blogs, reading and posting!  If you don’t have that, blogging tends to get very boring very quickly with students, so I think this is just fantastic and can’t wait to share with some colleagues!  We are always struggling with getting traffic onto our students’ blogs, and it often ends up being adults, so it would be great for kids to have other kids interacting with them! 
Great lesson!  Thank you! 

Wednesday, March 9, 2016

2015-16 #3) Thing 7: DIY - You pick

This is my first year as a full time system administrator for our school district's eLearning online learning platform.  There are two of us who manage it, one is a teacher (me) and the other is a project administrator with no teaching experience, so between the 2 of us we cover all the needs from teaching to data reporting, etc.  We use a Learning Management System (LMS) from a company called Agilix.  We have previously used their product called BrainHoney, but are in the process of moving to their newer product called Buzz.  Apparently they like bees! :)
We use the platform for many programs - Online Credit Recovery (OCR), Virtual AP (VAP), Virtual Initial Credit (VC),  Online Professional Development (PD) for staff, and an online district resource area for staff.  We have created all of our own PD courses and resources for staff, but purchase courses from various companies to use for our VAP and OCR courses.  Last year we developed our own initial credit courses for American Sign Language (ASL) I and II as well as a SS elective called Abnormal Psychology through Film.  At the time that those 3 courses were developed we had a different system administrator, so I was not the one who worked on developing these courses with the teachers.  
This year we were approved to develop 2 additional VC courses - Literature through Film and Computer Programming I.  Since I am now the teacher system administrator, it is up to me to work with the two teachers who were approved to create them; they bring the content, I bring the technology!  We have learned from experience that the best way to develop the courses it to mirror what the companies do - they create web-based content housed on our own servers and then embed links to that content. This way, if we were to ever change our LMS, there would be nothing lost as everything for the course would still be on our servers and we could easily recreate the links in any LMS we have.  
This involves writing entire courses in HTML code and this is not something I have ever done.  A good amount of managing our LMS involves code, but it is really just editing code that is already there, so in this past year I have learned to read and make small edits to HTML code, but I have never created it all from scratch!  In my “previous life” I was a math teacher, so I never took any courses in college related to anything like this!  This was all new territory for me, but something I really looked forward to doing!  
At first I thought I could just copy the code from the previous courses that we already had, but in working with them this year we have realized that there are several errors in the code that we have had had to find and fix throughout the year so I decided we should start from scratch and make better/cleaner code that wouldn’t have issues all the time.  
I knew I need to take some time to learn much more than I already know about code, so I came to my Cool Tools to see if there was a lesson that would help me.  Last year, I completed the lesson 11 about coding, and what I did for that lesson really helped me in learning to read and edit code, but it was nowhere near advanced enough for what I was about to take on.  I needed to learn more and fast!  I didn’t see another lesson that I thought would fit the bill, so I decided to conquer it on my own with a DIY lesson.  I love DIY home decorating projects, so why not here, right?!
To get started, I did use what I learned from my coding lesson last year and went to check out some Lynda.com courses through the NYPL for free!  That and I hit the internet hard to research this.  I also spent some time reading material form the companies we have purchased pre-packaged courses from.  This all took a lot of time, but luckily I was able to get a base knowledge.  I started creating some template lesson pages and a custom CSS file to go along with them to provide style to our websites.  Once I started I then reached out to a friend in our IT department who deals with code everyday to ask him to take a look at what I had created and he told me I shouldn’t be starting from scratch.  He pointed me in the direction of Twitter!  Apparently the people who developed twitter also developed a website, http://getbootstrap.com/, and it helps you write HTML code and create the CSS style sheets to go along with it. You can download templates to start with, then customize from there.  
Bootstrap has been amazing!  I have since worked with him to develop some basic templates and then we started meeting with the the teacher developing the Literature to Film class.  We met with him for a few hours, and now we are off and running!  We are by NO means experts, but with his help, the use of the bootstrap website, and honestly Google (I can’t tell you how many time I have googled “how to ___ in HTML” or “how to ___ in CSS”), we are beginning to get the hang of this!  We have currently developed the first 2 modules for her course that will eventually have 11.  While she continues to work on her course, I am now working to take some of her pages to create templates for other teachers who can then use them, but edit the content as well as basics of the style, such as color and font.  We will make templates for a variety of pages - 2 tabs, 3 tabs, pages with tables, pages with bulleted lists; pretty much everything we can think of that teachers would want to have.  Before we did this, I verified with our friend from IT that what we had created was well written, clean HTML code so that we would not run into problems in the future.  
I have really enjoyed doing all of this.  I love to learn new things, and this was by far one of the most fun yet difficult things I have learned in a long time!
Take a look for yourself and let me know what you think!   Here is the link to the first “lesson” of her course.  The first module is obviously an introductory module.  
http://elearning.rcsdk12.org/Courses/LitFilm/Lessons/01.00Lesson.html