for non-question components you just need to call this.setCompletionStatus()
from within your component once the user has done whatever it is they need to do in order to complete it. There's a good example in the Narrative component here.
for non-question components you just need to call this.setCompletionStatus()
from within your component once the user has done whatever it is they need to do in order to complete it. There's a good example in the Narrative component here.