Search results: 259

Page: ()   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 ...26   ()
 

You need to install/enable the spoor extension.

You can use the launchNewWindow extension to get your course to open itself in a new window on iOS, thereby avoiding the iOS/iframe problem.

 

Hi so I have returned to this and still cant get it to work

on checking the build folder there is the logo as you said however it still wont show up

Navigation.hbs looks like this

 

navigation. Less looks like this

 

 

files i've moddified are

adapt2\src\theme\adapt-contrib-vanilla\less\src\navigation.less

\adapt2\src\core\templates\navigation.hbs

 

so...what am I doing wrong please :)

 

 

Hi Matt

The learning content does contain both video and audio, so therefore it must be using Flash or Silverlight?? However iOS devices aren't able to play Flash or Silverlight, is there an app that can be used to play this content or can this content be recreated so its compatible with iOS devices?

Thanks

 

Hi all,

I am a beginner with Adapt framework, it's a very good framework with lots of work in it.

I am working on enabling SCORM 2004 with adapt-contrib-spoor as Spoor uses 1.2 by default. I've successfully configured SCORM 2004 for my course by help from this discussion (https://community.adaptlearning.org/mod/forum/discuss.php?d=1625). Scorm object has SCORM.data.get('cmi.suspend_data')  value when reloading the course. The course is created using adapt command (adapt create course myCourse).E.g.: SCORM.data.get('cmi.suspend_data') value: {"lang":"en","a11y":false,"completion":"11111110000000000000000","questions":"","_isCourseComplete":false,"_isAssessmentPassed":false}

However I got an issue that getting suspend_data is incorrect for courses created from the Authoring Tool (v0.4.0). Saving data is fine as the Completion status is complete, just getting is behaving a bit strange: when launching a completed course, getting data returned only SCORM.data.get('cmi.suspend_data') value: {"lang":"en"}.

I tried the same _spoor setting for both scenarios:

"_spoor": {
"_isEnabled": true,
"_reporting": {
"_resetStatusOnLanguageChange": false,
"_onAssessmentFailure": "incomplete",
"_onTrackingCriteriaMet": "completed"
},
"_tracking": {
"_shouldRecordInteractions": true,
"_shouldStoreResponses": true,
"_shouldSubmitScore": true,
"_requireAssessmentPassed": false,
"_requireCourseCompleted": true
},
"_advancedSettings": {
"_scormVersion": "2004",
"_commitOnVisibilityChangeHidden": true,
"_suppressErrors": false,
"_commitRetryDelay": 2000,
"_maxCommitRetries": 5,
"_timedCommitFrequency": 10,
"_commitOnStatusChange": true,
"_showDebugWindow": false
}
}

Am I missing any step? Any help would be appreciated.

Regards

 

Hey Everyone, 

I've been working on my course for quite a while now and it finally went live for the first users. It is an iPad only course, delivered via Moodle Scorm player and I have the iOS-Scrollfix extension enabled. 

I now got a report, and I did notice it myself from time to time, that it's not possible to press the "continue" button from the trickle extension, even though everything is completed and it should normally allow to continue. 

If that happens it get's solved by changing the iPad orientation once, and then it's possible to continue. Has anyone else know have experienced that before? My guess is that it's a mix from the Moodle iFrame, iOS and trickle. 

Thanks,

Jana

 

Hi,

Welcome to the community. I'll try to answer your questions...

1. As far as I know, Can Studios have the only visual page editor (Disclaimer - I work there) you can see it here https://canstudios.com/adapt-authoring-tool/adapt-support/support-videos/#preview-editor (you are welcome to take a free trial, its automatic sign up so you shouldn't have any issue waiting for a response) though it does not offer complete coverage, it does allow you to create pages, articles, blocks, as well as text, image and mcq content. It is a plug in to the main authoring tool, so you can still build other content into your course in the normal way.

2. The framework does support multiple languages. However the authoring tool does not current support this though I know it is on the road map. In the mean time, there is documentation on how to use this on the Adapt wiki, so you could export your course from the authoring tool and follow this process. 

https://github.com/adaptlearning/adapt_framework/wiki/Course-Localisation

Hope this helps,

Paul.

 

The data loss issue comes up in failover scenarios with replica sets. Data gets into the master but not yet mirrored to slaves. Then the master goes down. When the master comes back online the data in that instance waiting to be committed sometimes never makes it into the replica set.
It should be noted that MongoDB does provide some tools to help reduce the possibility of data loss on failover.
Write Concern specifies a minimum number of nodes that have to return an acknowledgement of the write. If an operation does not receive the required number of acks in time, it returns with a write concern error. This doesn't mean the write failed, just that it took too long for X number of nodes to acknowledge the write.
Write Concern is useful in that it can help the user keep track of any writes that might not persist in the event of a failover. If you have a write where a majority of nodes have confirmed it is written, it's pretty unlikely that data will be lost during failover.
Read Concern is 3.2 only, and as I understand it only works on WiredTiger storage engines. Using ReadConcern ensures the only data that is read is data that has been confirmed as written on the majority of nodes. So there might be newer data, but the data you are reading exists on the majority of the nodes.
I think, in general, not using write concern properly or not using it at all probably has led to some level of data loss in the past - in some systems, it may not be feasible as speed of writes is more important than acknowledgement of writes, but in that case, some level of data loss should probably be expected.
Ignoring complicated replica setups for a moment, as I couldn't comment on them, although I have had no data loss from the old style master/slave replication.
Most of the documented instances where MongoDB has been losing data has been user error. There are the common causes:
They were running the 32bit version, and ignored the big warning when you start it up saying 'do not run this, you may lose data' (to be fair, if you installed early versions from some repos it wouldn't show that error).
They didn't specify they wanted write acknowledgement (with safe/fsync/w parameters) and it defaults to fire-and-forget, arguably a bad default, but they didn't read the docs either, this itself shouldn't lose data randomly only if there was a power failure or crash.
They did specify write acknowledgement but didn't actually bother checking if the write succeeded. I've seen people doing if(!db.insert(...)) { error }. But if they had read the API docs it's clear that that function call doesn't return false on an error, instead you make a new call to getLastError(). This isn't really any different to running a query against any other database, but not bothering to check if there was an error. Again, user error from not reading documentation.
I've never lost any data in the 5 years I've had an instance in production.

 

 

Hello everyone,

please let me share with you a new component for adapt: Adapt Animation Frame

Include your HTML5 animation built with an external editor (like Adobe Animate CC) as a new asset in the Adapt Builder Assets Library. Then just select the animation file as any other asset in your block to display it.

It supports single file animations (1 html file including the all animation).

Animations based on multiple assets (images/videos/audios/etc) exported as a OAM package from Animate will be supported too. I have open a pull request to include in Adapt Builder a new feature to support OAM files in the assets export.

Thanks, Fabio.

 

Hi All,

We released v1.6 of our Adapt Authoring tool service last week.

We now have support for customisable meters, and a hot graphic with audio.

See our blog for demo videos, an example course, and as ever, you can sign up for instant access to a free trial of our hosted service.

https://canstudios.com/blog/2017/12/01/meters/

Thanks for reading :)

Paul

 

 

You can sign up for s free trial of our service at https://CanStudios.com/adapt

You will get a dedicated server, with several themes and extensions installed ready to use within a couple of minutes.

We run system updates regularly and will keep the authoring tool up to date for you. We also add new features monthly.

Hope this helps,

Paul

Page: ()   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18 ...26   ()