Changes

Jump to navigation Jump to search
Line 88: Line 88:  
  tags = exploration;web
 
  tags = exploration;web
 
  single_instance = no
 
  single_instance = no
 +
max_participants = 4
    
A more detailed explanation of the valid properties follows:
 
A more detailed explanation of the valid properties follows:
Line 142: Line 143:  
  single_instance = yes
 
  single_instance = yes
 
: This key is optional. If not present, or if present with a value of "no", multiple instances of the activity can be launched at once. If present with a value of "yes", then only one instance of the activity will be open at any one time. This key was added in order to flag activities that use resources that cannot be shared.
 
: This key is optional. If not present, or if present with a value of "no", multiple instances of the activity can be launched at once. If present with a value of "yes", then only one instance of the activity will be open at any one time. This key was added in order to flag activities that use resources that cannot be shared.
 +
 +
max_participants = 4
 +
: This key is optional. If not present, or if present with a value of <=1, the activity is not shared. Otherwise, it limits the number of participants who can join a shared activity. Note that setting max_participants in activity.py is deprecated.
    
  summary = ...
 
  summary = ...

Navigation menu