Forum .LRN Q&A: Re: Importing, Managing and Delivering Courses Using IMS Specifications out for Testing!

Hi,

I have
- File-Storage 5.1.0a5
- LORS 0.4d
- Kernel  5.2.0d7
- CR  5.2.0d8
installed and uploaded a scorm 1.2 course successfully. Now when I open the course I have two problems:

1. Any page that I try to display I get the following Error:

invalid command name "fs::item_editable_p"
    while executing
"fs::item_editable_p -item_id $content(item_id)"
    invoked from within
"if { [info exists content(item_id)] } {
    set write_p [fs::item_editable_p -item_id $content(item_id)]
} else {
    # No content to edit
    set wri..."
    ("uplevel" body line 39)
    invoked from within
"uplevel {

How do I fix this problem?

2. Since I need to load the SCORM Runtime Wrappers for each page I have to get rid of the fact that each html page is served inside the master template of dotlrn. the pages should be displayed alone. So to allow navigation we either need three frames (navigation, next/prev and content itself) or the navigation buttons have to get included also on the left frame where navigation is.

Greetings,
Nima

Nima, I just fixed the master template error:
copy the new lorsm/templates/lorsm-default.adp to your ../serverdir/templates/

For the navigation arrows, yes, I agree, it should be an small square in the top left frame and exit should go at the end of that same frame. Now navigation is just a pain (Galileo work on that in none do it before, we'll start big deployment of lors on january 05).