Picture of Jason Chui
Milestone component that teacher can use to control progression
by Jason Chui - Thursday, 24 October 2019, 11:03 PM
 

Is there a component that stops the learner from progressing until the teacher gives a code / password? We are using Adapt Learning AT created courses in the classroom and sometimes it is necessary to control the flow of the lesson. We are thinking of making use of the number of attempts allowed for some assessment components. Is it possible to set the number to infinite?

 

On the same note, any extensions that can prevent users from going forward to the next page if they have yet to finish all the pages before?

Picture of Matt Leathes
Re: Milestone component that teacher can use to control progression
by Matt Leathes - Friday, 25 October 2019, 10:00 AM
 
Is there a component that stops the learner from progressing until the teacher gives a code / password?

You could use the textInput component in combination with trickle.

We are thinking of making use of the number of attempts allowed for some assessment components. Is it possible to set the number to infinite?

Yes, set attempts to -1 (you can also use "infinite" if editing the JSON directly)

On the same note, any extensions that can prevent users from going forward to the next page if they have yet to finish all the pages before?

https://github.com/adaptlearning/adapt_framework/wiki/Locking-objects-with-'_isLocked'-and-'_lockType'#sequential

Picture of Jason Chui
Re: Milestone component that teacher can use to control progression
by Jason Chui - Wednesday, 30 October 2019, 12:47 PM
 

Hi Matt,

Thanks for the reply.

Understood the trickle and -1 for infinite attempts answer.

For the last part on locking, I'm using the Authoring Tool. Is there a way to make the sequential lock through just the Authoring Tool interface?

Thanks in advance.

Picture of Matt Leathes
Re: Milestone component that teacher can use to control progression
by Matt Leathes - Wednesday, 30 October 2019, 2:20 PM
 
Is there a way to make the sequential lock through just the Authoring Tool interface?

Project settings > Menu lock type > Sequential

Picture of Jason Chui
Re: Milestone component that teacher can use to control progression
by Jason Chui - Thursday, 31 October 2019, 2:33 AM
 

Found it!

Thanks a lot!