Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
[TEAMMATES#8184] Instructor create session: default questions: replac…
Browse files Browse the repository at this point in the history
…e 'contribution question' (TEAMMATES#11613)
  • Loading branch information
NicolasCwy committed Mar 28, 2022
1 parent bffb533 commit b088fd0
Show file tree
Hide file tree
Showing 4 changed files with 1,542 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ public void addFeedbackSession(FeedbackSessionAttributes newSession, boolean isU
waitForElementPresence(By.cssSelector("#instructions iframe"));

if (isUsingTemplate) {
selectDropdownOptionByText(sessionTypeDropdown, "session using template: team peer evaluation");
selectDropdownOptionByText(sessionTypeDropdown,
"session using template: team peer feedback (percentage-based)");
} else {
selectDropdownOptionByText(sessionTypeDropdown, "session with my own questions");
}
Expand Down
Loading

0 comments on commit b088fd0

Please sign in to comment.