GET
/
v1
/
toefl
/
evaluation
/
{id_}
curl --request GET \
  --url https://api-staging.crazygoldfish.com/v1/toefl/evaluation/{id_} \
  --header 'Authorization: Bearer <token>' \
  --header 'accept: <accept>'
[
  {
    "evaluation": {
      "evaluation_id": "bbb264b6-4780-4095-a973-25daa5e8545f",
      "client_id": "1",
      "institution_id": "inst_456",
      "teacher_id": "string",
      "parent_id": "string",
      "evaluation_data": {
        "student_id": "123",
        "test_type": "IB",
        "student_name": "John Doe",
        "image_urls": [
          "string"
        ],
        "evaluation_text": [
          {
            "question_text": "Write your personal opinion on the academic topic. answer the question based on the discussion.Minimum of 100 words \n Academic Discussion Professor John: Many universities offer online courses as an alternative to traditional classroom-based learning. Do you think online courses provide the same quality of education as traditional classroom-based learning? Why or why not? Use examples and details in your response.Jason: I believe online courses can provide a similar quality of education as traditional classroom-based learning. With advanced technology and interactive platforms, students can access high-quality lectures, engage in virtual discussions, and submit assignments online, often at their own pace and convenience. So, personally, I think that online courses provide the same quality of education as traditional classroom-based learning while being more accessible. \n Anna: In my opinion, online courses offer convenience and flexibility, but they often fall short of delivering the same quality of education as traditional classroom-based learning. In a traditional classroom setting, students can actively engage in discussions, ask questions, and receive immediate feedback from professors, which facilitates deeper understanding and retention of the material. While online courses offer certain advantages, such as accessibility, they often lack the personalized attention and immersive learning experience provided by traditional classroom-based learning.",
            "answer_text": "In fact, online courses could provide the same quality of education similar to the one a student will experience in a classroom.But it all depends on how they are designed and delivered. eg universities employing advanced technology with interactive platforms are able to offer quality lectures, virtual discussions, and online assignments. These ingredients allow learning at a self-determined pace which is essential for people who have other commitments, such as work or family. Moreover, the flexibility and accessibilities of online courses could let more types of students be involved in the learning process, enriching it for everyone. For example, suppose some student lives in a remote area and is unable to commute to any university. With the help of online courses, he or she can obtain top-class education. At the same time, it is also necessary to be aware of the negative side, like the impossibility of immediate feedback and interaction with professors and peers, which is more available in a traditional class.",
            "question_type": "TF-IB-W-02",
            "question_multimedia_url": "string",
            "answer_multimedia_url": "null",
            "question_id": "2",
            "question_number": "2",
            "question_section": "writing",
            "answer_objective_evaluation": {
              "spelling_assessments": [
                {
                  "assessment_text": "eg",
                  "recommendation": "Replace 'eg' with 'e.g.,' to correct the abbreviation."
                }
              ],
              "grammar_assessments": [
                {
                  "assessment_text": "online courses could provide the same quality of education similar to the one a student will experience in a classroom.But",
                  "mistake_type": "proper_punctuation",
                  "recommendation": "Add a space after the period."
                }
              ]
            },
            "score": 4,
            "reason": "The response thoroughly addresses the prompt by discussing both the potential benefits and shortcomings of online courses in comparison to traditional classroom-based learning. The ideas are clear, mostly relevant, and well-developed with specific examples. The structure is logical, with an introduction, body, and some form of conclusion. A variety of sentence structures is employed, though there are some minor grammatical issues. Vocabulary usage is adequate, but could be enhanced with more precise word choice. The response adheres to the task requirements.",
            "scope_of_improvement": "To enhance the response, the student could provide more depth in the evidence and examples offered, as well as improve the range of vocabulary used to make the argument more compelling. Additionally, refining transitions and cohesion can aid in a smoother flow of ideas.",
            "answer_holistic_evaluation": [
              {
                "holistic_criteria_id": "h1",
                "holistic_criteria_name": "TASK_FULFILLMENT",
                "feedback": [
                  {
                    "response_completeness": {
                      "score": 5,
                      "explanation": "The response fully addresses the prompt by discussing both the potential benefits and challenges of online courses compared to traditional classroom learning."
                    },
                    "clarity_and_relevance_of_ideas": {
                      "score": 4,
                      "explanation": "The ideas are mostly clear and relevant, although there are some minor lapses in clarity with the discourse on the pros and cons."
                    },
                    "development_of_ideas": {
                      "score": 4,
                      "explanation": "Ideas are mostly developed, with some lacking depth or supporting details, such as the explanation on flexibility and self-paced learning"
                    },
                    "word_count_and_adherence_to_requirements": {
                      "score": 4,
                      "explanation": "The response meets the word count and adheres perfectly to the task instructions."
                    }
                  }
                ],
                "holistic_criteria_score": 4.5
              }
            ]
          }
        ]
      }
    },
    "status": "completed",
    "error": ""
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

accept
enum<string>
default:application/json
required
Available options:
application/json

Path Parameters

id_
string
required

Unique identifier of the evaluation report.

Example:

"123456789"

Response

200
application/json
Successful response
evaluation
object
status
string
Example:

"completed"

error
string
Example:

""