Difference between revisions of "Google summer of code projects"

From WeBWorK_wiki
Jump to navigation Jump to search
(New page: == Goggle summer of code projects== A place to list projects that might be work as "Goggle summer of code projects". Write a short summary -- and if you wish create a new wiki page for m...)
 
Line 3: Line 3:
 
A place to list projects that might be work as "Goggle summer of code projects". Write a short summary -- and if you wish create a new wiki page for more details.
 
A place to list projects that might be work as "Goggle summer of code projects". Write a short summary -- and if you wish create a new wiki page for more details.
   
* Project: '''Data mine WW database''' Write software that allows one to determine which WeBWorK projects are hard, which ones are defective? which ones are effective?
+
* Project: '''Data mine WW database'''. Write software that allows one to determine which WeBWorK projects are hard, which ones are defective? which ones are effective?
## The basic plan would be to data mine the databases existing at each site to catalog questions that have an unusual number of wrong attempts before the question is answered correctly. This requires software to do the preliminary extraction and then software to make it fairly easy for humans to analyze the questions and determine what causes the large number of wrong attempts. Bad question wording? just hard? used in inappropriate course? How to determine effectiveness is even more nebulous -- although that is what would most like to know. Another statistic might be which questions are most widely used? A flexible tool that allowed asking many related questions would be most useful.
+
** The basic plan would be to data mine the databases existing at each site to catalog questions that have an unusual number of wrong attempts before the question is answered correctly. This requires software to do the preliminary extraction and then software to make it fairly easy for humans to analyze the questions and determine what causes the large number of wrong attempts. Bad question wording? just hard? used in inappropriate course? How to determine effectiveness is even more nebulous -- although that is what would most like to know. Another statistic might be which questions are most widely used? A flexible tool that allowed asking many related questions would be most useful.
 
** Add other statistical questions here:
 
** Add other statistical questions here:
 
** Preliminary plan of attack: [[Data mine WW database details]]
 
** Preliminary plan of attack: [[Data mine WW database details]]
   
* Related project: '''User interface for question statistics'''User interface software that mapped collection of statitical metadata about questions described above onto the NationalProblemLibrary and Library browser so that instructors would have this information easily available as they chose questions for their classes.
+
* Related project: '''User interface for question statistics'''. Develop user interface software that mapped collection of statitical metadata about questions described above onto the NationalProblemLibrary and Library browser so that instructors would have this information easily available as they chose questions for their classes. This would probably involve perl programming to interoperate properly with the existing WW course management interface.

Revision as of 14:12, 7 October 2009

Goggle summer of code projects

A place to list projects that might be work as "Goggle summer of code projects". Write a short summary -- and if you wish create a new wiki page for more details.

  • Project: Data mine WW database. Write software that allows one to determine which WeBWorK projects are hard, which ones are defective? which ones are effective?
    • The basic plan would be to data mine the databases existing at each site to catalog questions that have an unusual number of wrong attempts before the question is answered correctly. This requires software to do the preliminary extraction and then software to make it fairly easy for humans to analyze the questions and determine what causes the large number of wrong attempts. Bad question wording? just hard? used in inappropriate course? How to determine effectiveness is even more nebulous -- although that is what would most like to know. Another statistic might be which questions are most widely used? A flexible tool that allowed asking many related questions would be most useful.
    • Add other statistical questions here:
    • Preliminary plan of attack: Data mine WW database details
  • Related project: User interface for question statistics. Develop user interface software that mapped collection of statitical metadata about questions described above onto the NationalProblemLibrary and Library browser so that instructors would have this information easily available as they chose questions for their classes. This would probably involve perl programming to interoperate properly with the existing WW course management interface.