SELECTobj.id, ag.name, stmt.verb_idFROM statements stmtJOIN objects obj ON stmt.object = obj._idJOIN agents ag ON stmt.actor= ag._id
Object
|
User
|
Verb ID
|
https://www.coursera.org/specializations/python/1 | Cathyleen Simonne | http://adlnet.gov/expapi/verbs/commented |
https://www.coursera.org/specializations/python/1 | Cathyleen Simonne | http://adlnet.gov/expapi/verbs/commented |
https://www.coursera.org/specializations/python/1 | Cathyleen Simonne | http://adlnet.gov/expapi/verbs/terminated |
https://www.coursera.org/learn/neural-networks/1 | Nerti Zandra | http://adlnet.gov/expapi/verbs/initialized |
https://www.coursera.org/learn/neural-networks/1 | Nerti Zandra | http://adlnet.gov/expapi/verbs/suspended |
https://www.coursera.org/learn/neural-networks/1 | Nerti Zandra | http://adlnet.gov/expapi/verbs/resumed |
SELECTag.name, stmt.verb_id, lg.value as Object_Title, res.score_scaledFROM statements stmtJOIN objects obj ON stmt.object = obj._idJOIN agents ag ON stmt.actor= ag._idJOIN definitions def ON def._id = obj.definitionJOIN langMaps lg ON def.name = lg._idJOIN results res ON stmt.result = res._idwhere stmt.verb_id = "http://adlnet.gov/expapi/verbs/terminated"and res.score_scaled > .6
User
|
Object English title
|
Score
|
Cathyleen Simonne | Programming for Everybody (Getting Started with Python) | 0.99 |
Coral Bev | Reproducible Research | 0.69 |
Coral Bev | Programming Languages, Part B Lesson | 0.83 |
Coral Bev | Using Python to Access Web Data | 0.81 |
Coral Bev | Regression Models | 0.82 |
Coral Bev | Exploratory Data Analysis | 0.91 |
Inga Phillie | Programming Languages, Part B Lesson | 0.98 |
Inga Phillie | The Data Scientist’s Toolbox | 0.79 |
SELECTags.name as Student,parentMap.value AS Course,lessonMap.value AS Lesson,ress.score_scaled AS ScoreFROM statements stmtsJOIN contexts as ctxobj on stmts.contexts = ctxobj._idJOIN objects as objs on stmts.object = objs._idJOIN contextActivities as ctxparent on ctxobj.contextActivities_parent = ctxparent._idJOIN results as ress on stmts.result = ress._idJOIN agents as ags on stmts.actor = ags._idJOIN definitions as obj ON objs.definition = obj._idJOIN langMaps as lessonMap ON obj.name = lessonMap._idJOIN definitions as parent ON ctxparent.definition = parent._idJOIN langMaps as parentMap ON parent.name = parentMap._idWHEREress.score_scaled > .5ORDER BY Student, Course, Lesson;
Student
|
Parent Course
|
Object
|
Score
|
Thelma Cherey | Deep Learning | Neural Networks and Deep Learning | 0.88 |
Thelma Cherey | Deep Learning | Sequence Models | 0.58 |
Thelma Cherey | Deep Learning | Structuring Machine Learning Projects | 0.57 |
Thelma Cherey | Learn to Program and Analyze Data with Python | Programming for Everybody (Getting Started with Python) | 0.58 |
Thelma Cherey | Learn to Program and Analyze Data with Python | Python Data Structures | 0.93 |
Theresina Benedikta | Deep Learning | Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization | 0.57 |
Theresina Benedikta | Deep Learning | Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization | 0.68 |
Theresina Benedikta | Deep Learning | Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization | 0.51 |
Theresina Benedikta | Deep Learning | Neural Networks and Deep Learning | 0.6 |
Theresina Benedikta | Deep Learning | Neural Networks and Deep Learning | 0.54 |