shading(initialize).
	feedback(shading_sel).

feedback(shading_sel, novice) :-
	chat_usr([
		'This button switches the focus of discussion to',
		'the external shading of the building facade.',
		'The previously supplied building description',
		'will be used to minimize the input required.',
		'']).
