Uploaded image for project: 'Moodle QA'
  1. Moodle QA
  2. MDLQA-18925 Moodle 4.5 QA
  3. MDLQA-19334

CLONE - BBB lock settings visibility should be configurable

XMLWordPrintable

      This test requires a fresh moodle install otherwise default values for the settings might not be set (we have not updated the version.php so update will not be run at all for the plugin).

      Part 1: Plugin settings for an already created activity

      • Create a new course C1 and a new Activity BigblueButton B1
      • Go to Site Administration > Plugins > Activity modules > BigBlueButton > Configuration for locking settings
        • Uncheck "Disable webcam can be edited" (*1)
        • Save changes
      • Go to activity B1 and edit the settings
      • Confirm that you don't see "Disable webcams" in the "Lock settings" section

      Part 2: Plugin settings for a new activity

      • Go to Site Administration > Plugins > Activity modules > BigBlueButton > Configuration for locking settings
        • Check "Disable webcam can be edited" (*1)
        • Check "Disable webcam enabled by default" (*1)
        • Save changes
      • In course C1, create a new BBB activity
      • Confirm "Disable webcams" is checked in the "Lock settings" section
      • Go to Site Administration > Plugins > Activity modules > BigBlueButton > Configuration for locking settings
        • Uncheck "Disable webcam enabled by default" (*1)
        • Save changes
      • In course C1, create a new BBB activity
      • Confirm "Disable webcams" is not be checked in the "Lock settings" section

      Part 3: Join meeting and disabled features

      1. Create a user t1 and enrol as a teacher in course C1
      2. Create a user s1 and enrol as a student in course C1
      3. Login as t1
      4. Create a new BBB Activity called Instance 1 
        • In the activity creation form, check "Disable microphones" (*1) in the "Lock settings" section
        • Save and display
      5. Join the meeting
      6. Confirm you have access to your microphone
      7. Login as s1
      8. Join the meeting
      9. Confirm you don't have access to your microphone

      (*1) The test can be repeated with the following settings:

      • Disable webcams (no access to the webcam)
      • Disable private chat (no access to private chat between users)
      • Disable public chat (no public chat)
      • Disable shared notes (no shared notes)
      • Lock room layout (cannot change the layout)
      • Userlist

      Part 4: Lock settings are visible / invisible

      Add the following to your config.php:

      $CFG->bigbluebuttonbn = [
      'disablecam_default' => true,
      'disablemic_default' => true,
      'disableprivatechat_default' => true,
      'disablepublicchat_default' => true,
      'disablenote_default' => true,
      'hideuserlist_default' => true,
      'lockonjoin_default' => true,
      'disablecam_editable' => true,
      'disablemic_editable' => true,
      'disableprivatechat_editable' => true,
      'disablepublicchat_editable' => true,
      'disablenote_editable' => true,
      'hideuserlist_editable' => true,
      'lockonjoin_editable' => true,
      ];
      

      Then:

      • Go to Site Administration > Plugins > Activity modules > BigBlueButton
      • Confirm Configuration for locking settings is not present

        1. BBB QA.png
          BBB QA.png
          94 kB
        2. MDLQA-19334 part 3 settings.mp4
          2.96 MB
        3. MDLQA-19334_1.png
          MDLQA-19334_1.png
          49 kB
        4. MDLQA-19334_2.png
          MDLQA-19334_2.png
          124 kB
        5. MDLQA-19334 - 4.png
          MDLQA-19334 - 4.png
          366 kB
        6. MDLQA-19334 -3.png
          MDLQA-19334 -3.png
          1.64 MB

            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.