Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ Please fork this repository to your own account, either directly edit the README
Your statements should include:

* The problem you are addressing
* The eductional goal that you plan to address
* Your objectives for the project

How can we use existing student data in combination with student interaction data to assess, measure, and predict performance on state mandated assessment examinations?

* The educational goal that you plan to address & objectives for the project

I would like to use machine learned methods on existing student interaction data to first extract knowledge component data, and then use these KC values in order to predict their performance on a future knowledge skill assessment. Predictive modeling will be accomplished by aggregating this KC level data with student demographics and past achievement on previous exams.

* Your priorities for the project

Obtain a dataset, analyze and clean the dataset, generate the KC features, aggregate KC features with student data, build model using ML, score and evaluate model, back test model performance and evaluate student success performance.
Copy link
Contributor

@charles-lang charles-lang Sep 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks doable. Where do you plan to get the data? Have you checked out LearnShpere yet?


* What you plan to measure to achieve your educational goal and address your problem
* **Including an fake data set**

Good luck!
Student performance on Latent knowledge components within interaction data and compare this to the students’ performance on overall skill assessment.

6 changes: 6 additions & 0 deletions StudentDemographic.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Student ID,Age,Gender,Class #,Teacher #,Total number Absense within school year,Homework Completed
1,12,M,4,5,0,30
2,13,F,2,1,0,28
3,12,F,2,1,3,20
4,11,M,3,3,12,11
5,12,F,1,1,15,24
6 changes: 6 additions & 0 deletions StudentExamScores.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Student ID,Number of Questions Missed,Questions Missed,Overall Examination Score,Standardized Examination Score (z-score normalization)
1,4,"4,2,7,10",78,-1.6
2,3,"6,3,1",83,1.1
3,1,8,92,2.3
4,1,8,92,-0.3
5,0,NULL,100,3.3
7 changes: 7 additions & 0 deletions StudentKCPerformance.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Student ID,Qustion 1 Attempt3,Question 1 Time Stamp,Qustion 2 Attempt3,Question 2 Time Stamp,Qustion 3 Attempt3,Question 3 Time Stamp,Qustion 4 Attempt3,Question 4 Time Stamp
1,1,9/22/16 1:10 PM,2,9/22/16 1:10 PM,2,9/22/16 1:10 PM,1,9/22/16 1:10 PM
2,1,9/22/16 2:10 PM,1,9/22/16 2:10 PM,1,9/22/16 2:10 PM,2,9/22/16 2:10 PM
3,4,9/22/16 3:10 PM,3,9/22/16 3:10 PM,0,9/22/16 3:10 PM,0,9/22/16 3:10 PM
4,3,9/22/16 4:10 PM,2,9/22/16 4:10 PM,3,9/22/16 4:10 PM,2,9/22/16 4:10 PM
5,1,9/22/16 5:10 PM,1,9/22/16 5:10 PM,3,9/22/16 5:10 PM,1,9/22/16 5:10 PM
,,,,,,,,