Search found 15 matches

by rsaucier
Mon Nov 12, 2012 6:27 pm
Forum: Administration Management
Topic: Change display order of Lastname, Firstname
Replies: 6
Views: 8973

Re: Change display order of Lastname, Firstname

To change this, edit the /lib/lib.user.php file (after making a backup copy!). Search for getUserName then edit to look like this: public function getUserName() { $user_info = $this->aclManager->getUser(getLogUserId(), false); return ( $user_info[ACL_INFO_FIRSTNAME].$user_info[ACL_INFO_LASTNAME ...
by rsaucier
Wed Oct 03, 2012 8:44 pm
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 17651

Re: "Add SCORM Results" as Final Score

:( I was afraid of that! I've been staring at code for the last day and finally had to put it away. We've managed a work-around but our LMS administrator really wants to embed the quizzes within the SCORM LOs rather than have a separate test; our courses tend to be rather long due to subject matter ...
by rsaucier
Tue Oct 02, 2012 3:37 pm
Forum: Installation and configuration
Topic: Administrator Scoring
Replies: 4
Views: 6575

Re: Administrator Scoring

Yup! I just got approval from the CIO to do it ... issue resolved ... not elegant but it's resolved. :)
by rsaucier
Tue Oct 02, 2012 2:35 pm
Forum: Installation and configuration
Topic: Administrator Scoring
Replies: 4
Views: 6575

Re: Administrator Scoring

That is an excellent idea but, just to be difficult, we are authenticating against our network (LDAP) and there's no failover to local authentication. I've asked our CIO if he's OK with creating special accounts for the LMS Admins or one umbrella administrator account. Thank you for your time! Robert
by rsaucier
Tue Oct 02, 2012 2:32 pm
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 17651

Re: "Add SCORM Results" as Final Score

Hi Max, Let me ask a stupid question -- Both the in-Docebo test and the SCORM LO test are weighted at 50% to give the score of 100? I ask because this misled me when I originally said that the problem was fixed with a clean installation. I had a Test LO and a SCORM LO test, and a final score of 100 ...
by rsaucier
Mon Oct 01, 2012 11:17 pm
Forum: Installation and configuration
Topic: Administrator Scoring
Replies: 4
Views: 6575

Administrator Scoring

I'm not sure where this question should go, so if it needs to be moved, please do!

Our administrators also need to have their scoring carried through--we are "students" as well. Is there a configuration option to allow this or does anyone know where this check resides in the code?

Thanks!
by rsaucier
Mon Oct 01, 2012 7:50 pm
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 17651

Re: "Add SCORM Results" as Final Score

Just for completeness -- tests created in Docebo pass through as do activities added and manually scored. It is ONLY SCORM LOs that are not passing through.
by rsaucier
Mon Oct 01, 2012 7:48 pm
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 17651

Re: "Add SCORM Results" as Final Score

I've just downloaded the trial of Articulate and loaded/exported the short PPT that I've been using as my test. I recreated the quiz with the Articulate quiz maker then published/uploaded to Docebo. Still no luck. I'm viewing a a User/Student. Score is present in the gradebook but will not pass ...
by rsaucier
Mon Oct 01, 2012 7:12 pm
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 17651

Re: "Add SCORM Results" as Final Score

Most certainly! I've tried to upload the zip here but it is too large (1.16MB).

What is the best way to share it here?
by rsaucier
Mon Oct 01, 2012 3:23 pm
Forum: E-Learning Management & Frontend
Topic: "Add SCORM Results" as Final Score
Replies: 15
Views: 17651

Re: "Add SCORM Results" as Final Score

Unfortunately, I was premature in stating that a new installation resolved it. I cannot get the functionality to work. I've added code in the source code to print the query to a file and for each student, it's showing a score of 0. If anyone else has come across this and resolved it, either through ...