Forum Problems Installing LAMS: Re: Re: Running preview again and again.


 
Search: 

3: Re: Re: Running preview again and again.
In response to 2 09/27/07 12:10 AM
[ Reply | Forward ]
Well I wanted to give the user the option of running the Learning sequence again, once he had completed the lesson.

Copying the activity would copy it once, or the number of times depending on how many times one copies and pastes.

It would also require that the author create the transitions that many times.

That is why it struck me that

to use the following code

/lams/learning/main.jsp?lessonID=${activityForm.lessonID}&mode=preview

somewhere after

lams:Passon id="${activityForm.lessonID}"
progress="${activityForm.progressSummary}"

but by generating a new lessonID.

Currently it is being generated when the user clicks on the preview button, which is in flash.

Rather I wanted to include the link in the page itself.

I guess that will do away with the author needing to specify the number of retries for all the activities.

I am not sure how I could generate the new lessonID, and wanted to know, how I could do that.

Regards,


C. Karthikeyan.

Posted by Karthikeyan Chidambaram

Reply to first post on this page
Back to Problems Installing LAMS