• No results found

Technology Tools to Collect and Analyze Data. Session Outcomes

N/A
N/A
Protected

Academic year: 2021

Share "Technology Tools to Collect and Analyze Data. Session Outcomes"

Copied!
21
0
0

Loading.... (view fulltext now)

Full text

(1)

2013 Assessment Leadership Summer Institute

Technology Tools to 

Collect and Analyze Data

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Session Outcomes

Use at least one data collection tool

Use best data presentation strategies

Open to new technologies but keep a healthy 

skepticism

Experiment with at least one technology 

related to data collection, analysis, & 

presentation.

Share the limitations with peers

(2)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Session Agenda

1. Introduction of data collection tools

2. Excel practice on summarizing data in a table 

and a chart

3. Individual exploration

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Data Collection Needs

Students:

Quiz/Test questions

Survey responses

Faculty:

Rubric ratings from multiple raters

Tallies of the number of students who achieved 

each level of SLO

(3)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Data Collection Concerns

CONFIDENTIALITY

Motivating people to respond

Ease in

collecting

analyzing

retrieving

storing

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Common Survey Tools

Google Form (part of Google Drive)

SurveyShare (

www.surveyshare.com

)

SurveyMonkey (

www.surveymonkey.com

)

Qualtrics (

www.qualtrics.com

)

(4)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Survey Tool Evaluation Resources

Leland, E. (2011). A few good online survey tools. Retrieved from  http://www.idealware.org/articles/fgt_online_surveys.php • Marra, R. M., & Bogue, B. (2006). A critical assessment of online  survey tools. In Proceedings of the Women in Engineering  Programs and Advocates Network Conference. Pittsburgh, PA.  Retrieved from  https://ojs.libraries.psu.edu/index.php/wepan/article/download/5 8473/58161 • Web Accessibility Center at Ohio State University. (2008). A survey  of survey tools. Retrieved from  http://wac.osu.edu/workshops/survey_of_surveys/

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Data Collection Tool Tutorials

Google Form 

(

http://www.youtube.com/watch?v=xEY10Ub‐k‐U

)

SurveyShare

(

http://www.youtube.com/watch?v=wIT_VkjQ3YA

)

SurveyMonkey

(

http://help.surveymonkey.com/?l=en_US

)

Qualtrics

(

http://www.youtube.com/watch?v=4ukfq1QPGG4

)

(5)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

GOOGLE FORM DEMONSTRATION

Purpose: collect rubric ratings from the raters

Context: raters understand the rubric categories. They know 

which student links to which ID.

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Final product: 

– https://docs.google.com/a/hawaii.edu/forms/d/15qHl1SG‐ FlGzxOoPg1yRVUe6aVbo0nmUjLxgljMzKr8/viewform – https://docs.google.com/a/hawaii.edu/forms/d/1XiNPYrbLO8OqxkyQp 4k5Y48IBJsgF2qlIQ02s8‐wa9U/viewform

Tutorial: 

http://youtu.be/CYSrmz03oPU

(6)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Other Data Collection Tools

Google Drive (demonstration)

Socrative student, Socrative teacher

Dropbox (dropbox.com)

Introduction: http://www.youtube.com/watch?v=OFb0NaeRmdg

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Cloud Storage Considerations

Security! Security! Security!

Put sensitive information in an encrypted 

folder before uploading to the cloud.

Encryption tool: TrueCrypt at truecrypt.org

(7)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

DATA ANALYSIS & PRESENTATION

13

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Data Analysis

Reliability done? If not, ask Yao to run the numbers.

Numbers

Percentages

Aggregate

Disaggregate

(8)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

SUMMARIZING DATA INTO A TABLE

Excel Hands‐on Activity

15

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Data file

5 respondents

5 survey items

1. Topics are useful.

2. Topics are relevant.

3. Materials are useful.

4. Time allocation for each activity is just right.

