1 of 42

Google Tools for Assessment

with CSTEM

Assessment made easy for the Googlie Teacher

2 of 42

Agenda

  • Google Classroom
  • Google Slides
  • Google Forms and Flubaroo
  • Kahoot
  • Edulastic

https://goo.gl/CPKGX3

3 of 42

Google Classroom Agenda

  • Adding a classroom
  • Sharing a class with colleagues
  • Adding students
  • Adding assignments>discussion threads>announcements
  • Grading through the classroom>CH
  • Viewing the calendar
  • Student view of the classroom
  • Activities with Google Slides
  • Assessment tools

4 of 42

Install the App

Once logged into Google

Browse to the Google Web store

Enter the words Google Classroom

Add to Chrome

5 of 42

Sharing your classroom with other teachers

Click on the About tab

Select Invite Teacher

This will allow other teachers to see your assignments and student work

6 of 42

Adding students

Click on Stream

the class code is at the bottom left side of the window

Post the code for students to add the class

7 of 42

Adding Assignments,discussion threads and announcements

To add Assignments announcements, discussion threads, or reuse post

click on the plus

8 of 42

Grading through Google Classroom

Click on the name of the assignment or number of assignments completed

9 of 42

Grading through Google Classroom

Click on a student's assignment to grade it or to download it to the computer to open in another application

10 of 42

Students adding the Google Classroom

Have students browse to the Google Web Store

Add Google Classroom

Once there click on the + and add your class code

11 of 42

Viewing the Calendar

Teacher View

Student View

Multiple Classes including colleagues

12 of 42

Enhancing Google Classroom with Google Slides

13 of 42

Individual or Group Activity: arrange each line to form a functional program

/* File: lemonade.ch */

/* Declaration */

/* Initialization */

/* Processing */

/* Termination */

int cups;

double price, cost;

price = 1.29;

cups = 3;

cost = price * cups;

printf(“%d cups of lemonade cost $%.2lf \n”, cups, cost);

14 of 42

Individual or Group Activity: arrange each line to form a functional program

/* File: lemonade.ch */

/* Declaration */

/* Initialization */

/* Processing */

/* Termination */

int cups;

double price, cost;

price = 1.29;

cups = 3;

cost = price * cups;

printf(“%d cups of lemonade cost $%.2lf \n”, cups, cost);

15 of 42

Individual or Group Activity: Annotate Work and Error Analysis

students can annotate image, article, ch files, and more

16 of 42

Individual or Group Activity: Annotate Work and Error Analysis

Enter the ID of the linkbot I want to add

Disconnect the selected linkbot

change the color of the LED light on the selected linkbot

change the speed of the left wheel

Change the speed of the right wheel

stop the left wheel

drive the linkbot forward, backward, left, right

17 of 42

Individual or Group Activity: Flowcharts

students can create flowcharts for their programs using shapes and arrows and elbow connectors

18 of 42

Individual or Group Activity: Flowcharts

double cost;

int choice;

no

yes

cost = cost + 4;

cost = 0;

printf(“enter 1 if you want to buy milk or 2 if you don’t want to buy milk”);

scanf(“%d”, &choice);

printf(“Your cost is %.2lf”, cost);

if (choice == 1)

19 of 42

Student or Teacher Create: Flashcards

  1. Teachers can create a set of flashcards and share it with their students electronically
  2. Students can make their own flashcards
  3. Each group of students can make a set of flashcards for a chapter and share it with their classmates

20 of 42

Declare cost as a decimal number

Flip

Skip

21 of 42

double cost;

22 of 42

save input as the value of cost

Flip

Skip

23 of 42

Individual or Group Activity: Create a Storybook to go with the programming activity that uses loops

/* story.ch */

int myChoice;

printf(“On a stormy night, you entered a dark room. Something inside the room moved. You...\n”);

printf(“enter 1: scream, enter 2: run away, enter 3: take out your phone to take a picture, or enter 4: do nothing.\n”);

scanf(“%d”, &myChoice);

