Questions tagged [articulate]

19 questions
3
votes
1 answer

Clustor block expection

I use articulate for building my chatbot. https://github.com/samtecspg/articulate I get the below error when I execute docker-compose up api_1 | api_1 | /usr/src/app/server/index.js:33 api_1 | throw err; api_1 …
Bharath Pabba
  • 1,725
  • 5
  • 16
  • 24
1
vote
0 answers

Render/Display Articulate content with Iframe

I publish Articulate content with LMS Option and choose Tin Can API option in Output Options section. Now when i Render/Display it with Iframe and when i click in Any link it throw following error. Please help me to figure it out. app.min.js:40…
Samit Khulve
  • 154
  • 6
1
vote
2 answers

Track external resources (PDF)

I published one course having 2 external resources (PDFs). When the user clicks on the PDF option available in the Resources section, it gets opened in the browser, but no statements are inserted into the LRS. Am I missing some settings which will…
Chinmay Waghmare
  • 5,368
  • 2
  • 43
  • 68
1
vote
1 answer

Umbraco Articulate Tags and Categories Returning "System.String[]"

I am trying to set up a blog using Umbraco and the Articulate plugin. Everything seems to be working great except the Tags and the Categories are returning a string that contains "System.String[]" rather than the values I have assigned to those…
bwsmith707
  • 51
  • 5
1
vote
0 answers

Articulate Storyline custom Menu Tab

I need help from anybody who has used and knows both Articulate Storyline and HTML / JAVASCRIPT coding. When someone publishes from Articulate Storyline to WEB (HTML5 only) with the option of Menu Tab visible at all times, is it possible that by…
Moonwreck
  • 19
  • 1
1
vote
1 answer

About Articulate in HTML5, and information left by a course

I'm new to Articulate, and I need your help. I have an Articulate course exported to HTML5 format. This course is not integrated inside any LMS system, it's just left in a folder of a web server. I want to pass this course, and see where the final…
Jordisan70
  • 11
  • 1
0
votes
0 answers

Storyline 360 - Get element in drop target through JS

I was wondering if it was possible to get an element which is in a drop target through JavaScript in Storyline 360. The situation is the following: I got 20 elements and 20 drop targets (numbered from 1 to 20). This allows the user to drag any…
Tobias Glaus
  • 3,008
  • 3
  • 18
  • 37
0
votes
0 answers

Articulate Storyline - proceed to next slide after filling feedback form (minimum amount of words)?

There's a way to proceed to next slide only after filling the feedback form in Articulate Storyline - but, is there a way to let the learner write a minimum amount of words in the feedback form, before proceeding to next slide? I know Javascript is…
0
votes
0 answers

How to integrate the course package (xAPI) exported from Articulate in a customized LMS and track the course completion status, etc?

I'm very new to xAPI and would like to have some advice on integrating a course package exported from Articulate(https://articulate.com/) using xAPI. The following steps are carried out or tested and it's okay to view the course Create a course in…
khet
  • 95
  • 11
0
votes
1 answer

Rank and Match Variables in Articulate Storyline / JavaScript

I hope anybody can help. I want to rank (13) scores (variables) that are determined through an assessment. The scores then need to be ranked (descending order) and then match to variables RankOne, RankTwo, etc. var player = GetPlayer();
0
votes
1 answer

Trying to run Python using Reticulate giving a module not found error, but it is installed

I am trying to source data from a python script to use in R. I am using Articulate and PyCharm. The script imports the module GetOldTweets3 and runs fine on its own, but when I try to run it using Articulate, I get Exception: ModuleNotFoundError: No…
SelketDaly
  • 539
  • 1
  • 5
  • 20
0
votes
1 answer

Elasticsearch connection refused (dial tcp 172.20.0.6:9200 ) - Articulate v0.21.2 Release

I am trying to install Articulate v0.21.2 I pulled the latest from github by following the steps from Articulate Website Installed Docker Toolbox on Windows 7. On running docker-compose up , I am getting a Elasticsearch connection refused (dial tcp…
0
votes
1 answer

Articulate Chatbot Installation "ERROR: for rasa Cannot start service rasa: OCI runtime create failed"

After installing docker toolbox and rasa to run articulate chatbot, After trying docker-compose up and configuring docker-compose.yml file, I receive this error. Please help.Error Screenshot
0
votes
1 answer

How to add customized themes to Umbraco Articulate?

How do I add customized themes to umbraco, because i when look at the templates of the blog content pages, they actually don't have any templates specified.
0
votes
1 answer

the speack function i.e articulate js which is not working

I'm using articulate.js to add text to speech to the website. the code is as follows :
1
2