Files
codeocean/lib/pair_programming23_study.rb
kiragrammel 2fb8def1d0 Add PairProgrammingStudy
* Later used to create the A/B groups
2023-08-24 19:32:06 +02:00

9 lines
152 B
Ruby

# frozen_string_literal: true
class PairProgramming23Study
def self.participate?
# TODO: Decide which users are in the study
false
end
end