一键填成绩
Tutorial ▼
Using the Automated Score Entry System
Purpose:
This system is designed for efficient management of student scores, allowing for easy organization of names and scores, conversion of TOEFL scores to GPA, and use of preset class lists.
Step-by-Step Guide:
Entering Data:
- In the "Class List" textbox, enter the names of students, one per line.
- In the "Score List" textbox, input the student names followed by their scores, separated by a space. Each entry should be on a new line.
John 85
Jane 90
Using Preset Class Lists:
Click on one of the preset buttons (e.g., ESL Lion, ESL Dragon) to load a predefined list of student names into the "Class List" textbox.
Generating the Student Scores List:
- Select from the function buttons:
- Organize Names and Scores: Organizes scores according to the class list and identifies missing scores.
- Convert TOEFL to GPA: Converts TOEFL scores to a GPA format for each student.
- A list in the format
const studentScores = [...];
is generated after clicking a button.
Accessing Google Chrome's Console:
Instructions on how to open and use the Chrome Developer Console.
- Right-click on any part of a webpage.
- From the context menu, select "Inspect" or "Inspect Element".
- A window will pop up at the bottom or side of your screen. From the top menu of this window, select "Console".
If you're unfamiliar with the Chrome Developer Console, it's a tool built right into Chrome that developers use to debug their websites. Here's how to open it:
Congratulations! You've accessed the console.
Pasting the Data into ThinkWave:
- Copy the generated list and accompanying code.
- Paste both into the console and press Enter.
- The scores are automatically filled into ThinkWave.
Copying Data to Clipboard:
The system now automatically copies the generated data to the clipboard for easy pasting.
Error Handling:
The system includes error handling for the TOEFL to GPA conversion, ensuring data integrity.
---