Learn R Programming

spheredata (version 0.1.3)

MWCS: The Mechanical Waves Conceptual Survey (MWCS) dataset

Description

The MWCS is the most important test to date that has been designed to evaluate students’ understanding of four main topics in mechanical waves. It encompasses some concepts surrounding propagation, superposition, reflection, and standing waves within 22 multiple choice items.

Usage

data(MWCS)

Arguments

Format

A data frame of students' responses on the following 22 MWCS multiple choice items.

MWCS1

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

MWCS2

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

MWCS3

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

MWCS4

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

MWCS5

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

MWCS6

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

MWCS7

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

MWCS8

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

MWCS9

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

MWCS10

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

MWCS11

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

MWCS12

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

MWCS13

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

MWCS14

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

MWCS15

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

MWCS16

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

MWCS17

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

MWCS18

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

MWCS19

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

MWCS20

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

MWCS21

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

MWCS22

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

References

Barniol, P. & Zavala, G. Mechanical waves conceptual survey: Its modification and conversion to a standard multiple-choice test. Phys Rev Phys Educ Res 12, 010107 (2016).

Examples

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

Run the code above in your browser using DataLab