This project is converting a Flash course to standard web technologies.

How To

Related

Progress

2022-03-25

Noticed while working on two additional screens that there should be an opportunity to hover the drags after receiving the feedback modal. I added a Done button which should trigger the advance to the following screen and hid it until the activity-completed class was added. Problem is, that’s being added as soon as the two correct answers are dropped, before they are submitted.

Started implementing the concept of deferred completion, but it is currently not working. I created a function on the context to complete the activity and added it as an action to a button, but it is not being called.