RBuster's Recent Forum Activity

  • Hello

    Just to be certain, why do you want to use SCORM for your form ? Is it requested by your client ? SCORM is really focused for the e-learning, it's made to track the progression of a learner in a lesson for example.

    By the way it's still possible to store a form in the scorm database model. There is one field where you can write anything you want : the "cmi.suspend_data" field.

    It's limited to 4000 characters in the scorm 1.2 version so I recommend to use the scorm 2004 version.

    What I would do technically :

    When you click the "submit" button of your form, I would create some kind of json with every data of the form.

    Optionnaly, I would convert the json string to base64 to eliminate errors regarding escaping, encoding...

    Then I would store it in the "cmi.suspend_data" field

    If you need more details, dont hesitate to ask

    Thanks for answering.

    The client is asking me to create a form with SCORM. The learners will use this form to simulate a requisition form used by the company. This form will have text fields and drop-down list menus and we don't need to check the answers. We just need to check if the user answers all the questions and to get these answers and save them with the SCORM. Does it make sense? As I said before I don't understand anything about SCORM and I need to make a really simple demonstration in 2 hours. I would really appreciate if you could show me a simple example.

    Edited: I forgot to say that the client used a term to refer to the SCORM. He said exactly this: All the forms need to be checked and confirmed as "SCORM compliant". Do you know this term? What did he mean with this?

  • Hello

    I updated my first post with the new Construct 3 Version

    Hi Mimiste

    I need to create a simple form to demonstrate the SCORM feature in the C3 to a possible client and I need some help to use your plugin. I don't know anything about SCORM. In this form, all of the fields will have to have an input. For the open text fields, it could be any alphanumeric text and for the drop-down menus, it would be one of the options listed. I intend to use C3 to create a very simple form with 3 fields: two text box and a drop-down menu.

    Could you help me with this? If I get this job I intend to pay for this plugin (or make a donation if you prefer).

    Thanks in advance.

  • You just check the value at the start of the initial layout that points to the specific layout

    > on start of layout

    -> QueryParam("foo") =1, go to layout 1

    Where

    mysite/index.html?foo=1

    Thanks, newt

    I will give it a try.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • You're talking about a layout in an exported game? It is in an obscure form so that it both takes up less space and isn't readable by anything but the runtime. It would open a can of worms if we reverse engineered the export to make that possible. There are probably better solutions than doing that

    Anyways, if you created both games you could make your own level loader. Basically take a level and output all the object locations and any other stuff relevant to your game to a text file. Then make a parser that reads that said text file and recreates all the objects again.

    Hi R0J0hound. Thanks for answering.

    Yes. I need to access an exported game layout. I am not using Construct to create the HTML file. I need to call the simple HTML through the C3 game and enable the reverse process (call a new layout in the C3 project using a link in this simple HTML).

  • scirra.com/manual/110/browser

    QueryParam

    Return a query string parameter by name. For example, if the URL ends with index.html?foo=bar&baz=wan, QueryParam("foo") returns bar and QueryParam("baz") returns wan.

    Thanks for replying, but in this case how can I use it in the HTML file to access the construct layout? Could you please show me an example?

  • Hi everybody

    I need to know if it is possible (and how can I do this) to access a specific construct layout from an external HTML link (a simple HTML page).

    Thanks in advance.

  • No idea how to solve this? I would appreciate any suggestion about how to create a communication between these two programs.

  • I am creating a project that will use C3 and Captivate to capture some screens. I am wondering if is possible to create a communication between these 2 programs, changing a variable's value, for example, to inform the C3 when the HTML5 presentation/class generated in Captivated ended.

    Thanks in advanced.

  • Did you try plugin converter?

    https://www.scirra.com/forum/plugin-converter_t190325

    Than

    Thanks. I will give it a try.

  • I really need some help here, please.

  • I have a plugin that I use sometimes in the C2 program to create a communication with the MongoDB that was developed by a guy in this forum that promised to give me total support but unfortunately, this guy disappear more than a year ago and I want to use this plugin in the C3 program. I need to know if someone could convert this plugin to me and under what condition.

    Thanks in advance for any help.

  • Ashley

    Just finalizing this post.

    Yesterday, after certified that I was not able to recover the project file and after explained what happened to my client, I started the project again with his blessing. However, when I tried to open the new local browser file today, I got the same message but the project was opened and apparently, nothing was wrong with it. Anyway, I preferred to load the cloud file.

    Other problems:

    • The program always crashes when I try to use "Undo" before to interact with several objects
    • The program sometimes crashes when I delete an animation
    • I only can save 10 exported projects (maybe it's not a problem but because of that I need to remove them constantly)
    • I cannot use the "minify" option to export the project because is not possible to open it on the mobile browsers (I tested on android/ios)

    I would like to suggest an easy way to send you the problems when the program crashes or any other problem happens. Something like the Apple usually do: a message field appears automatically for you describe the problem and an option to send or not a captured image.

RBuster's avatar

RBuster

Early Adopter

Member since 29 Oct, 2012

Twitter
RBuster has 2 followers

Connect with RBuster

Trophy Case

  • 12-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

21/44
How to earn trophies