Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Location

https://courses.stage.edx.org/courses/course-v1:teams+drf+1/teams/#topics/0/create-team

Note that Teams Note that teams must be enabled for the course via Studio Advanced Settings.

Effort to convert into PL

HighExample configuration:


Code Block
{
    "topics": [
        {
            "description": "First Topic",
            "id": "0",
            "name": "one"
        },
        {
            "description": "Second Topic",
            "id": "1",
            "name": "two"
        },
        {
            "description": "Third Topic",
            "id": "2",
            "name": "three"
        }
    ],
    "max_team_size": 10
}



LocationEffort to convert into PLForm LayoutAlignmentLabel locationTooltipsPlaceholder textValidationLocation of validationAdvance input fieldsSemantic HTMLLinksAction buttonsSubmit

Create a new team

https://courses.stage.edx.org/courses/course-v1:teams+drf+1/teams/#topics/0/create-team

High??AboveNoNoYesBelowLanguage choices, Country choicesYesN/ACreate/CancelTaken to team page

Inline discussion component within Teams

https://courses.stage.edx.org/courses/course-v1:teams+drf+1/teams/#teams/0/new-team-da175da94c1b431c80fed8e48b6720cd

High??LeftNoNoSomeAbove formMarkdown for discussion postYesN/AAdd Post/CancelTaken to team page














...