Dataset on points earned out of points possible on more than 29,000 class assignments

course_data

Format

Dataset of class tibble.

Source

John Ranellucci and Joshua Rosenberg

Examples

str(dataedu::course_data)
#> tibble [29,711 × 8] (S3: spec_tbl_df/tbl_df/tbl/data.frame) #> $ CourseSectionOrigID: chr [1:29711] "AnPhA-S116-01" "AnPhA-S116-01" "AnPhA-S116-01" "AnPhA-S116-01" ... #> $ Bb_UserPK : num [1:29711] 60186 60186 60186 60186 60186 ... #> $ Gradebook_Item : chr [1:29711] "POINTS EARNED & TOTAL COURSE POINTS" "WORK ATTEMPTED" "0.1: Message Your Instructor" "0.2: Intro Assignment - Discussion Board" ... #> $ Grade_Category : chr [1:29711] NA NA NA "Hw" ... #> $ FinalGradeCEMS : num [1:29711] 86.3 86.3 86.3 86.3 86.3 ... #> $ Points_Possible : num [1:29711] 5 30 105 140 5 5 20 50 10 50 ... #> $ Points_Earned : num [1:29711] 4.05 24 71.67 140.97 5 ... #> $ Gender : chr [1:29711] "F" "F" "F" "F" ... #> - attr(*, "spec")=List of 3 #> ..$ cols :List of 8 #> .. ..$ CourseSectionOrigID: list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector" #> .. ..$ Bb_UserPK : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector" #> .. ..$ Gradebook_Item : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector" #> .. ..$ Grade_Category : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector" #> .. ..$ FinalGradeCEMS : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector" #> .. ..$ Points_Possible : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector" #> .. ..$ Points_Earned : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_double" "collector" #> .. ..$ Gender : list() #> .. .. ..- attr(*, "class")= chr [1:2] "collector_character" "collector" #> ..$ default: list() #> .. ..- attr(*, "class")= chr [1:2] "collector_guess" "collector" #> ..$ skip : num 1 #> ..- attr(*, "class")= chr "col_spec"