if (myChoice == 1) {

printf(“You scream! It stops, and looks you in the eye....\n”);

printf(“enter 1: It is your cat, enter 2: It is a mouse, enter 3: It is a ghost, or enter 4: It is your reflection on the mirror.\n”);

scanf(“%d”, &myChoice);

}

else if (myChoice == 2) {

printf(“You run away. There is noise coming behind you...\n”);

printf(“enter 1: You turn around to see what it is, enter 2: You scream for your mom, or enter 3: You take out your phone to call 911.\n”);

scanf(“%d”, &myChoice);

}

...

24 of 42

On a stormy night, you entered a dark room. Something inside the room moved. You...

1

2

3

4

25 of 42

You scream! It stops, and looks you in the eye....

1

2

3

4

26 of 42

You run away. There is noise coming behind you...

1

2

3

27 of 42

Individual Activity: Electronic Notebook or Journal

Students can take notes using google slides and insert pictures by using a webcam

Lesson: move linkbot to the point (x, y)

code: robot.drivexyTo(x, y, radius, trackwidth);

this code only works in RoboSim

28 of 42

Assessment tools for CSTEM

  • Google Forms
  • Flubaroo
  • Kahoot
  • Edulastic

29 of 42

Google Forms and Flubaroo

Go to your google drive.

Click on the red “new” tab in the upper left.

Click on more > at the bottom of the options, then click on google forms

To name the form, go to the top left and click on “Untitled form”

30 of 42

Google Forms

  • You can use forms to tests, quizzes, surveys, and assignments.
  • There are no copies to make, and no papers to lose.
  • The forms and the results are accessible anywhere you have internet access.
  • You can make it to where students can take the test multiple times or only once. This is great for test corrections.

31 of 42

Google Forms

  • The add on Flubaroo can help make your grading like a scantron.
  • You can open and close the availability of the forms at any time.
  • If you make a mistake on a question you can fix it in the middle of class and have students refresh their screens.

32 of 42

Types of Questions

  • Short Answer
  • Paragraph Answer
  • Multiple Choice
  • Checkboxes (Choose all that apply)
  • Choose from a list (Strongly agree,....Strongly disagree)
  • Scale
  • Grid
  • Date
  • Image with any of the above

33 of 42

Types of Questions

  • Scale

34 of 42

Types of Questions

  • Grid

35 of 42

Types of Questions

  • Date

36 of 42

Types of Questions

Image with multiple choice

Write the code in ChIde.

Copy it using SMART software “screen capture” or “print screen”

Copy and Paste the picture into paint to save as a picture file.

Uploaded the file.

Create a multiple choice question below that corresponds to the image.

37 of 42

Add-ons: g(Math) for Forms

  • Allows you to enter more complicated equations with proper syntax.

versus Add: 3/2 + 5/3

versus 3x^2y/[(x-2)(x^2+3)]

38 of 42

g(Math) for Forms

Go to add-ons on the top menu bar.

Go down to g(Math) for Forms, then “Create math expressions” a box will appear on the right hand side of the screen.

You will be modifying your code in “Enter LaTeX” box, then looking at the preview to see it.

Multiply: \times Divide: \div Fractions: \frac{top#}{bottom#} Exponents: x cubed is written as: x^{3}

39 of 42

Flubaroo

  • Allows you to grade an assignment with little effort
    • It must be identical to your answer for the program to mark the answer correct
    • You can hand grade but it is laborious
    • Shows you the questions that students did poorly on
    • You can sort the results: last name, highest scores to lowest lowest, class period, test version, etc.

40 of 42

  • Create quizzes, discussion threads and surveys for students
  • Borrow and copy other teachers Kahoots
  • Have students create Kahoot quizzes in class
  • Download student results to Google Drive

41 of 42

Edulastic

  • Create your own assessments using over 27 different question formats
  • question formats mirror CASPP question format
  • Immediate performance data for students and teachers
  • Single sign on with Google Apps accounts
  • Links with the Google Classroom

42 of 42

Google Classroom Resources

What is new in the Google Classroom

EdTechnocation Blog Google Classroom tips

Flubaroo

Edulastic

kahoot

kahoot resources