JESS: [EXTERNAL] need help on Learning content management for JESS based Tutoring System

2013-05-16 Thread Rejaul Barbhuiya
Please bear with me as I am explaining in a bit details about my problem status. I am designing an Intelligent Tutoring System using JESS and J2EE. My ITS's teaching cycle is as follows: present learning material - present one/more examples - assess learning outcome through MCQ or fill_in_gap

JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-24 Thread Rejaul Barbhuiya
Kindly bear with me as I explain my query... I am developing an Intelligent Tutoring System using Jess + Servlet + Jsp. It will perform following actions (implemented as rules): 1. if student has completed a given task within specified time then give him next task. else jess rules will decide a

Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-26 Thread Rejaul Barbhuiya
Thanks Ernest. In my program, I was using runQuery(arg0, arg1) and storing the result in a Iterator as shown below. Then I am storing the result in token and from token to fact. Iterator sno = engine.runQuery(session-number,new ValueVector().add(sidValue)); if

Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-27 Thread Rejaul Barbhuiya
with your fact ** ** *From:* owner-jess-us...@sandia.gov [mailto:owner-jess-us...@sandia.gov] *On Behalf Of *Rejaul Barbhuiya *Sent:* Wednesday, June 26, 2013 6:22 AM *To:* jess-users *Subject:* Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

Re: JESS: [EXTERNAL] Creating an eLearning system following TekMart example

2013-06-27 Thread Rejaul Barbhuiya
?n))) ** ** (bind ?r (run-query* my-query 100)) (while (?r next) (bind ?fact (?r getObject f)) ;; … now do something with your fact ** ** *From:* owner-jess-us...@sandia.gov [mailto:owner-jess-us...@sandia.gov] *On Behalf Of *Rejaul Barbhuiya *Sent