Learn R Programming

spheredata (version 0.1.3)

TCE: The Thermal Concept Evaluation (TCE) dataset

Description

There are 26 multiple-choice items in the TCE examining students’ alternative concepts on heat, temperature, heat transfer and temperature change, and thermal properties. The alternative concepts are discovered based on former studies, and they are used as a researcher basis to construct the TCE distractors.

Usage

data(TCE)

Arguments

Format

A data frame of students' responses on the following 26 TCE multiple choice items.

TCE1

A student's response on the TCE item number 1.

TCE2

A student's response on the TCE item number 2.

TCE3

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

TCE4

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

TCE5

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

TCE6

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

TCE7

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

TCE8

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

TCE9

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

TCE10

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

TCE11

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

TCE12

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

TCE13

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

TCE14

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

TCE15

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

TCE16

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

TCE17

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

TCE18

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

TCE19

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

TCE20

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

TCE21

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

TCE22

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

TCE23

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

TCE24

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

TCE25

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

TCE26

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

Examples

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

Run the code above in your browser using DataLab