Brad Simpson
Brad Simpson
Great, looking forward to it! Thanks for the fast reply.
@oliverfoster For a question that the user answers incorrectly, the following is read out: - When clicking Show correct answer, "The correct answer was 1917" - When clicking Show your...
Created issues and PRs for specific plugins: - **Matching:** https://github.com/adaptlearning/adapt-contrib-matching/issues/154 - **TextInput:** https://github.com/adaptlearning/adapt-contrib-textInput/issues/116 I think Slider is fine as-is. There are no correct/incorrect icons on the actual slider, and it...
Thanks, works much better now!
Hi, @FMCorz . Yes, I disable JS caching during my local development, so that's the only time it's really an issue. I see that there are no official releases here,...
It looks like there is a similar error when running `adapt ls`.
https://github.com/adaptlearning/adapt-cli/blob/5950af660ee756731cac71670d887896b83c286b/lib/integration/Plugin.js#L292 @oliverfoster What about changing this line to: ``` if (!this.isPresent || !this._sourceInfo?.version || !this._sourceInfo?.framework) return null; ``` This seems to resolve the issue.
@oliverfoster I am also using 3.1.4. Will you try this? 1. In your extensions directory, `git clone [email protected]:cgkineo/adapt-toc.git` 2. _Optionally_, add it to your _adapt.json_ with `"adapt-toc": "*"`. I get...