Google Tools for Assessment
with CSTEM
Assessment made easy for the Googlie Teacher
Agenda
https://goo.gl/CPKGX3
Google Classroom Agenda
Install the App
Once logged into Google
Browse to the Google Web store
Enter the words Google Classroom
Add to Chrome
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
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
Adding Assignments,discussion threads and announcements
To add Assignments announcements, discussion threads, or reuse post
click on the plus
Grading through Google Classroom
Click on the name of the assignment or number of assignments completed
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
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
Viewing the Calendar
Teacher View
Student View
Multiple Classes including colleagues
Enhancing Google Classroom with Google Slides
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);
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);
Individual or Group Activity: Annotate Work and Error Analysis
students can annotate image, article, ch files, and more
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
Individual or Group Activity: Flowcharts
students can create flowcharts for their programs using shapes and arrows and elbow connectors
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)
Student or Teacher Create: Flashcards
Declare cost as a decimal number
Flip
Skip
double cost;
save input as the value of cost
Flip
Skip
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);
}
...
On a stormy night, you entered a dark room. Something inside the room moved. You...
1
2
3
4
You scream! It stops, and looks you in the eye....
1
2
3
4
You run away. There is noise coming behind you...
1
2
3
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
Assessment tools for CSTEM
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”
Google Forms
Google Forms
Types of Questions
Types of Questions
Types of Questions
Types of Questions
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.
Add-ons: g(Math) for Forms
versus Add: 3/2 + 5/3
versus 3x^2y/[(x-2)(x^2+3)]
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}
Flubaroo
Edulastic
Google Classroom Resources
What is new in the Google Classroom | |
EdTechnocation Blog Google Classroom tips | |
Flubaroo | |
Edulastic | |
kahoot | https://create.kahoot.it/ teachers https://kahoot.it/#/ students |
kahoot resources |