Online Training Best Practices: Difference between revisions
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
===== Taking Attendance for a Class===== | ===== Taking Attendance for a Class===== | ||
# Tools needed:<br> | # Tools needed:<br> | ||
Excel or Google Sheets (or some other spreadsheet) | |||
Text Editor | |||
Ability capture a chat window on Google Meets, Zoom etc | |||
# | # Create a copy of a spreadsheet that has the class information (CAPID/Name etc) It could be something like these columns:<br> | ||
# | Day1 Day 2 Other1 Other2 Other 3 Name Last Name CAPID Email | ||
In each of these columns row 2, put this formula =IF(ISNA(VLOOKUP(I2,'Day1'!$A$1:$A$55,1,FALSE)), "No", "Yes") (I2 is the capid, 'Day1' is the first sheet, $A$1:$A$55 (assumes not more than 55 name) | |||
Copy to day2, other1, other 2 etc and the only change you need is to set it to I2 (if that's the CAPID) and the right sheet name) | |||
Copy all those columns down to the bottom | |||
Highlight the day1 to otherxx, and do a conditional formatting, if cell value="No" change it to red | |||
# Create other sheets and name it day1, day2, other1, other 2 (depends how many times you want to do attendance) | |||
# In chat, put a note similar to this -- Please put just your CAPID and nothing else in chat | |||
# Copy from the line you put to the end of the CAPIDS | |||
# Paste into a text editor (not necessary but it helps) | |||
# Copy into column A of day1, day2 etc. | |||
# Sort | |||
# delete any lines that are not CAPID |
Latest revision as of 18:34, 12 May 2020
Online Training Best Practices
Software Options
This is very similar to the remote operations software
Google Classroom
Zoom
Teams
Techniques
How to's
Taking Attendance for a Class
- Tools needed:
Excel or Google Sheets (or some other spreadsheet) Text Editor Ability capture a chat window on Google Meets, Zoom etc
- Create a copy of a spreadsheet that has the class information (CAPID/Name etc) It could be something like these columns:
Day1 Day 2 Other1 Other2 Other 3 Name Last Name CAPID Email In each of these columns row 2, put this formula =IF(ISNA(VLOOKUP(I2,'Day1'!$A$1:$A$55,1,FALSE)), "No", "Yes") (I2 is the capid, 'Day1' is the first sheet, $A$1:$A$55 (assumes not more than 55 name) Copy to day2, other1, other 2 etc and the only change you need is to set it to I2 (if that's the CAPID) and the right sheet name) Copy all those columns down to the bottom Highlight the day1 to otherxx, and do a conditional formatting, if cell value="No" change it to red
- Create other sheets and name it day1, day2, other1, other 2 (depends how many times you want to do attendance)
- In chat, put a note similar to this -- Please put just your CAPID and nothing else in chat
- Copy from the line you put to the end of the CAPIDS
- Paste into a text editor (not necessary but it helps)
- Copy into column A of day1, day2 etc.
- Sort
- delete any lines that are not CAPID