Files
lofyerandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 71db82393a Initial commit
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-07-13 15:38:41 +08:00

570 lines
41 KiB
Python

"""
English dictionary (en_US)
Style: OECD/PISA-aligned formal academic English, addressing school leadership.
NOTE on terminology choices:
- "Curriculum Leadership" follows OECD ILE (Innovative Learning Environments) usage.
- "Tertiary indicator / sub-dimension" used interchangeably to match Chinese 三级维度.
- "Level 1-4" maintained as ordinal labels (no rephrase to "tier"), matching the
monitoring framework published by the Shanghai Academy of Educational Sciences.
- The school is addressed as "your school" (consistent with the Chinese 贵校).
"""
# 7 secondary dimensions
DIMENSIONS = {
"课程领导力": "Curriculum Leadership",
"教学变革力": "Instructional Reform Capacity",
"学生发展指导力": "Student Development Guidance",
"教师发展支持力": "Teacher Development Support",
"教育质量评估力": "Educational Quality Assessment",
"教育条件保障力": "Educational Conditions and Resources",
"数字化赋能力": "Digital Empowerment",
}
# 20 tertiary sub-dimensions
SUB_DIMENSIONS = {
"国家标准遵循": "National Standards Compliance",
"课程结构建设": "Curriculum Structure Design",
"课程规范落实": "Curriculum Governance Implementation",
"教学方式变革": "Pedagogical Reform",
"作业设计与管理变革": "Homework Design and Management",
"学科发展的个性化辅导": "Personalized Subject Tutoring",
"学生生涯发展指导": "Student Career Development Guidance",
"培训支持": "Professional Training Support",
"教研支持": "Teaching Research Support",
"项目支持": "Research Project Support",
"科学评价观": "Scientific Assessment Perspective",
"学业质量评估": "Academic Quality Assessment",
"综合素质评估": "Holistic Competency Assessment",
"实践活动评估": "Practice-Based Activity Assessment",
"区域推进": "District-Level Implementation Drive",
"环境支持": "Environmental Support",
"资源支持": "Resource Support",
"教学方式创新": "Innovative Instructional Methods",
"评价精准化与个性化": "Precise and Personalized Assessment",
"课程迭代优化": "Iterative Curriculum Optimization",
}
# Section titles
PARTS = {
"cover": "Cover",
"part0": "Part I. Background and Methodology",
"part1": "Part II. Overall Performance",
"part3": "Part III. Curriculum Leadership",
"part4": "Part IV. Instructional Reform Capacity",
"part5": "Part V. Student Development Guidance",
"part6": "Part VI. Teacher Development Support",
"part7": "Part VII. Educational Quality Assessment",
"part8": "Part VIII. Educational Conditions and Resources",
"part9": "Part IX. Digital Empowerment",
"part10": "Part X. Conclusions and Recommendations",
"action_guide": "Implementation Action Guide",
}
PART_NUMBERS = {
"part0": "Part I",
"part1": "Part II",
"part3": "Part III",
"part4": "Part IV",
"part5": "Part V",
"part6": "Part VI",
"part7": "Part VII",
"part8": "Part VIII",
"part9": "Part IX",
"part10": "Part X",
}
# Dimension conceptual definitions (used in LLM prompts and template explanations)
DIMENSION_DEFINITIONS = {
"课程领导力": "Curriculum Leadership refers to a school's core capacity to faithfully implement the national curriculum and to construct a competency-oriented school-based curriculum aligned with its educational vision. It emphasizes curricular diversity and distinctiveness, and the construction of a school-specific curriculum system anchored in core competencies. It comprises National Standards Compliance, Curriculum Structure Design, and Curriculum Governance Implementation.",
"教学变革力": "Instructional Reform Capacity denotes a school's transformative power in shifting from a knowledge-centered to a competency-oriented model of teaching. It directly shapes the cultivation of students' core competencies and emphasizes moving away from rote learning, mechanical training, and passive reception. It comprises Pedagogical Reform and Homework Design and Management.",
"学生发展指导力": "Student Development Guidance refers to a school's capacity to provide comprehensive and personalized guidance for students, encompassing precise subject-area tutoring and forward-looking career planning. It comprises Personalized Subject Tutoring and Student Career Development Guidance.",
"教师发展支持力": "Teacher Development Support refers to a school's institutional safeguards and resource investments for teachers' professional growth, emphasizing diversified development pathways and supporting platforms. It comprises Professional Training Support, Teaching Research Support, and Research Project Support.",
"教育质量评估力": "Educational Quality Assessment refers to a school's capacity to establish a scientific evaluation system and to monitor educational quality holistically. Anchored in core competencies, it integrates multiple modes of assessment. It comprises Scientific Assessment Perspective, Academic Quality Assessment, Holistic Competency Assessment, and Practice-Based Activity Assessment.",
"教育条件保障力": "Educational Conditions and Resources refers to a school's capacity to safeguard curriculum implementation through district-level policy support, hardware infrastructure, and resource allocation. It comprises District-Level Implementation Drive, Environmental Support, and Resource Support.",
"数字化赋能力": "Digital Empowerment refers to a school's capacity to leverage digital technologies for instructional innovation, precision in assessment, and continuous curriculum optimization, reflecting the depth and breadth of its digital transformation. It comprises Innovative Instructional Methods, Precise and Personalized Assessment, and Iterative Curriculum Optimization.",
}
# 20 sub-dimension conceptual definitions
SUB_DIMENSION_DEFINITIONS = {
"国家标准遵循": "National Standards Compliance is the foundational condition of Curriculum Leadership, emphasizing the importance of fully and adequately offering the national curriculum on campus. Benchmarked against the General Senior High School Curriculum Plan (2017 Edition, 2020 Revision) and the Shanghai Implementation Plan, it reflects the school's compliance with class-hour and credit requirements across course types.",
"课程结构建设": "Curriculum Structure Design emphasizes the deliberate consideration of curricular composition and proportion across subjects and course types, advancing the scientific rigor and rationality of curriculum design. It reflects the structural soundness and richness of the school's offerings across the three categories of courses.",
"课程规范落实": "Curriculum Governance Implementation is the value foundation and institutional safeguard of the curriculum, focusing on the completeness of formal curriculum documents and the establishment and use of process-tracking archival records.",
"教学方式变革": "Pedagogical Reform emphasizes students' active participation, inquiry, and collaboration; it guides students to learn through practice and to engage in deep learning under teachers' guidance, with routine integration of cross-disciplinary work and information technology.",
"作业设计与管理变革": "Homework Design and Management addresses the systemic level of the school's work in innovative homework design, time-allocation management, marking and feedback, and attribute tagging.",
"学科发展的个性化辅导": "Personalized Subject Tutoring concerns a school's capacity to deliver precise, individualized academic tutoring, including tutoring duration, the manner in which content is determined, and tutoring formats.",
"学生生涯发展指导": "Student Career Development Guidance concerns the implementation modes, coverage, faculty composition, and resource backing of the school's career-planning education.",
"培训支持": "Professional Training Support reflects the intensity of off-site training opportunities the school provides for teachers, with the average number of off-site training participants per subject as the core indicator.",
"教研支持": "Teaching Research Support reflects both the quantity and quality of teaching-research activities, embodying the depth of the school's teaching-research culture and the effectiveness of its mechanisms.",
"项目支持": "Research Project Support reflects how the school uses funded research projects to drive teachers' professional development, with the coverage of school-level-or-above projects across subjects as the core indicator.",
"科学评价观": "Scientific Assessment Perspective reflects the breadth and depth of attention the school pays to the development of students' core competencies across the various dimensions of curriculum and instruction.",
"学业质量评估": "Academic Quality Assessment focuses on the systematicity of the school's development and use of school-based assessment tools and its semestral examination quality analyses.",
"综合素质评估": "Holistic Competency Assessment focuses on the construction of school-based holistic-competency evaluation systems, the supporting platforms, and the application of evaluation results.",
"实践活动评估": "Practice-Based Activity Assessment focuses on the development and use of school-based assessment tools for inquiry-based learning, social investigation, and subject-based practical activities.",
"区域推进": "District-Level Implementation Drive reflects the strength with which the school's district education bureau drives high-school curriculum and instruction work, including meeting frequency, governance documents, and supporting measures.",
"环境支持": "Environmental Support reflects how the school's information environment and physical infrastructure underpin curriculum and instruction.",
"资源支持": "Resource Support reflects the integrated condition of the school's internal and external resource allocation as well as its faculty profile.",
"教学方式创新": "Innovative Instructional Methods focuses on the depth of integration between information technology and instruction, and on teachers' routine use of information technology in teaching.",
"评价精准化与个性化": "Precise and Personalized Assessment focuses on the school's capability tier in leveraging information-technology platforms to support subject-level diagnostics and holistic-competency evaluation.",
"课程迭代优化": "Iterative Curriculum Optimization focuses on the school's planning institutions for digital transformation in instruction and the extent to which information systems are embedded across business workflows.",
}
# Level descriptions (4 tiers per sub-dimension)
LEVEL_DESCRIPTIONS = {
"国家标准遵循": {
4: "All required courses are fully offered as mandated, and elective-required and elective tracks both meet the standards.",
3: "Required courses for examination subjects are fully offered, and elective-required and elective tracks meet the standards.",
2: "Required courses are not fully offered as mandated; one of the elective-required or elective tracks meets the standards.",
1: "Required courses are not fully offered as mandated, and neither the elective-required nor the elective tracks meet the standards.",
},
"课程结构建设": {
4: "Total deviation across required subject courses is within 30%, total deviation across the three course categories is below 150%, and school-based and integrated-practice courses are well developed.",
3: "Total deviation across the three course categories is below 250%, with school-based and integrated-practice courses above the average level.",
2: "Total deviation across the three course categories is below 300%, but school-based and integrated-practice courses are weak.",
1: "Total deviation across the three course categories is high, and school-based and integrated-practice courses fall in the bottom 25%.",
},
"课程规范落实": {
4: "Both formal curriculum documents and archival records have been fully established.",
3: "Formal curriculum documents are in place and process-tracking archives have been fully established, though some are not yet in active use.",
2: "Formal curriculum documents are partially in place, and most archives have been established but are not yet in use.",
1: "Formal curriculum documents are largely absent, and archives have not yet been established.",
},
"教学方式变革": {
4: "All teachers share consensus and engage in research, with the ability to systematically design and effectively implement instruction; at least three routine implementation formats are present.",
3: "Most teachers share consensus and engage in research, and can implement the relevant requirements set forth in the textbooks; at least two routine implementation formats are present.",
2: "Individual teachers engage in research and occasionally guide students in inquiry; at least one routine implementation format is present.",
1: "There is essentially no research on instructional methods, related learning is rarely organized, and either none or only one implementation format exists.",
},
"作业设计与管理变革": {
4: "At least three types of innovative assignments are mastered in each category; assignment duration is centrally managed; regular grading and feedback are conducted; multi-attribute tagging is in place.",
3: "At least two types of innovative assignments are mastered in each category; duration is occasionally managed; face-to-face grading dominates; at least two attribute tags are used.",
2: "At least one type of innovative assignment is mastered or one to two types are well developed; students self-manage duration; feedback is sparse; attribute tagging is present.",
1: "Only one type of innovative assignment is well developed; students self-manage duration; feedback is virtually absent; no attribute tagging is used.",
},
"学科发展的个性化辅导": {
4: "Average tutoring time per subject exceeds 2 hours per week; teachers determine content based on learner profiles; tutoring is delivered individually.",
3: "Average tutoring time per subject is 1-2 hours per week; teachers determine content based on learner profiles; tutoring is mainly individualized and dispersed.",
2: "Average tutoring time per subject is below 1 hour per week; teachers tutor in response to student requests; tutoring is grouped or dispersed.",
1: "Tutoring time is below 1 hour per week or absent; teachers tutor only on request; tutoring is delivered to the entire class.",
},
"学生生涯发展指导": {
4: "A dedicated career-guidance course is offered, covering 90% or more of students over three years, with a combined in-house and external faculty team and adequate internal-and-external resource support.",
3: "Implementation relies on guest lectures, covering 70-90% of students over three years, supported by an external faculty team with some internal-and-external resources.",
2: "Implementation is integrated with social investigation or volunteer service, covering 50-70% of students, with an external faculty team and almost no resource support.",
1: "Implementation is integrated with social investigation or volunteer service, covering below 50% of students; no stable faculty team is in place; resource support is virtually absent.",
},
"培训支持": {
4: "Average number of teachers per subject participating in off-site training is no fewer than 2.5.",
3: "Average number of teachers per subject participating in off-site training is no fewer than 1.5.",
2: "Average number of teachers per subject participating in off-site training is no fewer than 1.",
1: "Teachers across subjects rarely participate in off-site training.",
},
"教研支持": {
4: "Both the quantity and quality of teaching-research activities are at a high level.",
3: "Teaching-research activities are present and of relatively good quality.",
2: "Teaching-research activities are present but of average quality.",
1: "Both the quantity and quality of activities are at a low level.",
},
"项目支持": {
4: "Each subject leads at least one school-level-or-above project.",
3: "Some subjects lead at least one school-level-or-above project.",
2: "No subject leads a school-level-or-above project; some subjects lead at least one school-level project.",
1: "No school-level or higher projects exist across subjects.",
},
"科学评价观": {
4: "Across all dimensions, attention is given to the development of at least two competency components.",
3: "Across at least three dimensions, attention is given to the development of at least two competency components.",
2: "Considerable attention is given to student development.",
1: "Limited attention is given to student development.",
},
"学业质量评估": {
4: "School-based assessment tools have been developed and are in use; semestral examination quality analyses with comprehensive attribute tagging are in place.",
3: "School-based assessment tools have been developed and are in use; semestral examination quality analyses are not mandatory.",
2: "At least one school-based assessment tool has been developed; semestral examination quality analyses are not mandatory.",
1: "Academic quality assessment is not adequately prioritized; school-based assessment tools are largely absent.",
},
"综合素质评估": {
4: "School-based holistic-competency evaluation systems are fully established and in use, with platform support and scientifically expressed results.",
3: "School-based holistic-competency evaluation systems are established and in use; platform support and the use of evaluation results require improvement.",
2: "A school-based holistic-competency evaluation plan is established, but specific evaluation tools remain to be developed.",
1: "School-based holistic-competency evaluation is not adequately prioritized; the plan, tools, and use of results are all underdeveloped.",
},
"实践活动评估": {
4: "School-based assessment tools for inquiry-based learning, social investigation, and subject-based practical activities have all been developed and are in use.",
3: "School-based assessment tools for subject-based practical activities have been developed and are in use; tools for at least one of inquiry-based learning or social investigation have been developed but are not yet in use.",
2: "School-based assessment tools for subject-based practical activities have been developed.",
1: "School-based assessment tools for inquiry-based learning, social investigation, and subject-based practical activities have not yet been developed or applied.",
},
"区域推进": {
4: "Meetings are held an average of two or more times per month; both the number of governance documents and supporting measures are at the maximum levels.",
3: "Meetings are held an average of once or more per month, with three or more governance documents and three supporting measures.",
2: "At least one of meeting convening, governance documents, or supporting measures is well developed.",
1: "Meeting convening, governance documents, and supporting measures are all underdeveloped.",
},
"环境支持": {
4: "Both informatization support and hardware support are at a high level.",
3: "Both informatization support and hardware support are around the average level.",
2: "At least one of informatization support or hardware support is well developed.",
1: "Both informatization support and hardware support are underdeveloped.",
},
"资源支持": {
4: "Both internal-and-external resources and faculty quality are at a high level.",
3: "At least one component of internal-and-external resources is well supplied; faculty quality is good.",
2: "At least one component of internal-and-external resources is slightly below average; faculty quality is slightly below average.",
1: "Internal-and-external resources and faculty quality are all underdeveloped.",
},
"教学方式创新": {
4: "Information technology is deeply integrated with instruction; teachers use information technology in a routine manner.",
3: "Information technology is relatively well integrated with instruction; teachers can use information technology.",
2: "Information technology is moderately integrated with instruction; the school has built information platforms.",
1: "Information technology is poorly integrated with instruction; teachers rarely use information technology.",
},
"评价精准化与个性化": {
4: "Self-built information platforms support subject-level diagnostics and holistic-competency assessment.",
3: "Third-party platforms are leveraged to support subject-level diagnostics and holistic-competency assessment.",
2: "Information platforms are in place to support academic assessment.",
1: "No information platform is available to support assessment.",
},
"课程迭代优化": {
4: "The school has a dedicated professional-development plan for digital transformation in instruction and conducts related activities; the vast majority of business workflows use information systems.",
3: "The school has not yet established a dedicated professional-development plan; the vast majority of business workflows use information systems.",
2: "The school undertakes few digital-transformation activities; only a minority of business workflows use information systems.",
1: "The school undertakes virtually no digital-transformation activities; an information-management system has not yet been established.",
},
}
CLUSTERS = {
"good": "High-Performing Cluster",
"weak": "Improvement-Needed Cluster",
"mid": "Mid-Tier Cluster",
# 直接映射 stats_engine 输出的原始标签
"较好": "High-Performing",
"待提升": "Improvement-Needed",
"中等": "Mid-Tier",
}
SCHOOL_TYPES = {
"市实验性示范性高中": "Municipal Experimental Demonstrative High School",
"区实验性示范性高中": "District Experimental Demonstrative High School",
"特色高中": "Featured High School",
"公办普通高中": "Public General High School",
"民办高中": "Private High School",
"": "",
}
DISTRICTS = {
"长宁区": "Changning District",
"杨浦区": "Yangpu District",
"闵行区": "Minhang District",
"浦东新区": "Pudong New Area",
"嘉定区": "Jiading District",
"宝山区": "Baoshan District",
"金山区": "Jinshan District",
"静安区": "Jing'an District",
"奉贤区": "Fengxian District",
"普陀区": "Putuo District",
"徐汇区": "Xuhui District",
"all": "Citywide",
}
UI = {
# Report titles
"report_title": "Curriculum Implementation Monitoring Data Analysis Report",
"report_subtitle": "A Seven-Dimensional Analysis from a School Leadership Perspective",
# Generic labels
"score": "Score",
"rank": "Rank",
"level": "Level",
"your_school": "your school",
"school_name": "School",
"district": "District",
"city": "Municipality",
"total_score": "Overall Score",
"overall_score": "Overall Score",
"district_avg": "District Average",
"city_avg": "Municipal Average",
"same_type_avg": "Peer-Type Average",
"rank_in_district": "District Rank",
"rank_in_city": "Municipal Rank",
"vs_district_avg": "vs. District Average",
"vs_city_avg": "vs. Municipal Average",
"dimension": "Dimension",
"sub_dimension": "Sub-dimension",
"indicator": "Indicator",
"performance": "Performance",
"diff": "Δ",
"level_1": "Level 1",
"level_2": "Level 2",
"level_3": "Level 3",
"level_4": "Level 4",
"level_label": "Level",
"loading": "Analysis loading...",
"page": "Page",
# Performance labels
"perf_good": "Strong Performance",
"perf_above": "Slightly Above District Average",
"perf_neutral": "Near District Average",
"perf_below": "Slightly Below District Average",
"perf_weak": "Needs Improvement",
# Section sub-titles
"sec_overall_perf": "Overall Performance",
"sec_subdim_analysis": "Detailed Sub-Dimension Analysis",
"sec_level_compare": "Sub-Dimension Level Comparison",
"sec_top3": "Top Three Priorities",
"sec_cross_dim": "Cross-Dimensional Analysis",
"sec_improvement_room": "Improvement Potential Analysis",
"sec_review": "Synthesis and Improvement Pathways",
# Part I (Background)
"p0_h1_background": "I. Assessment Background",
"p0_h1_framework": "II. Assessment Framework",
"p0_h1_implement": "III. Assessment Implementation",
"p0_h2_target": "(i) Target Population",
"p0_h2_method": "(ii) Methodology",
"p0_h2_analysis": "(iii) Data Analysis",
"p0_h2_levels": "(iv) Tertiary-Indicator Level Definitions",
# Tables
"tbl_indicator_system": "Table 1-1. Indicator System",
"tbl_level_definition": "Table 1-2. Tertiary-Indicator Level Definitions",
"th_secondary_dim": "Secondary Dimension",
"th_tertiary_dim": "Tertiary Indicator",
"th_indicator_interp": "Indicator Description",
# Conclusion
"top3_intro": "The following three priorities are identified by jointly considering severity, leverage, and feasibility, and are recommended as the school's core focus areas for the current term.",
# Figure / table prefix
"fig": "Figure",
"tbl": "Table",
# School attributes
"school_type": "School Type",
"school_cluster": "Cluster",
# Ranking
"rank_format": "Rank {rank} of {total}",
"rank_in_district_label": "District Rank",
"rank_in_city_label": "Municipal Rank",
# Common units
"of": "/",
"schools_unit": "schools",
"points": "pts",
# Radar / comparison labels
"radar_legend_self": "This School",
"radar_legend_district": "District Average",
"radar_legend_same_type": "Peer-Type Average",
# Improvement waterfall
"current_total": "Current Score",
"potential_total": "Potential Score",
"gain_label": "Lift to Level 3",
# Footer
"generated_on": "Generated on",
# Action guide
"action_critical": "Critical Attention",
"action_attention": "Needs Attention",
"action_maintain": "Maintain",
"action_excel": "Sustain Leadership",
"action_timeline": "Implementation Timeline",
# Part II overview
"p1_h1_overall_status": "I. Overall Curriculum Implementation Status",
"p1_h1_dim_status": "II. Performance by Dimension",
"cluster_type": "Implementation Cluster",
"vs_same_type": "vs. Peer Type",
"rank_in_top_pct": "Top {pct}%",
# Figure titles (Part II)
"fig2_0a": "Figure 2-0a. School Curriculum Implementation Profile",
"fig2_0b": "Figure 2-0b. Strength-Gap Quadrant Analysis (Tertiary Indicators)",
"fig2_1": "Figure 2-1. Seven-Dimension Score Comparison",
"fig2_2": "Figure 2-2. Seven-Dimension Radar Chart",
"fig2_3": "Figure 2-3. Distribution of School Implementation Clusters",
"fig2_4": "Figure 2-4. Profile Comparison of the Two Clusters",
"fig2_5": "Figure 2-5. Cluster Profile Comparison (Radar)",
"fig2_6": "Figure 2-6. District-Wide Overall Score Ranking",
"fig2_7": "Figure 2-7. Inter-Dimension Correlation Analysis",
# Alert boxes
"alert_title": "Critical Alert: The Following Sub-Dimensions Require Immediate Attention",
"positioning_gap_title": "Analysis: Gap Between School Positioning and Actual Performance",
# Dimension detail (generic)
"dim_score_label": "{name} Score",
"dim_section_overall": "I. Overall Performance",
"dim_section_subdims": "{name}: Sub-Dimension Level Comparison",
"diff_vs_district": "Δ (vs. District)",
# Dimension figure titles
"dim_fig_score": "Figure {n}-1. {name}: Score Overview",
"dim_fig_subradar": "Figure {n}-2. {name}: Sub-Dimension Scores",
"dim_fig_subbar": "Figure {n}-3. {name}: Sub-Dimension Comparison",
"dim_fig_levels": "Figure {n}-4. {name}: Sub-Dimension Level Distribution",
"dim_fig_scatter": "Figure {n}-5. {name}: Cluster Scatter Plot",
# Sub-dimension
"sd_score": "Score",
"sd_district_avg": "District Average",
"sd_level_grade": "Level Tier",
"sd_rank": "Rank",
"sd_city_rank_prefix": "Citywide",
"sd_level_meaning": "Meaning of Level {lv}",
# Conclusion
"p10_h1": "Part X. Conclusions and Recommendations",
"p10_h2_top3": "Top Three Priorities",
"p10_h2_cross": "I. Cross-Dimensional Analysis",
"p10_h2_improve": "Improvement Potential Analysis",
"p10_h2_review": "Synthesis and Improvement Pathways",
"p10_fig_waterfall": "Figure 10-1. Improvement Potential: Estimated Gains from Lifting Sub-Indicators to Level 3",
# Action guide
"p11_h1": "Part XI. Implementation Action Guide",
"p11_intro": "This part organises improvement actions by urgency, drawing on the data analysis above. Senior leadership should concentrate limited resources on the most pressing priorities rather than spreading effort evenly.",
"p11_focus_title": "Strategic Focus: Three Priorities for the Current Term",
"p11_focus_intro": "The three priorities below jointly weigh data severity, leverage of improvement, and feasibility. They are recommended as the school's <strong>essential and highest-priority</strong> commitments for the current term, and the detailed plans in subsequent sections elaborate on them.",
"p11_critical": "Critical Breakthroughs (Level-1 Sub-Dimensions) — Immediate Action",
"p11_attention": "Focused Push (Level-2 Sub-Dimensions) — Initiate This Term",
"p11_maintain": "Steady Consolidation (Level-3 Sub-Dimensions) — Sustained Effort",
"p11_excel": "Deepening Leadership (Level-4 Sub-Dimensions) — Knowledge Diffusion",
"p11_timeline": "Term Action Timeline",
"p11_no_weak": "Your school currently exhibits no Level-1 or Level-2 weaknesses; the foundation is solid, and the focus below shifts to consolidation and the diffusion of leading practices.",
"p11_timeline_loading": "Timeline being generated...",
"p11_disclaimer": "<strong>Note:</strong> The action recommendations above are generated by AI based on monitoring data and are intended as a reference framework. Concrete implementation plans should be co-developed by the school's leadership team and subject experts in light of local conditions, and we recommend localised adaptation under the guidance of educational specialists.",
# Part I (Background) body text
"p0_para1": "In response to a sequence of national education-policy directives — including the Ministry of Education's Guiding Opinions on the Implementation of New Curricula and Textbooks for Senior Secondary Schools (No. 15, 2018), the State Council General Office's Guiding Opinions on Reforming the Way Senior Secondary Schools Educate Students in the New Era (No. 29, 2019), and the Action Plan for Deepening the Reform of Curriculum and Instruction in Basic Education (Letter No. 3 of the Department of Teaching Materials, 2023) — and to operationalise the Ministry of Education General Office's Notice on Carrying Out Monitoring of Curriculum Implementation and Textbook Use (Letter No. 5 of the Department of Teaching Materials, 2023), the Shanghai Municipal Education Commission has issued targeted policies to strengthen the translation of the national curriculum into practice, and has called for the establishment of a sound monitoring and feedback mechanism for curriculum implementation that, guided by evidence-based decision making, continuously refines curriculum planning and implementation pathways.",
"p0_para2": "School leadership is the core driver of school development. The competency orientation of implementation management and the quality of decision making directly shape the overall performance and outcomes of curriculum and instruction at the school. The pivotal task of implementation management lies in the school's curriculum planning and policy choices, and in the genuine landing of those decisions within instructional practice. We therefore adopt a school-leadership perspective and ensure that the seven dimensions — Curriculum Leadership, Instructional Reform Capacity, Student Development Guidance, Teacher Development Support, Educational Quality Assessment, Educational Conditions and Resources, and Digital Empowerment — operate synergistically across the full landscape of curriculum implementation.",
"p0_framework_intro": "Adopting a school-leadership perspective, this report systematically analyses and reconstructs the curriculum-implementation monitoring indicators and establishes a seven-dimensional indicator system (see Table 1-1).",
"p0_target_text": "The current monitoring exercise targets general senior secondary schools in {district}; a total of {total} schools participated. From each participating school, representatives of the administrative leadership (principals, vice-principals, department heads) and chairs of subject teaching-research groups were sampled to complete the questionnaire.",
"p0_method_text": "Following the research framework of the Shanghai Academy of Educational Sciences (Shanghai Curriculum Research Office) for monitoring curriculum implementation in primary and secondary schools, the study collected information through questionnaire surveys, covering school basic information, overall curriculum implementation, and subject-level curriculum implementation.",
"p0_analysis_intro": "The data analysis pipeline is as follows:",
"p0_step1": "<strong>Step 1. Indicator System Reconstruction.</strong> The mapping between dimensions, indicators, and individual items is reconstructed under the seven-dimension school-leadership perspective, forming a multi-tier indicator system.",
"p0_step2": "<strong>Step 2. Principal Component Analysis (PCA) Synthesis.</strong> Each item in the questionnaire is standardised, and PCA is applied to combine correlated variables into principal components, yielding the score of each tertiary indicator.",
"p0_step3": "<strong>Step 3. Standardisation to a Common Scale.</strong> The principal components are standardised to a normal distribution with mean 50 and standard deviation 10. Within this scaling, 68.27% of schools fall in the [40, 60] range and 84.45% fall in [30, 70]; a school scoring 60 thus outperforms approximately 84% of all schools.",
"p0_step4": "<strong>Step 4. Level Definition for Tertiary Indicators.</strong> Drawing on the conceptual content of each indicator and the empirical distribution of school performance, item-level cut-points are determined and each school is assigned to one of four levels (see Table 1-2).",
"p0_step5": "<strong>Step 5. Cluster Analysis.</strong> Schools are grouped on the basis of their standardised scores; schools with similar profiles are clustered together to identify distinct school typologies along each dimension.",
# Indicator-system interpretations (Table 1-1)
"p0_interp_curriculum": "1. Ensure full and adequate provision of national courses; 2. Examine the rationality and diversity of curriculum design across subject courses, school-based courses, integrated practical activities, and labour courses; 3. Attend to the formal construction of competency-oriented curricula.",
"p0_interp_instruction": "1. In-class pedagogical innovation that promotes deep learning and prizes individualised education; 2. Scientifically efficient design and management of out-of-class assignments.",
"p0_interp_student": "1. Course-selection guidance and individualised tutoring tailored to student profiles; 2. Personalised career-guidance services and a comprehensive career-development support system; 3. Attention to the cultivation of students' holistic competencies.",
"p0_interp_teacher": "1. Provision of induction, in-service, and off-site professional learning for teachers; 2. Regular teaching-research activities and the development of instructional resource libraries; 3. Support for teachers' participation in funded research and projects.",
"p0_interp_quality": "1. A scientific perspective on assessment oriented toward students' core competencies and holistic development; 2. Attention to academic quality and benchmark-aligned evaluation; 3. Multi-faceted evaluation of holistic competencies; 4. Attention to students' performance in practice-based activities.",
"p0_interp_condition": "1. Visibility into how the district education bureau drives senior-secondary teaching and learning; 2. Assessment of information-technology environments, instructional equipment, and physical facilities; 3. Coordination of faculty deployment and internal-and-community resources.",
"p0_interp_digital": "1. Use of digital and intelligent resources to support and empower curriculum, instruction, and assessment; 2. Construction of digital and intelligent resources, information platforms, and information systems within and beyond the school.",
# AI Chat Widget UI
"chat_fab_title": "AI Report Assistant",
"chat_title": "AI Report Assistant",
"chat_subtitle_prefix": "Based on the report data of",
"chat_subtitle_suffix": "",
"chat_clear": "Clear conversation",
"chat_close": "Close",
"chat_welcome_p1_a": "Hello! I am the AI assistant for the ",
"chat_welcome_p1_b": " Curriculum Implementation Monitoring Report.",
"chat_welcome_p2": "I have full access to this report's data. You may:",
"chat_welcome_li1": "Ask about the performance of specific dimensions and comparisons",
"chat_welcome_li2": "Explore strengths and areas for improvement",
"chat_welcome_li3": "Request interpretations of the charts",
"chat_welcome_li4": "Seek concrete improvement recommendations",
"chat_welcome_p3": "What would you like to know?",
"chat_sg_overall": "Overall Performance",
"chat_sg_overall_q": "How does the school perform overall and how does it rank within the district?",
"chat_sg_strengths": "Strengths & Gaps",
"chat_sg_strengths_q": "Which dimensions are strengths and which need improvement?",
"chat_sg_gap": "Gap Analysis",
"chat_sg_gap_q": "Which dimensions show the largest gaps compared with the district average?",
"chat_sg_advice": "Recommendations",
"chat_sg_advice_q": "Provide the three most important improvement recommendations.",
"chat_input_placeholder": "Type your question...",
"chat_send_title": "Send",
"chat_request_failed": "Request failed",
"chat_retry": "Please try again later.",
"chat_apikey_failed": "Failed to decode API key",
"chat_lang_hint": "(Please answer in formal English.)",
# ECharts labels
"ec_district_avg": "District Average",
"ec_same_type_avg": "Peer-Type Average",
"ec_cluster_good": "High-Performing Cluster",
"ec_cluster_weak": "Improvement-Needed Cluster",
"ec_cluster_good_full": "High-Performing Cluster ({n} schools)",
"ec_cluster_weak_full": "Improvement-Needed Cluster ({n} schools)",
"ec_unit_schools": "schools",
"ec_correlation": "Correlation",
"ec_belongs_to": "belongs to",
"ec_cluster_good_short": "High-Performing",
"ec_cluster_weak_short": "Improvement-Needed",
"ec_level": "Level",
"ec_score_label": "Score",
"ec_pieces": "items",
"ec_quadrant_q1": "Core Strengths",
"ec_quadrant_q2": "Potential",
"ec_quadrant_q3": "Critical Improvement",
"ec_quadrant_q4": "Hidden Risks",
"ec_self": "This School",
"ec_district_position": "District Average Reference",
"ec_overall_score": "Overall Score",
"ec_district_avg_short": "Dist. Avg.",
"ec_school_self": "This School",
"ec_lift_to_lv3": "Lift to Level 3",
"ec_total_now": "Current Score",
"ec_total_potential": "Potential Score",
"ec_thermo_self": "This School",
"ec_lv4_threshold": "Level 4 Threshold",
"ec_lv3_threshold": "Level 3 Threshold",
"ec_lv2_threshold": "Level 2 Threshold",
"ec_dim_score": "Dimension Score",
"ec_avg_level": "Average Level",
"ec_min_level": "Weakest Level",
"ec_dim_rank": "Dimension Rank",
"ec_baseline_50": "Mean Baseline (50)",
"ec_lvl_one": "Level 1",
"ec_lvl_two": "Level 2",
"ec_lvl_three": "Level 3",
"ec_lvl_four": "Level 4",
"ec_at_level": "{name}: Level {lv}",
"ec_same_type": "Peer Schools",
"ec_good_type_short": "High-Performing",
"ec_weak_type_short": "Improvement-Needed",
"ec_district_rank_n": "Rank {rank} in District",
"ec_level_dist_summary": "Level Distribution",
"ec_lv_short": "L",
"ec_quad_x_axis": "Score",
"ec_quad_y_axis": "Δ vs. District Average",
"ec_quad_district_avg_marker": "District Avg.",
"ec_quad_score": "Score",
"ec_quad_diff": "Δ",
"ec_quad_level": "Level",
"ec_thermo_self_marker": "▼ ",
"ec_thermo_dist_marker": "▲Dist.",
"ec_thermo_same_marker": "▲Peer",
"ec_waterfall_current": "Current Score",
"ec_waterfall_potential": "Potential Score",
"ec_waterfall_contrib": "Estimated Contribution",
"ec_waterfall_pts_unit": "pts",
}
STRINGS = {
"DIMENSIONS": DIMENSIONS,
"SUB_DIMENSIONS": SUB_DIMENSIONS,
"PARTS": PARTS,
"PART_NUMBERS": PART_NUMBERS,
"DIMENSION_DEFINITIONS": DIMENSION_DEFINITIONS,
"SUB_DIMENSION_DEFINITIONS": SUB_DIMENSION_DEFINITIONS,
"LEVEL_DESCRIPTIONS": LEVEL_DESCRIPTIONS,
"CLUSTERS": CLUSTERS,
"SCHOOL_TYPES": SCHOOL_TYPES,
"DISTRICTS": DISTRICTS,
"UI": UI,
}