The files in the resources folder have to be copied over to acs-templating to be used for block sections and the templating of surveys in general. The procedure in widget-procs.tcl has to be appended to acs-templating/tcl/widget-procs.tcl Two commands to achieve this (if called from the /contrib/packages/survey/acs-templating/ directory, aka the one containing this file): cp -pur resources/ ../../acs-templating/ cat widget-procs.tcl >>../../acs-templating/tcl/widget-procs.tcl