|
@@ -1,193 +1,192 @@
|
|
|
export default {
|
|
|
- //EvaluationList.vue
|
|
|
- text1: "Summary of previous examinations",
|
|
|
- text2: "times",
|
|
|
- text3: "More screening",
|
|
|
- text4: "Enter test name...",
|
|
|
- text5: "Current filter criteria",
|
|
|
- text6: "Current quantity",
|
|
|
- text7: "Participants",
|
|
|
- text8: "Date",
|
|
|
- text9: "None",
|
|
|
- condition1: "Period",
|
|
|
- condition2: "Grade",
|
|
|
- condition3: "Term",
|
|
|
- condition4: "Type",
|
|
|
- condition5: "Range",
|
|
|
- condition6: "Feedback",
|
|
|
- condition7: "Subject",
|
|
|
-
|
|
|
- //Base Info
|
|
|
- base_name: "Name",
|
|
|
- base_class: "Class",
|
|
|
- base_id: "Seat Number",
|
|
|
- base_score: "Score",
|
|
|
-
|
|
|
- //ExamList.vue
|
|
|
- newest: "Newest Exams",
|
|
|
- more: "View More ",
|
|
|
-
|
|
|
- //index.vue
|
|
|
- module1:"Score Analysis",
|
|
|
- module2:"Point Analysis",
|
|
|
- module3:"Item Analysis",
|
|
|
- module4: "Knowledge Point Mastery",
|
|
|
- exportTable: "Export Table",
|
|
|
- currentSubject:"Current Subject",
|
|
|
-
|
|
|
- //AchievementAnalysis.vue
|
|
|
- ach_title1: "Pass Rate Statistics",
|
|
|
- ach_title2: "Equipartition Analysis",
|
|
|
- ach_title3: "Entry Number Statistics",
|
|
|
- ach_title4: "Entry State Statistics",
|
|
|
- ach_title5: "Entry Rate Statistics",
|
|
|
- ach_title6: "Early Warning Statistics",
|
|
|
- ach_title7: "Ranking Statistics",
|
|
|
- ach_title8: "Equipartition Analysis",
|
|
|
- ach_text1: "Pass Rate",
|
|
|
- ach_text2: "Grade",
|
|
|
- ach_text3: "District",
|
|
|
- ach_text4: "Class Average",
|
|
|
- ach_text5: "School Average",
|
|
|
- ach_text6: "District Average",
|
|
|
- ach_text7: "Total Number",
|
|
|
- ach_text8: "Entry Number",
|
|
|
- ach_text9: "Entry Rate",
|
|
|
- ach_text10: "Currently Class",
|
|
|
- ach_text11: "Total Number",
|
|
|
- ach_text12: "Back",
|
|
|
-
|
|
|
- ach_table_text1: "Grade Ranking",
|
|
|
- ach_table_text2: "Total Score",
|
|
|
- ach_table_text3: "Average Score",
|
|
|
- ach_table_text4: "Standard Deviation",
|
|
|
- ach_table_text5: "Super Average Rate",
|
|
|
- ach_table_text6: "Incoming Line",
|
|
|
- ach_table_text7: "Planted Line",
|
|
|
- ach_table_text8: "Class Ranking",
|
|
|
- ach_table_text9: "Grade Ranking",
|
|
|
- ach_table_text10: "District Ranking",
|
|
|
- ach_table_text11: "Class PR Ranking",
|
|
|
- ach_table_text12: "Grade PR Ranking",
|
|
|
- ach_table_text13: "District PR Ranking",
|
|
|
- ach_table_text14: "Progressive Class",
|
|
|
- ach_table_text15: "Step Back Class",
|
|
|
- ach_table_text16: "Stable Class",
|
|
|
-
|
|
|
- ach_chart_text1: "Sort by",
|
|
|
- ach_chart_text2: "default sort",
|
|
|
- ach_chart_text3: "score from high to low",
|
|
|
- ach_chart_text4: "score from low to high",
|
|
|
-
|
|
|
- //ScatterAnalysis.vue
|
|
|
- sca_title1: "Learning Ability Distribution",
|
|
|
- sca_title2: "Student Stability Table",
|
|
|
- sca_text1: "Region",
|
|
|
- sca_text2: "Regional Characteristics",
|
|
|
- sca_text3: "Number",
|
|
|
- sca_text4: "Student",
|
|
|
- sca_text5: "good learning, high stability",
|
|
|
- sca_text6: "carelessness and carelessness lead to mistakes",
|
|
|
- sca_text7: "learning is still stable and requires further study",
|
|
|
- sca_text8: "occasional carelessness, insufficient preparation",
|
|
|
- sca_text9: "learning is not enough, more efforts are needed",
|
|
|
- sca_text10: "learning is very unstable, not fully prepared for the exam",
|
|
|
- sca_chart_text1: "Pass Rate",
|
|
|
- sca_chart_text2: "Stability",
|
|
|
- sca_table_text1: "Correct Answers Number",
|
|
|
- sca_table_text2: "Wrong Answers Number",
|
|
|
- sca_table_text3: "Be Tried No.",
|
|
|
- sca_table_text4: "Be Careful No.",
|
|
|
- sca_table_text5: "Stability",
|
|
|
- sca_table_text6: "Drop Area",
|
|
|
-
|
|
|
- //TestAnalysis.vue
|
|
|
- ta_title1: "Test Scatter Analysis",
|
|
|
- ta_title2: "Score Rate of Single Question in Grade",
|
|
|
- ta_title3: "Test Analysis Summary Table",
|
|
|
- ta_title4: "Test Score Rate Table",
|
|
|
-
|
|
|
- ta_text1: "Region",
|
|
|
- ta_text2: "Regional Characteristics",
|
|
|
- ta_text3: "Number",
|
|
|
- ta_text4: "Question No.",
|
|
|
- ta_text5: "Selected No.",
|
|
|
- ta_text6: "The test questions are quite appropriate, which can be used to distinguish different students",
|
|
|
- ta_text7: "The test questions may contain heterogeneous components and need local correction",
|
|
|
- ta_text8: "The difficulty of test questions is high, which is suitable for distinguishing students with high achievement",
|
|
|
- ta_text9: "The test questions contain heterogeneous components, which may be wrong in data or unclear in meaning, and must be modified",
|
|
|
-
|
|
|
- ta_chart_text1: "Question",
|
|
|
- ta_chart_text2: "Correct Answer Rate",
|
|
|
- ta_chart_text3: "Stability",
|
|
|
- ta_chart_text4: "Class Scoring Rate",
|
|
|
- ta_chart_text5: "Grade Scoring Rate",
|
|
|
- ta_chart_text6: "District Scoring Rate",
|
|
|
-
|
|
|
- ta_table_text1: "No.",
|
|
|
- ta_table_text2: "Type",
|
|
|
- ta_table_text3: "Knowledge Point",
|
|
|
- ta_table_text4: "Score",
|
|
|
- ta_table_text5: "Difficulty",
|
|
|
- ta_table_text6: "Identification Degree",
|
|
|
- ta_table_text7: "Class",
|
|
|
- ta_table_text8: "Grade",
|
|
|
- ta_table_text9: "District",
|
|
|
- ta_table_text10: "High Grouping",
|
|
|
- ta_table_text11: "Low Grouping",
|
|
|
-
|
|
|
- ta_table_tip1: "* Unit:Scoring Rate",
|
|
|
- ta_table_tip2: "* R1-R6:Ranking Range",
|
|
|
-
|
|
|
- //KnowledgeAnalysis.vue
|
|
|
- ka_title1: "Proportion of Knowledge Points",
|
|
|
- ka_title2: "Cognitive Hierarchy Distribution",
|
|
|
- ka_title3: "Score Rate Relation Table",
|
|
|
- ka_title4: "Statistics of Score Rate of Knowledge Points",
|
|
|
- ka_title5: "Knowledge Point Score Details",
|
|
|
- ka_title6: "Relation Table of Error Rate",
|
|
|
-
|
|
|
- ka_text1: "Current knowledge block",
|
|
|
- ka_text2: "Current knowledge point",
|
|
|
-
|
|
|
- ka_chart_text1: "Switch histogram",
|
|
|
- ka_chart_text2: "Switch pie",
|
|
|
-
|
|
|
- ka_radar_text1: "Knowledge",
|
|
|
- ka_radar_text2: "Application",
|
|
|
- ka_radar_text3: "Analysis",
|
|
|
- ka_radar_text4: "Synthesis",
|
|
|
- ka_radar_text5: "Evaluation",
|
|
|
- ka_radar_text6: "Understanding",
|
|
|
-
|
|
|
- ka_table_text1: "Knowledge Point",
|
|
|
- ka_table_text2: "Cognitive Level",
|
|
|
- ka_table_text3: "Grade Scoring Rate",
|
|
|
- ka_table_text4: "Score",
|
|
|
- ka_table_text5: "Score in this section",
|
|
|
- ka_table_text6: "Scoring rate",
|
|
|
- ka_table_text7: "Question Number Involved",
|
|
|
- ka_table_text8: "Average Score Rate",
|
|
|
- ka_table_text9: "Number of Wrong Questions",
|
|
|
- ka_table_text10: "RH Number of Wrong Questions",
|
|
|
- ka_table_text11: "RL Number of Wrong Questions",
|
|
|
-
|
|
|
- ka_tip1: "* RH: High partition / RL:Low partition",
|
|
|
-
|
|
|
- //QuestionList.vue
|
|
|
- ql_text1: "Total Score",
|
|
|
- ql_text2: "Single Question",
|
|
|
- ql_text3: "Multiple Question",
|
|
|
- ql_text4: "Judgement Question",
|
|
|
- ql_text5: "Complete Question",
|
|
|
- ql_text6: "Subjective Question",
|
|
|
- ql_text7: "Compose Question",
|
|
|
- ql_text8: " points",
|
|
|
- ql_text9: "View Answer and Explain",
|
|
|
- ql_text10: "View Data Analysis",
|
|
|
- ql_text11: "Answer",
|
|
|
- ql_text12: "Explain",
|
|
|
- ql_text13: " Return",
|
|
|
-
|
|
|
+ // EvaluationList.vue
|
|
|
+ text1: 'Summary of previous examinations',
|
|
|
+ text2: 'times',
|
|
|
+ text3: 'More screening',
|
|
|
+ text4: 'Enter test name...',
|
|
|
+ text5: 'Current filter criteria',
|
|
|
+ text6: 'Current quantity',
|
|
|
+ text7: 'Participants',
|
|
|
+ text8: 'Date',
|
|
|
+ text9: 'None',
|
|
|
+ condition1: 'Period',
|
|
|
+ condition2: 'Grade',
|
|
|
+ condition3: 'Term',
|
|
|
+ condition4: 'Type',
|
|
|
+ condition5: 'Range',
|
|
|
+ condition6: 'Feedback',
|
|
|
+ condition7: 'Subject',
|
|
|
+
|
|
|
+ // Base Info
|
|
|
+ base_name: 'Name',
|
|
|
+ base_class: 'Class',
|
|
|
+ base_id: 'Seat Number',
|
|
|
+ base_score: 'Score',
|
|
|
+
|
|
|
+ // ExamList.vue
|
|
|
+ newest: 'Newest Exams',
|
|
|
+ more: 'View More ',
|
|
|
+
|
|
|
+ // index.vue
|
|
|
+ module1: 'Score Analysis',
|
|
|
+ module2: 'Point Analysis',
|
|
|
+ module3: 'Item Analysis',
|
|
|
+ module4: 'Knowledge Point Mastery',
|
|
|
+ exportTable: 'Export Table',
|
|
|
+ currentSubject: 'Current Subject',
|
|
|
+
|
|
|
+ // AchievementAnalysis.vue
|
|
|
+ ach_title1: 'Pass Rate Statistics',
|
|
|
+ ach_title2: 'Equipartition Analysis',
|
|
|
+ ach_title3: 'Entry Number Statistics',
|
|
|
+ ach_title4: 'Entry State Statistics',
|
|
|
+ ach_title5: 'Entry Rate Statistics',
|
|
|
+ ach_title6: 'Early Warning Statistics',
|
|
|
+ ach_title7: 'Ranking Statistics',
|
|
|
+ ach_title8: 'Equipartition Analysis',
|
|
|
+ ach_text1: 'Pass Rate',
|
|
|
+ ach_text2: 'Grade',
|
|
|
+ ach_text3: 'District',
|
|
|
+ ach_text4: 'Class Average',
|
|
|
+ ach_text5: 'School Average',
|
|
|
+ ach_text6: 'District Average',
|
|
|
+ ach_text7: 'Total Number',
|
|
|
+ ach_text8: 'Entry Number',
|
|
|
+ ach_text9: 'Entry Rate',
|
|
|
+ ach_text10: 'Currently Class',
|
|
|
+ ach_text11: 'Total Number',
|
|
|
+ ach_text12: 'Back',
|
|
|
+
|
|
|
+ ach_table_text1: 'Grade Ranking',
|
|
|
+ ach_table_text2: 'Total Score',
|
|
|
+ ach_table_text3: 'Average Score',
|
|
|
+ ach_table_text4: 'Standard Deviation',
|
|
|
+ ach_table_text5: 'Super Average Rate',
|
|
|
+ ach_table_text6: 'Incoming Line',
|
|
|
+ ach_table_text7: 'Planted Line',
|
|
|
+ ach_table_text8: 'Class Ranking',
|
|
|
+ ach_table_text9: 'Grade Ranking',
|
|
|
+ ach_table_text10: 'District Ranking',
|
|
|
+ ach_table_text11: 'Class PR Ranking',
|
|
|
+ ach_table_text12: 'Grade PR Ranking',
|
|
|
+ ach_table_text13: 'District PR Ranking',
|
|
|
+ ach_table_text14: 'Progressive Class',
|
|
|
+ ach_table_text15: 'Step Back Class',
|
|
|
+ ach_table_text16: 'Stable Class',
|
|
|
+
|
|
|
+ ach_chart_text1: 'Sort by',
|
|
|
+ ach_chart_text2: 'default sort',
|
|
|
+ ach_chart_text3: 'score from high to low',
|
|
|
+ ach_chart_text4: 'score from low to high',
|
|
|
+
|
|
|
+ // ScatterAnalysis.vue
|
|
|
+ sca_title1: 'Learning Ability Distribution',
|
|
|
+ sca_title2: 'Student Stability Table',
|
|
|
+ sca_text1: 'Region',
|
|
|
+ sca_text2: 'Regional Characteristics',
|
|
|
+ sca_text3: 'Number',
|
|
|
+ sca_text4: 'Student',
|
|
|
+ sca_text5: 'good learning, high stability',
|
|
|
+ sca_text6: 'carelessness and carelessness lead to mistakes',
|
|
|
+ sca_text7: 'learning is still stable and requires further study',
|
|
|
+ sca_text8: 'occasional carelessness, insufficient preparation',
|
|
|
+ sca_text9: 'learning is not enough, more efforts are needed',
|
|
|
+ sca_text10: 'learning is very unstable, not fully prepared for the exam',
|
|
|
+ sca_chart_text1: 'Pass Rate',
|
|
|
+ sca_chart_text2: 'Stability',
|
|
|
+ sca_table_text1: 'Correct Answers Number',
|
|
|
+ sca_table_text2: 'Wrong Answers Number',
|
|
|
+ sca_table_text3: 'Be Tried No.',
|
|
|
+ sca_table_text4: 'Be Careful No.',
|
|
|
+ sca_table_text5: 'Stability',
|
|
|
+ sca_table_text6: 'Drop Area',
|
|
|
+
|
|
|
+ // TestAnalysis.vue
|
|
|
+ ta_title1: 'Test Scatter Analysis',
|
|
|
+ ta_title2: 'Score Rate of Single Question in Grade',
|
|
|
+ ta_title3: 'Test Analysis Summary Table',
|
|
|
+ ta_title4: 'Test Score Rate Table',
|
|
|
+
|
|
|
+ ta_text1: 'Region',
|
|
|
+ ta_text2: 'Regional Characteristics',
|
|
|
+ ta_text3: 'Number',
|
|
|
+ ta_text4: 'Question No.',
|
|
|
+ ta_text5: 'Selected No.',
|
|
|
+ ta_text6: 'The test questions are quite appropriate, which can be used to distinguish different students',
|
|
|
+ ta_text7: 'The test questions may contain heterogeneous components and need local correction',
|
|
|
+ ta_text8: 'The difficulty of test questions is high, which is suitable for distinguishing students with high achievement',
|
|
|
+ ta_text9: 'The test questions contain heterogeneous components, which may be wrong in data or unclear in meaning, and must be modified',
|
|
|
+
|
|
|
+ ta_chart_text1: 'Question',
|
|
|
+ ta_chart_text2: 'Correct Answer Rate',
|
|
|
+ ta_chart_text3: 'Stability',
|
|
|
+ ta_chart_text4: 'Class Scoring Rate',
|
|
|
+ ta_chart_text5: 'Grade Scoring Rate',
|
|
|
+ ta_chart_text6: 'District Scoring Rate',
|
|
|
+
|
|
|
+ ta_table_text1: 'No.',
|
|
|
+ ta_table_text2: 'Type',
|
|
|
+ ta_table_text3: 'Knowledge Point',
|
|
|
+ ta_table_text4: 'Score',
|
|
|
+ ta_table_text5: 'Difficulty',
|
|
|
+ ta_table_text6: 'Identification Degree',
|
|
|
+ ta_table_text7: 'Class',
|
|
|
+ ta_table_text8: 'Grade',
|
|
|
+ ta_table_text9: 'District',
|
|
|
+ ta_table_text10: 'High Grouping',
|
|
|
+ ta_table_text11: 'Low Grouping',
|
|
|
+
|
|
|
+ ta_table_tip1: '* Unit:Scoring Rate',
|
|
|
+ ta_table_tip2: '* R1-R6:Ranking Range',
|
|
|
+
|
|
|
+ // KnowledgeAnalysis.vue
|
|
|
+ ka_title1: 'Proportion of Knowledge Points',
|
|
|
+ ka_title2: 'Cognitive Hierarchy Distribution',
|
|
|
+ ka_title3: 'Score Rate Relation Table',
|
|
|
+ ka_title4: 'Statistics of Score Rate of Knowledge Points',
|
|
|
+ ka_title5: 'Knowledge Point Score Details',
|
|
|
+ ka_title6: 'Relation Table of Error Rate',
|
|
|
+
|
|
|
+ ka_text1: 'Current knowledge block',
|
|
|
+ ka_text2: 'Current knowledge point',
|
|
|
+
|
|
|
+ ka_chart_text1: 'Switch histogram',
|
|
|
+ ka_chart_text2: 'Switch pie',
|
|
|
+
|
|
|
+ ka_radar_text1: 'Knowledge',
|
|
|
+ ka_radar_text2: 'Application',
|
|
|
+ ka_radar_text3: 'Analysis',
|
|
|
+ ka_radar_text4: 'Synthesis',
|
|
|
+ ka_radar_text5: 'Evaluation',
|
|
|
+ ka_radar_text6: 'Understanding',
|
|
|
+
|
|
|
+ ka_table_text1: 'Knowledge Point',
|
|
|
+ ka_table_text2: 'Cognitive Level',
|
|
|
+ ka_table_text3: 'Grade Scoring Rate',
|
|
|
+ ka_table_text4: 'Score',
|
|
|
+ ka_table_text5: 'Score in this section',
|
|
|
+ ka_table_text6: 'Scoring rate',
|
|
|
+ ka_table_text7: 'Question Number Involved',
|
|
|
+ ka_table_text8: 'Average Score Rate',
|
|
|
+ ka_table_text9: 'Number of Wrong Questions',
|
|
|
+ ka_table_text10: 'RH Number of Wrong Questions',
|
|
|
+ ka_table_text11: 'RL Number of Wrong Questions',
|
|
|
+
|
|
|
+ ka_tip1: '* RH: High partition / RL:Low partition',
|
|
|
+
|
|
|
+ // QuestionList.vue
|
|
|
+ ql_text1: 'Total Score',
|
|
|
+ ql_text2: 'Single Question',
|
|
|
+ ql_text3: 'Multiple Question',
|
|
|
+ ql_text4: 'Judgement Question',
|
|
|
+ ql_text5: 'Complete Question',
|
|
|
+ ql_text6: 'Subjective Question',
|
|
|
+ ql_text7: 'Compose Question',
|
|
|
+ ql_text8: ' points',
|
|
|
+ ql_text9: 'View Answer and Explain',
|
|
|
+ ql_text10: 'View Data Analysis',
|
|
|
+ ql_text11: 'Answer',
|
|
|
+ ql_text12: 'Explain',
|
|
|
+ ql_text13: ' Return'
|
|
|
|
|
|
}
|