fix: sidebar settings for programming exercises

This commit is contained in:
Jannat Patel
2025-07-02 10:47:03 +05:30
28 changed files with 7386 additions and 904 deletions

View File

@@ -149,7 +149,7 @@ const tabsStructure = computed(() => {
name: 'prevent_skipping_videos',
type: 'checkbox',
description:
'If enabled, students cannot skip videos in a lesson.',
'If enabled, users will no able to move forward in a video',
},
{
label: 'Send calendar invite for evaluations',
@@ -307,6 +307,11 @@ const tabsStructure = computed(() => {
name: 'batches',
type: 'checkbox',
},
{
label: 'Programming Exercises',
name: 'programming_exercises',
type: 'checkbox',
},
{
label: 'Certified Members',
name: 'certified_members',