GET Api/reportCard?userId={userId}&contestId={contestId}

Return question earning and status of question for user when playing contest.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

Required,userId which is supplied as a string type

string

Required

contestId

Required,contestId which is supplied as a string type

string

Required

Body Parameters

None.

Response Information

Resource Description

{"success":true,"data":[{"tQues":10,"correctQues":7,"timeDiff":80,"earning":240.0,"tds":72.0,"netAmount":168.0,"rank":1}],"dataQuestion":[{"ansStatus":"T","createDate":"2023-12-09T20:04:15.99","Question":"Mahatma Gandhi principle of \"Ahimsa\" advocates","Answer":" Nonviolence","qHindi":"महात्मा गांधी \"अहिंसा\" के सिद्धांत की वकालत करते हैं","aHindi":" अहिंसा","correctAnswer":" Nonviolence","correctAnswerHindi":" अहिंसा"},{"ansStatus":"T","createDate":"2023-12-09T20:04:22.223","Question":"The ancient city of Patliputra, which served as the capital of the Maurya and Gupta empires, is present-day","Answer":" Patna","qHindi":"पाटलिपुत्र का प्राचीन शहर, जो मौर्य और गुप्त साम्राज्य की राजधानी के रूप में कार्य करता था, वर्तमान समय में है","aHindi":" पटना","correctAnswer":" Patna","correctAnswerHindi":" पटना"},{"ansStatus":"T","createDate":"2023-12-09T20:04:30.037","Question":"In the Ramayana, what is the name of the monkey warrior who played a crucial role in finding Sita whereabouts in Lanka?","Answer":" Hanuman","qHindi":"रामायण में, उस वानर योद्धा का नाम क्या है जिसने लंका में सीता का पता लगाने में महत्वपूर्ण भूमिका निभाई थी?","aHindi":" हनुमान","correctAnswer":" Hanuman","correctAnswerHindi":" हनुमान"},{"ansStatus":"T","createDate":"2023-12-09T20:04:37.3","Question":"Who was the leader of the Non-Cooperation Movement in India?","Answer":" Mahatma Gandhi","qHindi":"भारत में असहयोग आंदोलन के नेता कौन थे?","aHindi":" महात्मा गांधी","correctAnswer":" Mahatma Gandhi","correctAnswerHindi":" महात्मा गांधी"},{"ansStatus":"T","createDate":"2023-12-09T20:04:48.52","Question":"Mahatma Gandhi philosophy of \"Nai Talim\" emphasized","Answer":" Integral Education","qHindi":"महात्मा गांधी ने \"नई तालीम\" के दर्शन पर जोर दिया","aHindi":" समग्र शिक्षा","correctAnswer":" Integral Education","correctAnswerHindi":" समग्र शिक्षा"},{"ansStatus":"F","createDate":"2023-12-09T20:04:59.55","Question":"In the Ramayana, what is the name of the demoness who falls in love with Rama and is later rejected by him?","Answer":" Shurpanakha","qHindi":"रामायण में उस राक्षसी का क्या नाम है जिसे राम से प्रेम हो जाता है और बाद में राम उसे अस्वीकार कर देते हैं?","aHindi":" शूर्पणखा","correctAnswer":" Surpanakha","correctAnswerHindi":" शूर्पणखा"},{"ansStatus":"F","createDate":"2023-12-09T20:05:10.91","Question":"The Swadeshi Movement was launched in protest against the partition of which Indian state?","Answer":" Madras","qHindi":"स्वदेशी आंदोलन किस भारतीय राज्य के विभाजन के विरोध में शुरू किया गया था?","aHindi":" मद्रास","correctAnswer":" Bengal","correctAnswerHindi":" बंगाल"},{"ansStatus":"T","createDate":"2023-12-09T20:05:19.457","Question":"The ancient city of Dwarka, associated with Lord Krishna, is located in which present-day Indian state?","Answer":" Gujarat","qHindi":"भगवान कृष्ण से जुड़ा प्राचीन शहर द्वारका, वर्तमान भारतीय राज्य में स्थित है?","aHindi":" गुजरात","correctAnswer":" Gujarat","correctAnswerHindi":" गुजरात"},{"ansStatus":"T","createDate":"2023-12-09T20:05:28.207","Question":"Meera Bai is believed to have spent her later years in devotion and pilgrimage in which holy city associated with Lord Krishna?","Answer":" Mathura","qHindi":"ऐसा माना जाता है कि मीरा बाई ने अपने बाद के वर्ष भगवान कृष्ण से जुड़े किस पवित्र शहर में भक्ति और तीर्थयात्रा में बिताए थे?","aHindi":" मथुरा","correctAnswer":" Mathura","correctAnswerHindi":" मथुरा"},{"ansStatus":"F","createDate":"2023-12-09T20:05:35.897","Question":"In which year did the First War of Indian Independence, also known as the Sepoy Mutiny, break out?","Answer":"1875","qHindi":"भारतीय स्वतंत्रता का प्रथम युद्ध, जिसे सिपाही विद्रोह भी कहा जाता है, किस वर्ष छिड़ा था?","aHindi":"1875","correctAnswer":"1857","correctAnswerHindi":"1857"}],"message":"Report Card"}

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.