5. Presenters have poor presentation skills (RC)

.

Ratings: 

1= strongly disagree; 5 = strongly agree

(9)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

17

Steps (Demonstration)

1. Check data: Find minimum, maximum, and the total count:

2. Calculate the count for each option category using:

3. Calculate the percentage for each option category

4. Copy the header and Paste Special  Transpose

5. Copy the formula and Paste Special as Values & Transpose

6. Calculate the percentage of students who met the criteria.

7. Make a table with two columns: Item and % meeting criteria

=countif(range,criterion)

Example: =countif(B2:B6,1)

Item % Agree

=MIN(array), =MAX(array), =count(array)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

18

Step 1: count each option

Label each option in the first column 

Example

In the cell next to the first label “1” type: 

In the cell next to the label “2” type:

Repeat the step for all the options.

Copy the formula and paste under the rest of the items.

1 2 3 4 5 Strongly Disagree Somewhat Disagree Neutral Somewhat Agree Strongly Agree

=countif(B2:B6,1)

=countif(B2:B6,2)

(10)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

19

Step 2: Calculate % for each option 

=B10/B$5

$  anchor

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

20

Format the cell into “Percentage”

On the Home tab, in the Number group, Click the 

arrow next to the Number Format box, and click 

Percentage.

Get to Number Format box, click “More Number 

Formats.”

In the pop‐up window, type “0” as the decimal place.

Or choose “%” and      icon in the ribbon.

(11)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

21

Results so far

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

22

Step 3: Transpose the header

Select the header in the first row.  

Copy the header: Ctrl + C

Point to a space that you want to paste.

Click the down arrow key under “Paste,” and “choose Paste 

Special.” 

Check “Transpose” in the pop‐up window.

Or 

(12)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

23

Step 4: Transpose the values

Select the percentages 

and copy them (Ctrl + 

C)

Point to the cell where 

you want to paste.

In the Home tab, in the 

Clipboard group, click 

Paste and select Paste 

Special

Click Values and 

number formats and 

check Transpose, and 

then click OK.

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

24

Results so far

Problem with presenting  a table like this:

Too many numbers

Information not interpretable

Need to specify N

(13)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

25

Step 5: Calculate % agree

Add up the percentages under option 4 and 5  % agree

Copy and paste the formula to the rest of the rows.

In another area on the spreadsheet, label the items.

Copy all the “% Agree” values and Paste them next to the 

item labels as Values and Number Formatting

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

26

Results so far

(14)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

27

1. Go to the Home tab, in the Editing group, 

click Sort & Filter.

2. In the drop‐down menu, click Custom Sort.

3. In the Sort pop‐up window, check My data 

has headers; choose “% Agree” to Sort by. 

Select Largest to Smallest under Order.

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Table Presentation Tips

Have as few columns as possible

Present essential information

Round the percentages to the nearest whole 

number

Arrange items in a logical order

Put the more detailed table in the appendix 

for “detail oriented” readers

(15)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

29

Steps to create a chart

1. Select the cells with data and the header.

2. Go to the Insert tab, in the Charts

3. Click Column chart type, and then click the 

first subtype — 2D clustered column

4. Format the chart as desired

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

30

It looks like this:

(16)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

31

Tips on chart formatting

Make the range of the y‐axis cover the 

possible range (i.e., 0 to 100%)

Add data labels

Delete the grid lines

Delete the axis

Delete the legend

Change the title

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

32

Change axis range

Right click on the y‐axis. Choose Format Axis 

at the bottom of the pop‐up menu.

Select Fixed for Maximum and type “1” next 

to it.

(17)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

33

Add data labels

Right click on one of the value bars.

Choose Add Data Labels in the pop‐up menu.

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

34

Cleaned up chart

(18)

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

Chart Presentation Tips

Do NOT use a three dimensional chart

Avoid unnecessary/information

Think ink‐to‐information ratio

Informative with a clear title and data labels

