On this page:
make-admin-study
3.5.5 Admin🔗

 (require conscript/admin) package: conscript

This module provides a combinator for wrapping a study in an admin section. The resulting study displays an admin area to the study owner and the passed-in study to other participants.

procedure

(make-admin-study s #:models models)  study?

  s : study?
  models : (listof (cons/c symbol? model/c))
Returns a new study by wrapping s with admin functionality.

The #:models argument represents a list of bot models that can be run from the admin area.