Questions tagged [adapt]

Adapt Framework Adapt is a free and easy to use framework and authoring tool that creates fully responsive, multi-device, HTML5 e-learning content.

Adapt Framework

Adapt is a free and easy to use framework and authoring tool that creates fully responsive, multi-device, HTML5 e-learning content.

What Does It Do?

The Adapt framework is a toolkit for creating responsive, single-version HTML5 e-learning courses for delivery on a web server or SCORM-compliant learning management system.

We've also created a server-based authoring tool for creating courses using the framework.

Features

  • Open source, published under the GNU General Public License, and FREE
  • HTML5 and CSS3
  • Responsive across multiple devices and platforms
  • Deliver courses through SCORM compliant LMS or stand-alone
  • 22 bundled plug-ins, more available through the community
  • Meets WAI AA accessibility standards
  • Right-To-Left compatibility
  • Assessments with support for question banks, randomisation, and customisable feedback
  • Step locking and bookmarking
  • Customisable theme
18 questions
3
votes
1 answer

how to fix adapt.min.js file using createElement ? make bugs when the site use SSL

I use SSL in my site, I have this bug: combine.js:6 Mixed Content: The page at 'https://www.******.com/' was loaded over HTTPS, but requested an insecure font…
2
votes
3 answers

Div bottom toolbar appearing on iPhone but not on Android

I am making a web app that is adapted/responsive to mobile. I have a toolbar that is positioned on the right side of the screen on my computer browser, and it is supposed to be placed fixed at the bottom of the screen on mobile. The strange thing…
Kevin
  • 99
  • 9
2
votes
0 answers

Jquery's height() method is not returning the correct height of the div on rendering for the first time

I am working on adapt e-learning framework and I am trying to center align the notify-popup(div) vertically. For this I set top margin through js which requires the height of notify-popup, so I get its height using $('.notify-popup').height(true).…
Aashu.M
  • 75
  • 11
2
votes
1 answer

Packaging app With Electron and Asar

I have this weird problem, I'm trying to make the website work offline (elearning course made with Adapt), so I've created the Electron App wrapper: main.js creates the BrowserWindow which then loads index.html function createWindow() { //…
Lukasz 'Severiaan' Grela
  • 6,078
  • 7
  • 43
  • 79
1
vote
1 answer

How to create a custom component/plugin on adapt framework?

I installed the adapt framework successfully. Was able to edit a new course. But i need to create a new custom component, quite similar to textinput. under src/components I tried copying adapt-contrib-textInput, changing its name to my own custom…
orish
  • 155
  • 2
  • 12
1
vote
0 answers

Calling Function and Store value of text complete from designer view

I have created these few functions in order to retrieve the value from the text confirmation, however its is not calling when i pressed enter? is there anyway that i can call this function adapt-textConfirmation.js function(ComponentView, Adapt)…
bryan
  • 31
  • 4
0
votes
0 answers

Pytorch to Tensorflow initializer

i would like to change this Pytorch code to Tensorflow, but after many attempts, I did not manage. Could you help me please? class MeanShift(nn.Conv2D): def __init__(self, rgb_range, rgb_mean, rgb_std, sign=-1): super(MeanShift,…
salomepx
  • 23
  • 1
  • 5
0
votes
0 answers

how do I insert a 'cut in a scale'?

does anyone know a code in R for this sign (or something like it, see attached Image) in the scale? I would like to use it for a kaplan-meier curve, where only few deaths occurred and therefore I would like to adapt the scale to it. thanks a lot in…
Isabelle
  • 1
  • 1
0
votes
1 answer

MapsterMapper map with internal constructor

I'm doing a wrapper for an API and I have my json models which I would map into my entity models with MapsterMapper. I have tried to simply do jsonModel.Adapt() with EntityModel looking like this: public class EntityModel { public int…
Jensyl
  • 25
  • 5
0
votes
1 answer

Modify Bootstrap DataTable

I used an example of bootstrap datatable to have a sortable table on my symfony project. I use datatables.net With this javascript code : $(document).ready(function() { $('#datatable').DataTable(); } ); And my table in HTML :
strs_s
  • 3
  • 2
0
votes
1 answer

Run `node server` command in Ubuntu 18 on startup and reboot

I've installed the Adapt Authoring tool on an AWS Ubuntu 18 instance. It is started up with a node server command. I've looked into pm2 and some other solutions. I can start the process using pm2 start 'node server', but pm2 does not list the…
Lou Groshek
  • 718
  • 6
  • 23
0
votes
1 answer

How do I code my website so that my 100% width images adjust size according to screen resolution changing?

How do I code my website so that my 100% width images adjust size according to different screen resolutions? For e.g. 1280 x 720. Here is the link to my home page with the images that need resizing according to screen resolution. Look at Lines 119…
J Griff
  • 19
  • 5
0
votes
0 answers

C# - Remove row from database, and update it with new information, using data adapter

I have a database where I store my current stock portfolio (aka Positions), and i want it to update every time i buy. Database contains columns: 1. Id, 2. Ticker, 3. Shares, 4. ProfitLoss, 5. TradePrice, 6. CurrentPrice, and 7. TotalValue So…
radiantMemory
  • 39
  • 1
  • 10
0
votes
1 answer

Open PDF-File out of a Phonegap-App which includes generated code (Adapt Learning)

I'm using Adapt Learning to create responsive E-Learning courses. I downloaded the course code (HTML5, less, CSS, JavaScript) and wrapped it into a mobile application by using PhoneGap Build (cli 6.5.0). Now I want to open the attached PDF-Files.…
Emjay
  • 1
  • 2
0
votes
0 answers

Stack adapted from Deque Pointer?

For my course, I'm asked to create a Stack class that stores its elements in a STL container (but not the STL stack container). Requirements: must be able to store elements of an arbitrary type every instance accepts insertions as long as the…
Viktor R.
  • 1
  • 1
1
2