Learn R Programming

spheredata (version 0.1.3)

FMCI: The Fluid Mechanics Concept Inventory (FMCI) dataset

Description

The Fluid Mechanics Concept Inventory (FMCI) is developed in 2003 as a conceptual inventory to explore students' ideas of fluid mechanics concepts [see Martin et al. (2003)]. The FMCI administers 30 multiple choice items.

Usage

data(FMCI)

Arguments

Format

A data frame of students' responses on the following 30 FMCI multiple choice items. The FMCI numbering system starts from the item 3.

FMCI3

A student's response on the FMCI item number 3.

FMCI4

A student's response on the FMCI item number 4.

FMCI5

A student's response on the FMCI item number 5.

FMCI6

A student's response on the FMCI item number 6.

FMCI7

A student's response on the FMCI item number 7.

FMCI8

A student's response on the FMCI item number 8.

FMCI9

A student's response on the FMCI item number 9.

FMCI10

A student's response on the FMCI item number 10.

FMCI11

A student's response on the FMCI item number 11.

FMCI12

A student's response on the FMCI item number 12.

FMCI13

A student's response on the FMCI item number 13.

FMCI14

A student's response on the FMCI item number 14.

FMCI15

A student's response on the FMCI item number 15.

FMCI16

A student's response on the FMCI item number 16.

FMCI17

A student's response on the FMCI item number 17.

FMCI18

A student's response on the FMCI item number 18.

FMCI19

A student's response on the FMCI item number 19.

FMCI20

A student's response on the FMCI item number 20.

FMCI21

A student's response on the FMCI item number 21.

FMCI22

A student's response on the FMCI item number 22.

FMCI23

A student's response on the FMCI item number 23.

FMCI24

A student's response on the FMCI item number 24.

FMCI25

A student's response on the FMCI item number 25.

FMCI26

A student's response on the FMCI item number 26.

FMCI27

A student's response on the FMCI item number 27.

FMCI28

A student's response on the FMCI item number 28.

FMCI29

A student's response on the FMCI item number 29.

FMCI30

A student's response on the FMCI item number 30.

FMCI31

A student's response on the FMCI item number 31.

FMCI32

A student's response on the FMCI item number 32.

References

Martin, J., Mitchell, J. & Newell, T. Development of a concept inventory for fluid mechanics. in Proceedings of the 33rd Annual Frontiers in Education 2003 vol. 1 T3D (IEEE, 2003).

Examples

Run this code
library(spheredata)
# Call the data from spheredata package
get("FMCI")
# Open the data
FMCI

Run the code above in your browser using DataLab