This is the output framework of the Adapt Learning open source project
dependabot[bot] on npm_and_yarn
Bump http-cache-semantics from … (compare)
dependabot[bot] on npm_and_yarn
Bump http-cache-semantics from … (compare)
dependabot[bot] on npm_and_yarn
Bump http-cache-semantics from … (compare)
dependabot[bot] on npm_and_yarn
Bump http-cache-semantics from … (compare)
dependabot[bot] on npm_and_yarn
Bump http-cache-semantics from … (compare)
dependabot[bot] on npm_and_yarn
Bump http-cache-semantics from … (compare)
Sorry, me looking for another pointer again!
I'm trying to add an icon to the start of each component's instruction.
I've modified src\core\templates\partials\component.hbs:
<div class="component__instruction {{lowercase _component}}__instruction">
<div class="component__instruction-icon {{lowercase _component}}__instruction-icon icon icon-mouse"></div>
<div class="component__instruction-inner {{lowercase _component}}__instruction-inner">
{{{compile instruction}}}
</div>
</div>
This works for any component that uses an .hbs template (e.g. hotgraphic). But not for components with a .jsx template (e.g. accordion). Is there a better way to approach this?
Hello. Has anyone had any issues with trickle locking and no trickle button after updating a course in an LMS. Couldn't find anything specific in issues.
Basics steps for issue are user starts ccourse & gets part way through - content is updated and re-uploaded to LMS (just block and text component ID changed on 1st block) - user reopens course and cannot proceed. Trickle seems to think there is incomplete content somewhere within the rendered blocks but can't pinpoint where trickle is falling over. All blocks and components on screen set to complete. It's in FW v5.18.7 & xAPI. Latest FW version works fine but it's not an option for us at the moment. Any pointers appreciated.
@/all Can I draw your attention to, and request feedback for, this Vanilla issue please: adaptlearning/adapt-contrib-vanilla#345
A thumbs up to the last comment which contains the proposed changes to vanilla would suffice if you're happy with the changes, otherwise please leave a comment.
Hi @muthuselvan86 , @nachocinalli created this extension which seems to implement what you are looking for - https://github.com/nachocinalli/adapt-preAssessment
Looking at his demo it appears you take an assessment at the start and if you score 100% in a section it will complete that page, so if you get 100% in all of the pre assessment then you would have completed the course. It does appear to be created for an older version of the Framework. So you might need to make a few updates to get it working for version 5 and/or make a few changes to get it working exactly as you desire.
_courseStyle
it's never used anywhere, as Chuck pointed out four years ago, is it something that some people use for subthemes (variations of themes)?