35

2013 Assessment Leadership Summer Institute

2013 Assessment Leadership Summer Institute

EXPLORATION OF NEW TECHNOLOGY

Explore one technology that you haven’t used before. 

Describe it’s function and use in Laulima Forum.

Check out the “Apps list” handout in Laulima.

(19)

iOS only

DataCollections. ($2.99)

Flexible tool for collecting data. Create a template to

enter data into. Can export to Excel-readable format.

https://itunes.apple.com/us/app/datacollections/id448201

935?mt=8

Draw Flow Chart for iPad. ($1.99)

Create curriculum maps or other flow charts with easy

drag-and-drop touch controls.

https://itunes.apple.com/us/app/draw-flow-chart-for-ipad/id428461778?mt=8

Android only

Grade Book for Professors PRO. ($4.99)

Manage student grades from a tablet. Use it to track

participation immediately during class.

https://play.google.com/store/apps/details?id=com.grade

book.academics&referrer=utm_source%3Dappbrain%2

6utm_medium%3Dappbrain_web%26utm_campaign%3

Dappbrain_web

Easy Assessment – Rubric Tool. ($1.05)

Create rubrics for grading.

https://play.google.com/store/apps/details?id=com.thepe

geekapps.easyassessment

(20)

immediately calculated and sent to students through

email.

Both

Attendance.

Simple attendance marking app.

iOS: ($4.99)

https://itunes.apple.com/us/app/id301753475?mt=8

Android (free):

https://play.google.com/store/apps/details?id=com.acade

mics.attendance

Socrative Clicker. (Free)

Like iClicker, but with a web interface. This could be

used to take instant surveys in class without requiring

students to purchase an iClicker. Students can download

the apps for iOS or Android or access a website from

their laptop or smartphone.

iOS (free): Student Clicker

http://appshopper.com/education/socrative-student

iOS (free): Teacher Clicker

http://appshopper.com/education/socrative-teacher

Android (free):

https://play.google.com/store/apps/details?id=com.socra

tive.teacher&hl=en

.

(21)

be accessed from anywhere with an Internet connection.

Use this to easily share files of any size between faculty

members to facilitate collaboration on assessment.

iOS:

https://itunes.apple.com/us/app/id327630330?mt=8

Android:

https://play.google.com/store/apps/details?id=com.dropb

ox.android&hl=en

Foxit Mobile PDF.

PDF reading and annotation.

IOS ($0.99):

http://itunes.apple.com/us/app/foxit-pdf/id507040546?mt=8

Android (free):

https://play.google.com/store/apps/details?id=com.foxit.

mobile.pdf.lite

References

Related documents

Summer Institute: What the Best Teachers Do, Montclair, NJ, June 2007 Hong Kong UST Summer Symposium in Accounting Research, 2004 The Art & Craft of Discussion Leadership,

Centralized scanning operations can range from a local print-room walk-up service to a major inbound mail scanning installation, tasked with turning round all incoming mail for a

 Seriousness of intoxication classified as life threatening, requiring treatment in hospital: 5 cases (in 3 cases α-PVP was only substance identified; in 1 case α-PVP

Bleed that person literotica anal consent to meet with sex trafficking between both girls in policy there is wrong and just as time.. Stiil primitive and do anal non consent; some

Completion and achieving a minimum pass mark of 50% for management accounting modules in two years of the degree, and completion and achieving a minimum pass mark of 50% in a

The difference (though not always 18 ) tends to be in the countries that they desire to move to. San Jie’s daughter plans to teach Chinese for a semester in Thailand, and

The new MV engine employs an extreme bore to stroke ratio that allows it to reach a level of performance never before reached by a four cylinder production motorcycle engine.. The

Desarrolle una función en c++ que reciba dos arreglos de caracteres , el primer arreglo tendrá Una palabra normal y el segundo arreglo se deberá almacenar la palabra oculta usando