Forum .LRN Q&A: .LRN Demo Site

Collapse
Posted by Malte Sussdorff on
Galileo friendly provides the .LRN demo site at http://dotlrndemo.galileo.edu. It would be great to have it linked from http://demo.dotlrn.org as well (shorter to remember).

Additionally it would be good to have a couple of logins with demo classes on the site.

For German speaking users we did this already on http://demo.cognovis.de. It would be awesome if we had not only a German and English site but also Spanish and whatever language you like.

Collapse
2: Re: .LRN Demo Site (response to 1)
Posted by Rocael Hernández Rizzardini on
the login used to be at test.openacs.org, but anyway:
as professor:
mailto:dave@openacs.org
as student:
mailto:joel@openacs.org

both password are "1".

and yes, better to name it demo.dotlrn.org "as the official english demo", who can make that change on the domain?

Collapse
3: Re: Re: .LRN Demo Site (response to 2)
Posted by Volin Karagiozov on
I had a look at this demo site and even tried to install the evaluation package on my .LRN 2.1.1 at AUBG. I did it from install software, but when I tried to add the evaluation applet I have got an error.

Where can I find your code?

Can you give me some advice?

Regards,
Volin Karagiozov, AUBG
Here is what the system reported:
Server Error
There was a server error processing your request. We apologize.

Here is a detailed dump of what took place at the time of the error, which may assist a programmer in tracking down the problem:

Database operation "0or1row" failed (exception NSDB, "Query was not a statement returning rows.")

ERROR: Cannot insert a duplicate key into unique index acs_objects_pk

SQL:

select evaluation__new_item (
'117537', --item_id
'evaluation_grades_117537',
null,
'1344',
'117522',
current_timestamp,
'172.17.33.97',
'Exams ',
'Exams for students ',
'text/plain',
null,
null,
'text',
'content_item', -- item_subtype
'evaluation_grades' -- content_type
);


while executing
"ns_pg_bind 0or1row nsdb0 {

select evaluation__new_item (
:exams_item_id, --item_id
:exams_item_name,
null,
:creation_use..."
.....

Collapse
4: Re: .LRN Demo Site (response to 1)
Posted by Victor Guerra on
Hi Volin

You can checkout the code from cvs.openacs.org using the oacs-5-1 branch.
You have to checkout evaluation, evaluation-portlet, dotlrn-evaluation.
Then you install the dotrlrn-evaluation pkg.
Please notice that this versions has support for postgresql only. The oracle version is still in development =).

If you have any problem with the process please let me know.

Regards,
Victor Guerra