// @hash v3-155AAEA2434BB7392677BBA03280B2B4B9AEA82B // Automatically generated by ReactJS.NET. Do not edit, your changes will be overridden. // Version: 5.2.12 (build 29c76c8) with Babel 7.8.7 // Generated at: 9/6/2026 11:14:42 PM /////////////////////////////////////////////////////////////////////////////// class ScoredSurvey extends React.Component { render() { return React.createElement(React.Fragment, null, React.createElement(Survey, { id: this.props.id, title: this.props.title, url: this.props.url, client: this.props.client, calendarPage: this.props.calendarPageUrl, description: this.props.description, event: this.props.event, questions: this.props.questions, answers: this.props.answers, minimum: this.props.minimum, maximum: this.props.maximum, dateCreated: this.props.dateCreated, createdBy: this.props.createdBy, legend: this.props.legend, categories: this.props.categories, labels: this.props.labels })); } }