You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Control how lessons are marked complete: dwell time and enforcement toggles for video, quiz, and assignment.',
277
+
sections: [
278
+
{
279
+
label:'Dwell Time',
280
+
columns: [
281
+
{
282
+
fields: [
283
+
{
284
+
label:'Lesson dwell time (seconds)',
285
+
name:'lesson_dwell_time',
286
+
type:'number',
287
+
description:
288
+
'Seconds a learner must stay on a lesson before it auto-marks complete.',
289
+
},
290
+
],
291
+
},
292
+
],
293
+
},
294
+
{
295
+
label:'Enforcement',
296
+
columns: [
297
+
{
298
+
fields: [
299
+
{
300
+
label:'Enforce video completion',
301
+
name:'enforce_video_completion',
302
+
type:'checkbox',
303
+
description:
304
+
'When enabled, lessons that contain a video can only be marked complete by playing the video to the end. If the video fails to load, the dwell timer is used as a fallback.',
305
+
},
306
+
{
307
+
label:'Enforce assignment completion',
308
+
name:'enforce_assignment_completion',
309
+
type:'checkbox',
310
+
description:
311
+
'When enabled, lessons with an assignment cannot be marked complete until the assignment is submitted.',
312
+
},
313
+
],
314
+
},
315
+
{
316
+
fields: [
317
+
{
318
+
label:'Enforce quiz completion',
319
+
name:'enforce_quiz_completion',
320
+
type:'checkbox',
321
+
description:
322
+
'When enabled, lessons with a quiz cannot be marked complete until the quiz is submitted.',
0 commit comments