You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"raw": "{\r\n \"questionTitle\": \"What is the purpose of a Python decorator?\",\r\n \"option1\": \"To add inline comments within a function\",\r\n \"option2\": \"To mark a function as deprecated and discourage its use\",\r\n \"option3\": \"To modify or extend the behavior of a function or class method\",\r\n \"option4\": \"To define a new variable within a function's scope\",\r\n \"rightAnswer\": \"To modify or extend the behavior of a function or class method\",\r\n \"difficultylevel\": \"Medium\",\r\n \"category\": \"Python\"\r\n}",
"raw": "{\r\n \"questionTitle\": \"What is the diff. b/w equals() method & == operator in Java when comparing objects?\",\r\n \"option1\": \"equals() method compares the contents of objects, while == operator compares memory addresses\",\r\n \"option2\": \"equals() method is used to compare primitive data types, while == operator is used for objects\",\r\n \"option3\": \"equals() method & == operator perform the same type of comparison and can be used interchangeably\",\r\n \"option4\": \"equals() method compares memory addresses, while == operator compares the contents of objects\",\r\n \"rightAnswer\": \"equals() method compares the contents of objects, while the == operator compares memory addresses\",\r\n \"difficultylevel\": \"Hard\",\r\n \"category\": \"Java\"\r\n}",
116
+
"options": {
117
+
"raw": {
118
+
"language": "json"
119
+
}
120
+
}
121
+
},
122
+
"url": "http://localhost:8080/question/add"
123
+
},
124
+
"response": []
125
+
},
126
+
{
127
+
"name": "update Questions",
128
+
"request": {
129
+
"method": "PUT",
130
+
"header": [],
131
+
"body": {
132
+
"mode": "raw",
133
+
"raw": "{\r\n \"questionTitle\": \"Which of the following is the purpose of a Python decorator?\",\r\n \"option1\": \"To add inline comments within a function\",\r\n \"option2\": \"To mark a function as deprecated and discourage its use\",\r\n \"option3\": \"To modify or extend the behavior of a function or class method\",\r\n \"option4\": \"To define a new variable within a function's scope\",\r\n \"rightAnswer\": \"To modify or extend the behavior of a function or class method\",\r\n \"difficultylevel\": \"Medium\",\r\n \"category\": \"Python\"\r\n}",
134
+
"options": {
135
+
"raw": {
136
+
"language": "json"
137
+
}
138
+
}
139
+
},
140
+
"url": "http://localhost:8080/question/update/3"
141
+
},
142
+
"response": []
143
+
},
144
+
{
145
+
"name": "delete Questions",
146
+
"request": {
147
+
"method": "DELETE",
148
+
"header": [],
149
+
"url": "http://localhost:8080/question/delete/3"
150
+
},
151
+
"response": []
152
+
}
153
+
]
154
+
},
155
+
{
156
+
"name": "Quiz Results",
157
+
"item": [
158
+
{
159
+
"name": "results - submit Quiz",
160
+
"request": {
161
+
"method": "POST",
162
+
"header": [],
163
+
"body": {
164
+
"mode": "raw",
165
+
"raw": "[\r\n {\r\n \"id\": \"6\",\r\n \"response\": \"Abstract classes support multiple inheritance, while interfaces do not\"\r\n },\r\n {\r\n \"id\": \"7\",\r\n \"response\": \"compares memory addresses egweagt st3bwgt5tete3tf\"\r\n }\r\n]",
"raw": "[\r\n {\r\n \"id\":1,\r\n \"response\": \"Wronge Ans HERE\"\r\n },{\r\n \"id\":6,\r\n \"response\": \"Abstract classes support multiple inheritance, while interfaces do not\"\r\n },{\r\n \"id\":7,\r\n \"response\": \"to declare a variable that should not be serialized when the object is being persisted\"}\r\n]",
0 commit comments