Skip to content

MAPLE-Robot-Subgoaling/IPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPT

An Intelligent Programming Tutor (IPT) is a specific implementation of an intelligent tutoring system that is designed for someone learning to program. It maintains an internal model of the student interacting with the system. The system uses that model in conjunction with programming domain knowledge to give constructive feedback to the student. The goal of a successful IPT is to supplement formal instruction, bridging any gaps in student programming knowledge to bring them to mastery in the language.

For Michael's thesis work, he is particularly interested in the constructive feedback component of an IPT.

  1. How effective are current hint generation methods?
  • Is there a better way? Anything that hasn't been tried.?
  1. What is the student's percieved effectiveness of a given hint?
  2. How well is a misunderstoof concept conveyed by a given hint?
  3. Did the student take a hint and apply it to the problem correctly?
  4. Was the flaw in the student's thinking corrected?
  • Can they now solve a similar problem without a hint?

About

This repository contains code to support the hint generation research in Michael Neary's thesis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages