Skip to main content
dfgdhs87969445
Participating Frequently
April 16, 2018
Question

How to build a program(.exe) with live-tracking rating-system?

  • April 16, 2018
  • 1 reply
  • 322 views

Hey guys,

we are making a program via adobe captivate which hase some informationslides and quizslides.

When we are done with that, we want to publish that as a program(.exe) with the function, that they have an own account

where they can see how good they are in the quizslides.

To save and synchronize the results of each user in that program, we though that a LMS like Moodle would do that for us.

But until now i cant find any function which would update the results of the users from the program and save them at a server.

So my questions are:

a) Is it possible to build that kidn of program via adobe captivate?

b) is it possible from AC -> LMS for the rating system?

c) if b) is not possible, what we should do?

thank you a lot for any help

Chris

This topic has been closed for replies.

1 reply

Lilybiri
Legend
April 16, 2018

Captivate is an eLearning authoring tool and collaborates normally with a LMS (like Moodle). If you want to transfer data to the LMS you need to create a SCO, using SCORM 1.2 or 2004. A LMS has a 'gradebook' for each user and manages their accounts.

Forget about creating an EXE: first of all they are Flash-based and EOL of the Flash player is announced and already the case for all mobile devices and for some recent browser versions. You need to publish to HTML, either a responsive or a non-responsive project. If you turn on reporting, you'll publish automatically to a SCO which can be uploaded to the LMS.

It would be good to read a litlle bit about the exact purpose of a LMS like Moodle, and of an authoring tool like Captivate.

dfgdhs87969445
Participating Frequently
April 16, 2018

Thank you for the input.

So its not possible to produce an responive .exe file by using captivate and a lms - is that what you mean?

Publishing in HTML means that the users interacting on my homepage and getting scored by the lms behind the scene?

Would you say that we need a  programmer to get our slides with the result-system into an .exe?

sry for the sum of questions, but it seems to be that you can help me a lot with just a couple of sentence.

Best regards,

Chris

Lilybiri
Legend
April 16, 2018

I tried to explain that you shouldn't use EXE, because it needs the Flash player, will never be responsive but have a fixed size. Forget about the EXE. It is all about HTML publishing now, where the course will be launched using a index.html file or something similar, just like websites.

With Captivate you can publish to HTML to have a course with a fixed size, or a rescalable course, or you can create a responsive course with either Fluid Boxes or Breakpoint views. Here is an example of a rescalable HTML course, which was not configured to have scores, but is just uploaded to my domain:

Captivate's Timeline

If I added scored objects like questions to this course, I would have to set up the Reporting, then publish which would result in a SCO and upload to a LMS instead of just a webserver. That is why you need a LMS. That LMS has to be set up, like defining all the user accounts (name + paswword), so that the user can be identified and the access can be restricted. No programming needed, unless you want to do something extraordinary. Same for Captivate, I rarely will add JS scripts, in most cases I develop the courses only with CP's functionalities.

Here is another example, where I embedded a published movie in an iFrame in this blog post:

Drag&Drop Actions - Captivate blog