cancel
Showing results for 
Search instead for 
Did you mean: 

ANCILE uPERFORM 5.1 result assessment mode

Former Member
0 Kudos

Hello!!

We have ANCILE uPerform 5.1 and we need to collect assessment results without LMS,

we  are not interesting in create an Active Server Page (ASP) or Java Server Page (JSP) on a web server to receive the output for subsequent storage


we will specify the URI to send the assessment result on uPerform template.

For Course assessment:

1. From the SPP Client (uPerform Client), open the new template.

2. Click Publications on the status bar.

3. Select Course under Default Publication Settings in the task pane.

4. Select Course LMS Settings from the drop-down-list.

5. Deselect Create a Package check box

6. Specify your Assessment URI page in Assessment URI filed

so in my Assessment URI we typed an email address like mailto:something@mydomain.com

but in our courses when we want to send results does not work fine... with Internet Explorer first appear a message "This form is being submitted using e-mail. submitting this form will reveal your e-mail address to the recipient... you may continue or cancel this submission. ... we click in Accept.

and open my outlook and new message to something@mydomain.com, but in the message body are empty...

so we tested with mozila firefox and works fine, an example:

message body:

     LessonName=Axxxxxxxxxxxxxx
      StudentName=xxxxxxxx
      TotalInteractions=11
      TotalIncorrect=10
      Score=9%
      Status=FAIL
      ListOfIncorrect=1,2,3,4,5,6,7,8,10,11

we have Windows Server 2008R2 and SQL Server 2008 R2

in our PC´s Internet Explorer 7,8,9

we hope you can help us

thanks...

Néstor

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nestor,

You may have switched 'Protected mode' = 'On' in the security settings of Internet Explorer. (See in your last attachment)

But correct working of the HTML-forms always expecting setting in security settings of your browser:

- 'Protected mode' = 'Off'

and

- allowing execution of JavaScript and ActiveX control elements since it is required for sending back the responses. (take you time and review note 1076529 for more details)

Hope this helps,

Matthew