biodatascience: Collected data of interactive quizzes

Description Usage Format Source Examples

Description

Collected data of interactive quizzes used in a biological data science course.

Usage

1

Format

A data frame with 45721 rows and 11 variables:

date

Time of entry

tutorial

Quiz currently completed

version

Version of the quiz

user_name

Generic (anonymized) name of the student

label

Label of the question in the quiz

correct

For a multiple choice questions, whether answer is correct (TRUE) or not (FALSE). For an open question, whether the student submitted its final solution (TRUE), no mather if that solution is correct or not.

event

Events triggering the entry (learnr UI-related).

data

The answers proposed by the student (JSON string).

tuto_label

Combination of tutorial and label variables.

data_conv

Answer extracted of 'data'.

data_qu

Question extracted of 'data'.

Source

http://biodatascience-course.sciviews.org

Examples

1
2
3

BioDataScience-Course/BioDataScienceData documentation built on Aug. 30, 2020, 4:41 p.m.