SMILEConsortium / smile_teacher_android

The SMILE Teacher Android App
http://www.smileconsortium.org
Apache License 2.0
1 stars 2 forks source link

Add ability for Teacher App to send a stacktrace on fatal exception via email #25

Open truedat101 opened 11 years ago

truedat101 commented 11 years ago

It should be possible to for the teacher to send an email to someone (me ) to report problems in the app and pull data from the server.

truedat101 commented 11 years ago

We had a crash this weekend when demoing something. Would be nice to at least where possible catch JSON exceptions or any other fatal case and send an email... or if on restart, we have detected a crash, we can send out a report.

chrqls commented 11 years ago

Ok, so if I understand:

Is that correct?

truedat101 commented 11 years ago

testing reply to email

truedat101 commented 11 years ago

So I have an idea. Why don't we have the app send this information that you've mentioned into an email?

I tested this out from my email client. All messages sent here will end up assigned to this issue #25 so we have a ready made place to capture crashes.

chrqls commented 11 years ago

The pull request is ready. https://github.com/SMILEConsortium/smile_teacher_android/pull/26

truedat101 commented 11 years ago

Dear Administrator,

I want to know if jp characters send in utf8

A SMILE teacher

----- JSON data -----

[ {"TYPE":"HAIL","IP":"127.0.0.40","NAME":"xiyqvzjl5403"}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$BIY;N;3(B","O2":"$BH,9CED;3(B","O3":"$BKL3Y(B","O4":"$B1|9b@iJf3Y(B","Q":"$BF|K\$G#2HVL\$K9b$$;3$O!)(B","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B%P%/%@%C%I(B","O2":"$B9-Eg(B","O3":"$BD9:j(B","O4":"$B%A%'%k%N%V%$%j(B","Q":"$B86Gz$,:G=i$KEj2<$5$l$?ET;T(B","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B#1#9#9#8(B","O2":"$B#2#0#0#1(B","O3":"$B#2#0#1#2(B","O4":"$B#2#0#0#0(B","Q":"$B%I%i$($b$s$,;:$^$l$?G/(B","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B7'K\8)(B","O2":"$B5:j8)(B","O3":"$BJ!2,8)(B","O4":"$B</;yEg8)(B","Q":"$B0$AI;3$,$"$k8)(B","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B=BC+(B","O2":"$B=)MU86(B","O3":"$B9b1;{(B","O4":"$B?7=I(B","Q":"AKB48$BH/>M$NCO(B","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B#1#6(B","O2":"$B#3#8(B","O3":"$B#4#0(B","O4":"$B#5(B","Q":"$B9)F#@E9a$N$*%K%c%s;R2q0wHV9f(B","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B@D?9(B","O2":"$B?73c(B","O3":"$B;37A(B","O4":"$B@E2,(B","Q":"$B$M$V$?:W$,M-L>$JET;T(B","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$B%+%j%U%i%o!<(B","O2":"$BGONk=r(B","O3":"$B%l%?%9(B","O4":"$B5mhp(B","Q":"$B$8$c$,$$$b$NJLL>(B","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$BF#;RITFsM:(B","O2":"$B@P?9>OB@O:(B","O3":"$BEZED$h$7$3(B","O4":"$B@VDMITFsIW(B","Q":"$B$R$$D$N%"%C%3$A$c$s$N:n<T(B","A":4}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"teacher","O1":"$BEl5~ET(B","O2":"$BBg:e;T(B","O3":"$BJ!2,8)(B","O4":"$B?@8M;T(B","Q":"$B>>ED@;;R$N=P?HCO(B","A":3}, {"TYPE":"START_MAKE"}]

truedat101 commented 10 years ago

Message: Expected literal value at character 2 of {[}

chrqls commented 10 years ago

You have to add 3 jars to the project: activation.jar + additionnal.jar + mail.jar

Here is the link: http://code.google.com/p/javamail-android/downloads/list

chrqls commented 10 years ago

Ok, so now the code can forward the json exception by email in background. But here is a particular case: When we send the email at this address: reply+i-17909211-432eb6ae1acca189ce0ff1dc90b206bf0a62ae4d-64202@reply.github.com ... we can see the email "sent" in the gmail box. But I noticed that specifically at this address sometimes it does work (see above), and sometimes it does NOT.

So, for now, the receiver will be "consortiumsmile@gmail.com" instead of the Github email (the Gmail expeditor is "consortiumsmile@gmail.com" and the password is "razortooth")

truedat101 commented 10 years ago
org.smilec.smile.bu.json.CurrentMessageJSONParser.java **_org.json.JSONException
**_, Expected literal value at character 2 of {[}
truedat101 commented 10 years ago

org.smilec.smile.bu.json.CurrentMessageJSONParser.java

. org.json.JSONException

            Expected literal value at character 2 of {[}
chrqls commented 10 years ago

I think this issue is fixed

truedat101 commented 10 years ago

Charles, we seem to be missing the jar files for mail and activation.

truedat101 commented 10 years ago

I'll try adding the jars. If this isn't working, I'll have to work off an earlier tag.

truedat101 commented 10 years ago

Appears to be building now. Needs testing.

chrqls commented 10 years ago

David, did you finally resolve the problem with jars ?

truedat101 commented 10 years ago

Yes, fixed.

truedat101 commented 10 years ago

org.smilec.smile.bu.json.CurrentMessageJSONParser.java

. org.json.JSONException

            Expected literal value at character 2 of {[}
truedat101 commented 10 years ago

@chrqls please double check this issue when looking at your eclipse issue.

truedat101 commented 10 years ago

Dear Administrator,

blablabla

A SMILE teacher

----- JSON data -----

[ {"TYPE":"START_MAKE"}, {"TYPE":"HAIL","IP":"10.0.0.13","NAME":"lolboy"}, {"NAME":"lolboy","IP":"10.0.0.13","O1":"bien","O2":"la","O3":"famile-le---","O4":"loooooooool","TYPE":"QUESTION","Q":"oueeeeeeeech","A":"4"}, {"NAME":"lolboy","IP":"10.0.0.13","O1":"bien","O2":"la","O3":"famile-le---","O4":"loooooooool","TYPE":"QUESTION","Q":"oueeeeeeeech","A":"4"}, {"NAME":"lolboy","IP":"10.0.0.13","O1":"lol","O2":"mdr","O3":"tro comik","O4":"fun","TYPE":"QUESTION","Q":"trotrooooooolollo","A":"4"}, {"TYPE":"START_MAKE"}, {"TYPE":"START_MAKE"}, {"TYPE":"START_MAKE"}]

truedat101 commented 10 years ago

Since we've commented out this functionality, I am reopening. Please @chrqls figure out why it's not working in eclipse first. Then figure out if this will crash itself for any reason if the email servers cannot be reached. If it's ok, then uncomment.

truedat101 commented 10 years ago

This is entirely useful functionality. What we may wish to do is that when we can't send email, to log the error to the server. I should add a fatal error log to Persisteus.

truedat101 commented 10 years ago

Dear Administrator,

HTC NHS

A SMILE teacher

----- JSON data -----

[ {"TYPE":"RESET","TIMESTAMP":"Mon, 30 Dec 2013 06:13:10 GMT","EXPIRY":1500}, {}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"dogfoot","O1":"E = MC2","O2":"length = width x height","O3":"sum/number of items","O4":"foot ","Q":"what is the formula for average?","SessionID":"1388384135560","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"dogfoot","O1":"Q+10","O2":"1000","O3":"10000","O4":"9999","Q":"100*100 =","SessionID":"1388384135610","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"tiffjj","O1":"32,786","O2":"72,630","O3":"40,460","O4":"16,330","Q":"2380 x 17","SessionID":"1388384135626","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"fosterfreeze10","O1":"17","O2":"21","O3":"9","O4":"16","Q":"Find the median for 9,21,26,17,34,16,11,8,10","SessionID":"1388384135640","A":4}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"fosterfreeze10","O1":"17","O2":"22","O3":"34","O4":"21","Q":"Find the mode for 17,17,21,22,34,34,34,21,22","SessionID":"1388384135663","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"fosterfreeze10","O1":"15.2","O2":"12","O3":"16","O4":"23.3","Q":"Find the mean for 16,17,20,23\n\n","SessionID":"1388384135681","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"fosterfreeze10","O1":"60","O2":"57","O3":"47","O4":"2","Q":"Find the range for 3,40,60,22,14,16","SessionID":"1388384135694","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"tiffjj","O1":"Metal","O2":"cotton","O3":"Same weight","O4":"Can't compete ","Q":"Which one is less weight 1.5 tons metal or 907,185.00 grams cotton?","SessionID":"1388384135710","A":1}, {"TYPE":"START_MAKE"}]

truedat101 commented 10 years ago

Dear Administrator,

report

A SMILE teacher

----- JSON data -----

[ {"TYPE":"START_MAKE"}, {"TYPE":"HAIL","IP":"10.1.0.242","NAME":"alvin"}, {"TYPE":"HAIL","IP":"10.1.0.219","NAME":"WESHIPNOMUEL"}, {"TYPE":"HAIL","IP":"10.1.0.251","NAME":"shaminlolz"}, {"TYPE":"HAIL","IP":"10.1.0.217","NAME":"Taeyeon<3"}, {"TYPE":"HAIL","IP":"10.1.0.208","NAME":"wkjwpfna3051"}, {"TYPE":"HAIL","IP":"10.1.0.222","NAME":"zheng liang"}, {"TYPE":"HAIL","IP":"10.1.0.206","NAME":"jackysim"}, {"TYPE":"HAIL","IP":"10.1.0.202","NAME":"Liwen"}, {"TYPE":"HAIL","IP":"10.1.0.224","NAME":"Xinmiao"}, {"TYPE":"HAIL","IP":"10.1.0.220","NAME":"Charmaine "}, {"TYPE":"HAIL","IP":"10.1.0.218","NAME":"Claudia"}, {"TYPE":"HAIL","IP":"10.1.0.205","NAME":"Yoona"}, {"TYPE":"HAIL","IP":"10.1.0.223","NAME":"syaf"}, {"TYPE":"HAIL","IP":"10.1.0.193","NAME":"kmvudwkm0906"}, {"TYPE":"HAIL","IP":"10.1.0.210","NAME":"dgcturln3337"}, {"TYPE":"HAIL","IP":"10.1.0.211","NAME":"derrick_1999@Hotmail.com"}, {"NAME":"shaminlolz","IP":"10.1.0.251","O1":"Shamin","O2":"Jia Le","O3":"reluctance to change state of motion due to it's mass","O4":"Mr Tan","TYPE":"QUESTION","Q":"definition of intertia ","A":"3","SessionID":"shaminlolz-fd56773972e624b42b2adfbbbfa744faf0d79116"}, {"TYPE":"HAIL","IP":"10.1.0.225","NAME":"qeywqmqx0543"}, {"TYPE":"HAIL","IP":"10.1.0.221","NAME":"wdvqpaum2999"}, {"TYPE":"HAIL","IP":"10.1.0.204","NAME":"Zheng Wei"}, {"NAME":"Taeyeon<3","IP":"10.1.0.217","O1":"It's a balance force","O2":"There is zero acceleration ","O3":"No resultant force ","O4":"Constant acceleration or at rest ","TYPE":"QUESTION","Q":"What is false about newton first law?","A":"4","SessionID":"Taeyeon<3-471005bcc71ad23e505b37ff7f96b88981dd1c9a"}, {"TYPE":"HAIL","IP":"10.1.0.209","NAME":"lordadamraimi"}, {"NAME":"jackysim","IP":"10.1.0.206","O1":"force divide pressure ","O2":"distance X Speed","O3":"mass X gravitational field strength","O4":"none of the above","TYPE":"QUESTION","Q":"What is the formula to calculate area","A":"1","SessionID":"jackysim-35136b755cbca740cfc185717e2ac3993b0126c4"}, {"NAME":"Charmaine ","IP":"10.1.0.220","O1":"Space between the particles in a body ","O2":"Gravitational force acting on a body","O3":"Matter in a body","O4":"Charge in a body ","TYPE":"QUESTION","Q":"Mass is the amount of ","A":"3","SessionID":"Charmaine -d9c31497df5b1ebe1facfb47ef79c78a5afdda08"}, {"NAME":"Xinmiao","IP":"10.1.0.224","O1":"km/h","O2":"m/s","O3":"S","O4":"K","TYPE":"QUESTION","Q":"What is the SI unit for speed?","A":"2","SessionID":"Xinmiao-abcedf90b8b51108551050bbfa277348e5077f98"}, {"NAME":"Claudia","IP":"10.1.0.218","O1":"Pa","O2":"K","O3":"m/s","O4":"t","TYPE":"QUESTION","Q":"What is the SI unit for temperature? ","A":"2","SessionID":"Claudia-68246b8409570f913f6685c03c1693f5fdf7373b"}, {"NAME":"Liwen","IP":"10.1.0.202","O1":"Yes","O2":"No","O3":"Idk","O4":"Maybe","TYPE":"QUESTION","Q":"Does a fishBall of 5kg have a higher inertia than a sotong ball of 5.1kg","A":"2","SessionID":"Liwen-971c7ea786e555e642865bf65576fcdc725cada6"}, {"NAME":"Yoona","IP":"10.1.0.205","O1":"Don't do anything","O2":"Distance divide by time","O3":"😂","O4":"Look for his le","TYPE":"QUESTION","Q":"How to find speed?","A":"2","SessionID":"Yoona-08c708eb1259d49d9c3a1aaf6849b25cc0d971d3"}, {"NAME":"zheng liang","IP":"10.1.0.222","O1":"measuring cylinder","O2":"spring balance","O3":"beam balance","O4":"vernier calipers","TYPE":"QUESTION","Q":"What is the instrument used in the laboratory to measure the weight of a basketball?","A":"2","SessionID":"zheng liang-f2c43763b89d2946651664ef771546c649fe19ac"}, {"NAME":"qeywqmqx0543","IP":"10.1.0.225","O1":"at the corner","O2":"at the side","O3":"at the centre","O4":"at the top","TYPE":"QUESTION","Q":"where can centre gravity of an object be found at?","A":"3","SessionID":"qeywqmqx0543-22bad00d33020b51ecb6d90b6d895c4bd5097e64"}, {"NAME":"alvin","IP":"10.1.0.242","O1":"m","O2":"Nm","O3":"N","O4":"m/s","TYPE":"QUESTION","Q":"What is the SI unit of moment?","A":"2","SessionID":"alvin-81d91b31bfdda7a65c78057f07ebc1ee2dc94b63"}, {"NAME":"wkjwpfna3051","IP":"10.1.0.208","O1":"Jia Le ","O2":"The reluctance to move","O3":"The reluctance to change in state of motion or at rest","O4":"The reluctance to start moving ","TYPE":"QUESTION","Q":"What is inertia? ","A":"3","SessionID":"wkjwpfna3051-df106a49640c2543831e7d4e141fd440692beb05"}, {"NAME":"Charmaine ","IP":"10.1.0.220","O1":"Space between the particles in a body","O2":"Gravitational force acting on a body","O3":"Matter in a body","O4":"Charge in a body ","TYPE":"QUESTION","Q":"Mass is the amount of ","A":"3","SessionID":"Charmaine -c931271f81d6160923f72c1aba130542da0c3aa2"}, {"NAME":"syaf","IP":"10.1.0.223","O1":"a= (v-u)÷t","O2":"a=total distance÷total time","O3":"a=area under s-t graph","O4":"a=distance/time","TYPE":"QUESTION","Q":"Which of the following is the formula for acceleration?","A":"1","SessionID":"syaf-bc9f5d78a6537295a8ecbc5b4e3650de0e7a0299"}, {"NAME":"Claudia","IP":"10.1.0.218","O1":"Pa","O2":"K","O3":"t","O4":"m/s","TYPE":"QUESTION","Q":"What Is the SI unit for temperature? ","A":"2","SessionID":"Claudia-4b4a4aaccd63514ef979849511815b5c9be72448"}, {"TYPE":"HAIL","IP":"10.1.0.195","NAME":"ybxkldwz8173"}, {"TYPE":"HAIL","IP":"10.1.0.194","NAME":"chin"}, {"NAME":"zheng liang","IP":"10.1.0.222","O1":"measuring cylinder","O2":"spring balance","O3":"beam balance","O4":"vernier calipers","TYPE":"QUESTION","Q":"What is the instrument used in the laboratory to measure the weight of a golf ball","A":"2","SessionID":"zheng liang-92066d7d8d348b81473022f6ef327ffbe9727650"}, {"NAME":"Liwen","IP":"10.1.0.202","O1":"Fishball","O2":"Candy","O3":"Lollipop","O4":"All the same ","TYPE":"QUESTION","Q":"FishBall:500g\nCandy:100g\nLollipop:250g\nWhich has the greatest inertia ","A":"1","SessionID":"Liwen-bd8b6e3760e68d539d7b33a2a16e6058c8587a01"}, {"TYPE":"HAIL","IP":"10.1.0.208","NAME":"pgwsxpkn0661"}, {"NAME":"derrick_1999@Hotmail.com","IP":"10.1.0.211","O1":"it is related to human ","O2":"a subset of physics explaining the physical behaviours at the molecular, atomic and sub-atomic levels","O3":"it is biological ","O4":"it can be related to moment ","TYPE":"QUESTION","Q":"What is quantum mechanics?","A":"2","SessionID":"derrick_1999@Hotmail.com-f1d6f19006e6a64e5f65fd89b706f5c71350b9aa "}, {"NAME":"jackysim","IP":"10.1.0.206","O1":"giraffe","O2":"f1 car","O3":"Shamin","O4":"Derrick","TYPE":"QUESTION","Q":"Which following items have a higher Centre of gravity","A":"2","SessionID":"jackysim-bcaee34fdd7bb3c74cb2462c2888a991dcfe419c"}, {"NAME":"WESHIPNOMUEL","IP":"10.1.0.219","O1":"CAR NOT BEING ABLE TO MOVE ON ICE","O2":"POLE DANCER RUBBING THEMSELVES AGAINST THE POLE","O3":"OPENING A BOTTLE CAP","O4":"A CAR INCREASING IN SPEED ON A ROAD","TYPE":"QUESTION","Q":"WHICH OF THE FOLLOWING EXAMPLES DOES NOT DEMONSTRATES FRICTION FORCE? (we ship nomuel)","A":"4","SessionID":"WESHIPNOMUEL-0440a937fd7f8365b6187a4ca7ae957d08ea96a9"}, {"NAME":"pgwsxpkn0661","IP":"10.1.0.208","O1":"Jia Le ","O2":"The reluctance to move ","O3":"The reluctance of the object to change its state of rest or motion due to its mass","O4":"Having a lot of weight","TYPE":"QUESTION","Q":"What is inertia?","A":"3","SessionID":"pgwsxpkn0661-65dbd9db388cba4cde9e4239addae4bf66c26c55"}, {"NAME":"ybxkldwz8173","IP":"10.1.0.195","O1":"total distance","O2":"fastest speed","O3":"rate of change of velocity","O4":"rate of change of displacement ","TYPE":"QUESTION","Q":"Define acceleration ","A":"3","SessionID":"ybxkldwz8173-7214ee3dd66839a3cf795a4bf603ba9d68b7dbbd"}, {"NAME":"derrick_1999@Hotmail.com","IP":"10.1.0.211","O1":"a subset of physics explaining the physical behaviours at the molecular, atomic and sub-atomic levels","O2":"it is related to human","O3":"it is biology ","O4":"it can help humans to find out what is physical ","TYPE":"QUESTION","Q":"What is quantum mechanic? ","A":"1","SessionID":"derrick_1999@Hotmail.com-3846b0e2b9c7c2c0fba0f244e852bca97807a870 "}, {"NAME":"Zheng Wei","IP":"10.1.0.204","O1":"km/h","O2":"ms^-2","O3":"m/s","O4":"m/hr","TYPE":"QUESTION","Q":"What is the S.I unit for acceleration","A":"2","SessionID":"Zheng Wei-0c4c1f9954d924c241e183095745a1563c0e92fb"}, {"NAME":"chin","IP":"10.1.0.194","O1":"Because of its mass","O2":"Because no weight","O3":"Because no mass","O4":"Because no gravity","TYPE":"QUESTION","Q":"Why does the centre of gravity occur at the centre","A":"1","SessionID":"chin-5a61a493b45b925c125282a60048c3762f45af7a"}, {"NAME":"lordadamraimi","IP":"10.1.0.209","O1":"Wong Jiale","O2":"the ability of the object to change its motion","O3":"the reluctance of the object to change its state of rest or motion due to its mass","O4":"Every action has equal and opposite reaction.","TYPE":"QUESTION","Q":"Define inertia.","A":"3","SessionID":"lordadamraimi-8152f886f07ddde0b24395550aab5ee612430a58"}, {"NAME":"dgcturln3337","IP":"10.1.0.210","O1":"5","O2":"6","O3":"7","O4":"8","TYPE":"QUESTION","Q":"A bowling ball of weight 10kg has an acceleration of 3m/s, find the force applied if there is a frictional force of 3N","A":"2","SessionID":"dgcturln3337-b198dca115423d7697752ca5c922aec88cc2c048"}, {"TYPE":"HAIL","IP":"10.1.0.208","NAME":"fnosdhzt7395"}, {"TYPE":"HAIL","IP":"10.1.0.222","NAME":"zheng liang"}, {"NAME":"wdvqpaum2999","IP":"10.1.0.221","O1":"Sum of clockwise moments about a pivot is more than sum of anti clockwise moments about a pivot","O2":"Sum of clockwise moment about a pivot is equal to sum of anti clockwise moment is equal to sum of anti clockwise moment about another pivot","O3":"Sum of clockwise is unequal to sum of anti clockwise about the same pivot","O4":"sum of clockwise moment about a pivot is equal to sum of anti clockwise moment about the same pivot","TYPE":"QUESTION","Q":"What is Principles of Moments?","A":"4","SessionID":"wdvqpaum2999-66ad6a72084b80c9eae8e77655bb390cf993a780"}, {"TYPE":"HAIL","IP":"10.1.0.196","NAME":"WeshipSamble"}, {"NAME":"chin","IP":"10.1.0.194","O1":"Because of the mass","O2":"Because of gravity","O3":"Because of air","O4":"Because of carbon dioxide","TYPE":"QUESTION","Q":"Why does the centre of gravity occur at the centre","A":"1","SessionID":"chin-f5f4721c4025e3717ba01af8bbc5bad94e8370cd"}, {"NAME":"fnosdhzt7395","IP":"10.1.0.208","O1":"Jia Le ","O2":"The reluctance to move ","O3":"Having more mass","O4":"The reluctance of the object to change its state of rest or motion due to its mass","TYPE":"QUESTION","Q":"What is inertia?","A":"4","SessionID":"fnosdhzt7395-aaa69f1a70c700789e76c920c55fe918256782d2"}, {"NAME":"chin","IP":"10.1.0.194","O1":"Beause of the mass","O2":"Because of the air","O3":"Because of the weight","O4":"Because of the gravity","TYPE":"QUESTION","Q":"Why does the centre of gravity occur at the centre","A":"1","SessionID":"chin-5fa74868d51e84c1386f78632f613524b9db8a80"}, {"TYPE":"HAIL","IP":"","NAME":"Taeyeon<3"}, {"TYPE":"HAIL","IP":"10.1.0.217","NAME":"Taeyeon<3"}, {"NAME":"kmvudwkm0906","IP":"10.1.0.193","O1":"5 m/s","O2":"50 m/s","O3":"500 m/s ","O4":"5000 m/s","TYPE":"QUESTION","Q":"A car travel in a circular manner 10 times in 10mins and has a displacement of 30km. What is the velocity ? ","A":"2","SessionID":"kmvudwkm0906-aab952398229e33f259eb43d0c146f7942824521"}, {"NAME":"Taeyeon<3","IP":"10.1.0.217","O1":"Shamin","O2":"Bryan Cheng ","O3":"Derrick ","O4":"Samuel ","TYPE":"QUESTION","Q":"Who has the highest inertia in class?","A":"3","SessionID":"Taeyeon<3-870fa8afd233c8dd21551a9b0df619eb59eb7480"}, {"NAME":"Taeyeon<3","IP":"10.1.0.217","O1":"Tram Anh ","O2":"Bryan Cheng","O3":"Bryan Kee","O4":"Poh 姐","TYPE":"QUESTION","Q":"Who the lowest inertia ","A":"1","SessionID":"Taeyeon<3-ed6106ebd72592d4fbe4b0b040ca23492a0f8b14"}, {"NAME":"WeshipSamble","IP":"10.1.0.196","O1":"Jia le","O2":"Bus stops together with the bus","O3":"A lorry can change it directions easily","O4":"The driver in a car managed to stop together with the car managed to stop it's state of motion together with the car","TYPE":"QUESTION","Q":"what is an example of intertial","A":"1","SessionID":"WeshipSamble-d0a6316d3f897453f984542d3fde67ed82a0fcd2"}, {"TYPE":"START_SOLVE","NUMQ":35,"RANSWER":[3,4,1,3,2,2,2,2,2,3,2,3,3,1,2,2,1,2,2,4,3,3,1,2,1,3,2,4,1,4,1,2,3,1,1],"TIME_LIMIT":10}, {"TYPE":"HAIL","IP":"10.1.0.221","NAME":"ganuttqp7660"}, {"TYPE":"HAIL","IP":"10.1.0.210","NAME":"cmmojuhw6058"}, {"TYPE":"HAIL","IP":"10.1.0.194","NAME":"xcfzbuiu5171"}, {"TYPE":"HAIL","IP":"10.1.0.219","NAME":"weshipnomuel"}, {"MYRATING":["5","1","1","1","5","1","1","5","5","5","5","5","1","1","1","1","1","1","1","1","5","1","1","1","5","5","5","5","5","5","5","1","1","1","1"],"MYANSWER":["3","1","4","3","2","2","2","2","2","3","2","3","3","1","2","2","1","1","1","4","3","3","1","2","4","3","2","2","2","4","3","1","3","1","4"],"NAME":"zheng liang","TYPE":"ANSWER","IP":"10.1.0.222"}, {"MYRATING":["5","5","5","5","5","1","1","1","5","1","1","1","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","1","1","3","2","2","3","2","3","3","2","3","3","1","2","3","1","4","2","3","1","4","4","2","1","4","3","3","3","1","3","4","3","4","1"],"NAME":"jackysim","TYPE":"ANSWER","IP":"10.1.0.206"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","3","4","3","2","2","1","2","2","3","2","3","3","1","2","2","3","2","1","4","3","3","1","2","1","3","3","4","2","4","3","1","3","1","1"],"NAME":"syaf","TYPE":"ANSWER","IP":"10.1.0.223"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","4","1","1","2","1","4","3","3","3","1","1","3","2","1","4","4","1","1","1","4","4","2","4","1","1","3","1","4","1","4","3","1","1"],"NAME":"Taeyeon<3","TYPE":"ANSWER","IP":"10.1.0.217"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","3","4","3","1","2","2","2","3","3","2","3","3","4","2","3","1","4","2","3","3","3","1","2","3","3","2","2","2","4","4","2","3","1","4"],"NAME":"ybxkldwz8173","TYPE":"ANSWER","IP":"10.1.0.195"}, {"MYRATING":["1","5","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1"],"MYANSWER":["3","4","4","3","2","2","2","2","2","3","2","3","3","1","2","2","1","2","4","3","3","3","1","2","2","2","3","3","2","4","3","3","3","4","4"],"NAME":"alvin","TYPE":"ANSWER","IP":"10.1.0.242"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","3","2","3","1","2","2","2","2","3","2","3","3","1","2","3","1","4","1","4","3","4","2","2","1","3","3","4","2","4","4","2","3","1","4"],"NAME":"Liwen","TYPE":"ANSWER","IP":"10.1.0.202"}, {"MYRATING":["5","5","5","5","5","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1"],"MYANSWER":["3","3","1","3","1","2","2","2","3","3","2","3","3","1","2","2","1","4","2","1","1","3","3","2","2","2","2","1","2","4","4","1","4","1","3"],"NAME":"Charmaine ","TYPE":"ANSWER","IP":"10.1.0.220"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","4","3","1","2","2","2","3","3","2","3","3","1","2","2","1","2","1","3","3","4","1","2","1","3","3","2","1","4","3","2","3","1","1"],"NAME":"derrick_1999@Hotmail.com ","TYPE":"ANSWER","IP":"10.1.0.211"}, {"MYRATING":["1","5","1","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","4","3","2","3","2","2","2","3","2","3","3","1","2","2","1","2","1","1","3","4","1","2","1","3","2","4","2","4","4","2","3","1","4"],"NAME":"kmvudwkm0906","TYPE":"ANSWER","IP":"10.1.0.193"}, {"MYRATING":["1","5","5","1","1","1","1","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","1","3","1","2","2","2","2","3","2","3","3","4","2","2","1","2","4","1","1","3","3","2","1","1","3","2","1","1","1","2","3","4","1"],"NAME":"Yoona","TYPE":"ANSWER","IP":"10.1.0.205"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["2","3","1","3","2","2","1","2","3","3","2","1","1","1","2","3","1","2","3","1","3","3","1","2","1","3","3","2","2","4","4","2","1","1","4"],"NAME":"Zheng Wei","TYPE":"ANSWER","IP":"10.1.0.204"}, {"MYRATING":["5","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1","1"],"MYANSWER":["2","2","4","3","2","2","2","2","2","3","2","3","3","2","2","2","1","4","1","4","3","4","4","1","1","3","3","4","2","4","2","3","3","2","3"],"NAME":"weshipnomuel","TYPE":"ANSWER","IP":"10.1.0.219"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","3","4","3","1","2","1","2","2","3","2","3","3","1","2","2","1","2","2","4","3","3","1","2","1","3","3","2","1","4","1","1","3","1","4"],"NAME":"shaminlolz","TYPE":"ANSWER","IP":"10.1.0.251"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","4","3","2","2","1","2","3","3","2","3","3","1","2","2","1","2","4","1","3","3","1","2","1","3","3","1","4","1","1","4","3","1","1"],"NAME":"lordadamraimi","TYPE":"ANSWER","IP":"10.1.0.209"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","4","3","3","2","2","2","2","4","2","3","3","1","2","3","1","2","2","2","3","3","2","2","2","3","2","3","2","3","3","2","3","2","3"],"NAME":"xcfzbuiu5171","TYPE":"ANSWER","IP":"10.1.0.194"}, {"MYRATING":["1","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","4","4","3","2","2","2","2","3","3","2","3","3","3","2","3","1","2","2","1","3","3","1","2","1","3","2","4","1","4","1","2","3","1","4"],"NAME":"Claudia","TYPE":"ANSWER","IP":"10.1.0.218"}]

truedat101 commented 10 years ago

Dear Administrator,

4r6 dynamics

A SMILE teacher

----- JSON data -----

[ {"TYPE":"HAIL","IP":"10.1.0.192","NAME":"Wolfgang Amadeus Mozart"}, {"TYPE":"HAIL","IP":"10.1.0.249","NAME":"Aarontan132"}, {"TYPE":"HAIL","IP":"10.1.0.199","NAME":"Arzine"}, {"TYPE":"HAIL","IP":"10.1.0.162","NAME":"Ignatius"}, {"TYPE":"HAIL","IP":"10.1.0.228","NAME":"izac"}, {"TYPE":"HAIL","IP":"10.1.0.157","NAME":"InFiniTiuM"}, {"TYPE":"HAIL","IP":"10.1.0.191","NAME":"NormalBoy"}, {"TYPE":"HAIL","IP":"10.1.0.183","NAME":"xCyro"}, {"TYPE":"HAIL","IP":"10.1.0.166","NAME":"Mindyyyy<3L"}, {"TYPE":"HAIL","IP":"10.1.0.238","NAME":"Idriani"}, {"TYPE":"HAIL","IP":"10.1.0.241","NAME":"Cheryl "}, {"TYPE":"HAIL","IP":"10.1.0.153","NAME":"Jon"}, {"TYPE":"HAIL","IP":"10.1.0.187","NAME":"lywkohor9762"}, {"TYPE":"HAIL","IP":"10.1.0.239","NAME":"uasvzzzz9728"}, {"TYPE":"HAIL","IP":"10.1.0.200","NAME":"Amelia"}, {"TYPE":"HAIL","IP":"10.1.0.199","NAME":"Yusuf"}, {"TYPE":"HAIL","IP":"10.1.0.181","NAME":"Barbiexxxz2001"}, {"TYPE":"HAIL","IP":"10.1.0.163","NAME":"swaggypantsblue"}, {"TYPE":"START_MAKE"}, {"TYPE":"HAIL","IP":"10.1.0.181","NAME":"Barbiexxz"}, {"NAME":"Idriani","IP":"10.1.0.238","O1":"The heavier one ","O2":"The lighter one ","O3":"Both will reach at the same time","O4":"none.... Both will float in the air","TYPE":"QUESTION","Q":"Between a heavy and light ball, which one will reach the ground first if being thrown?","A":"3","SessionID":"Idriani-501584fa6a4651c66b2fa75d49c6e0e62fbdacbe"}, {"TYPE":"HAIL","IP":"10.1.0.183","NAME":"xCyro"}, {"NAME":"Aarontan132","IP":"10.1.0.249","O1":"B only","O2":"A,B and D","O3":"B and C","O4":"A ,B and C","TYPE":"QUESTION","Q":"Which of the following affects the rate of free fall?\nA)inertia\nB)weight\nC)mass\nD)surface area","A":"2","SessionID":"Aarontan132-71967cc9d81226808d329593c196b257757086b9"}, {"NAME":"Cheryl ","IP":"10.1.0.241","O1":"Heavy one","O2":"Empty ball","O3":"Same","O4":" ","TYPE":"QUESTION","Q":"A ball of 1kg and an empty ball, which one would reach the floor first?","A":"3","SessionID":"Cheryl -63cca95bdb1c2b7d3d094929366368a04b397ff8"}, {"NAME":"Barbiexxz","IP":"10.1.0.181","O1":"1m/s/s","O2":"4 ohms","O3":"2 watts","O4":"5 newtons","TYPE":"QUESTION","Q":"Fine the acceleration wen a car speed go up frm 10m per second 2 20m per second in 10 seconds. ","A":"1","SessionID":"Barbiexxz-3cdb036774e6ebd05741be0b5f244f5293192dd8"}, {"NAME":"Yusuf","IP":"10.1.0.199","O1":"They both experience free fall.","O2":"They have the same ratio of force and inertia.","O3":"They have the same weight.","O4":"Oh, look! A bird!","TYPE":"QUESTION","Q":"Why does the 5kg medicine ball fall at the same rate as the basketball?","A":"2","SessionID":"Yusuf-c7186ebd86538ebdf322d0f15c816ba9dd41b4cd"}, {"TYPE":"HAIL","IP":"10.1.0.214","NAME":"ohcqdvip8558"}, {"NAME":"NormalBoy","IP":"10.1.0.191","O1":"They will fall with constant speed","O2":"Zhi sen's stone will fall first","O3":"Isaac's stone will fall first","O4":"Both the stone will stay up in the air","TYPE":"QUESTION","Q":"If zhi sen throws a stone upwards and isaac drops another stone downwards on the moon simultaneously, will they fall with constant speed ? Take w=mg and the speed is 10ms-1 ","A":"1","SessionID":"NormalBoy-c12f40e4f39def82eebadc472f331f174ec59102"}, {"NAME":"uasvzzzz9728","IP":"10.1.0.239","O1":"His friend","O2":"The boy","O3":"Both same time","O4":"Both doesn't hit the ground","TYPE":"QUESTION","Q":"A boy is 50kg. His friend is 60kg. They both fell from a building, who lands on the ground first?\n","A":"3","SessionID":"uasvzzzz9728-119dd1d582c914336943210eafa8ac1e8cbd772d"}, {"NAME":"xCyro","IP":"10.1.0.183","O1":"Yes. Of course it does","O2":"No. ","O3":"It depends on the inertia","O4":"The speed affects how fast they move","TYPE":"QUESTION","Q":"Does the mass of both the bowling ball and the mass of the basketball affect how fast they fall?","A":"2","SessionID":"xCyro-c5c6bf3512a058ac149ccfb6678a9b32fb36482c"}, {"NAME":"ohcqdvip8558","IP":"10.1.0.214","O1":"5m/s","O2":"33m/s","O3":"23m/s","O4":"10m/s","TYPE":"QUESTION","Q":"Find the velocity of a car that covers 10m in 2s.","A":"1","SessionID":"ohcqdvip8558-d68d4864455806b239c6c420133fce770475946d"}, {"NAME":"Cheryl ","IP":"10.1.0.241","O1":"Correct","O2":"Wrong","O3":" ","O4":" ","TYPE":"QUESTION","Q":"P who weights 100kg has more inertia than Q who weights half of P, is that correct","A":"1","SessionID":"Cheryl -3a6f26960f1aa3f49360a334c0e8beb86a9e5665"}, {"TYPE":"HAIL","IP":"10.1.0.183","NAME":"xCyro"}, {"NAME":"Mindyyyy<3L","IP":"10.1.0.166","O1":"in a straight line","O2":"crawl on the floor","O3":"run in a zigzag line","O4":"freeze on the spot, hoping it doesn't sense you","TYPE":"QUESTION","Q":"Inertia is the resistance to change direction due to its mass. A bull has a mass of 90kg. If you are being chased by and angry bull, what should you do","A":"3","SessionID":"Mindyyyy<3L-8817d6cc89be3ca9d4e240d1be7849c333042df3"}, {"TYPE":"HAIL","IP":"10.1.0.186","NAME":"gzxtobzk0176"}, {"NAME":"lywkohor9762","IP":"10.1.0.187","O1":"Watermelon","O2":"Cake","O3":"Neither. They land at the same time.","O4":"The cake lands on the watermelon. It goes off course. Neither lands.","TYPE":"QUESTION","Q":"If a watermelon and a 2 pound cake with an area twice as large as the melon are dropped from a 1000km building, which will land first?","A":"3","SessionID":"lywkohor9762-503ec32aa5d4ed4f90d7ac1808943bb542420dc2"}, {"NAME":"xCyro","IP":"10.1.0.183","O1":"Yes. Of course it does","O2":"No. ","O3":"They all fall the same speed","O4":"The speed affects how fast they move","TYPE":"QUESTION","Q":"Does the mass of the medicine ball and the mass of the basketball affect how fast they move?","A":"2","SessionID":"xCyro-003390d69939f17ef15fc5fa4652eb45b12e03b7"}, {"NAME":"Amelia","IP":"10.1.0.200","O1":"No movement ","O2":"Crash infront ","O3":"Move forward then back in place ","O4":"Move backwards","TYPE":"QUESTION","Q":"What will happen to the person sitting in a car moving at high speed if it comes to a sudden stop?","A":"3","SessionID":"Amelia-4c1701be16d9f035e696216b47a58473cd4959a7"}]

Sent from my ASUS Pad

truedat101 commented 9 years ago

Dear Administrator,

vvv

A SMILE teacher

----- JSON data -----

[ {"TYPE":"HAIL","IP":"10.1.0.214","NAME":"Firdaus"}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Idriani","O1":"The heavier one ","O2":"The lighter one ","O3":"Both will reach at the same time","O4":"none.... Both will float in the air","Q":"Between a heavy and light ball, which one will reach the ground first if being thrown?","SessionID":"1405642338691","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Aarontan132","O1":"B only","O2":"A,B and D","O3":"B and C","O4":"A ,B and C","Q":"Which of the following affects the rate of free fall?\nA)inertia\nB)weight\nC)mass\nD)surface area","SessionID":"1405642338756","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Cheryl ","O1":"Heavy one","O2":"Empty ball","O3":"Same","O4":" ","Q":"A ball of 1kg and an empty ball, which one would reach the floor first?","SessionID":"1405642338877","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Barbiexxz","O1":"1m/s/s","O2":"4 ohms","O3":"2 watts","O4":"5 newtons","Q":"Fine the acceleration wen a car speed go up frm 10m per second 2 20m per second in 10 seconds. ","SessionID":"1405642338913","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Yusuf","O1":"They both experience free fall.","O2":"They have the same ratio of force and inertia.","O3":"They have the same weight.","O4":"Oh, look! A bird!","Q":"Why does the 5kg medicine ball fall at the same rate as the basketball?","SessionID":"1405642338956","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"NormalBoy","O1":"They will fall with constant speed","O2":"Zhi sen's stone will fall first","O3":"Isaac's stone will fall first","O4":"Both the stone will stay up in the air","Q":"If zhi sen throws a stone upwards and isaac drops another stone downwards on the moon simultaneously, will they fall with constant speed ? Take w=mg and the speed is 10ms-1 ","SessionID":"1405642338994","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"uasvzzzz9728","O1":"His friend","O2":"The boy","O3":"Both same time","O4":"Both doesn't hit the ground","Q":"A boy is 50kg. His friend is 60kg. They both fell from a building, who lands on the ground first?\n","SessionID":"1405642339042","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"xCyro","O1":"Yes. Of course it does","O2":"No. ","O3":"It depends on the inertia","O4":"The speed affects how fast they move","Q":"Does the mass of both the bowling ball and the mass of the basketball affect how fast they fall?","SessionID":"1405642339089","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"ohcqdvip8558","O1":"5m/s","O2":"33m/s","O3":"23m/s","O4":"10m/s","Q":"Find the velocity of a car that covers 10m in 2s.","SessionID":"1405642339121","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Cheryl ","O1":"Correct","O2":"Wrong","O3":" ","O4":" ","Q":"P who weights 100kg has more inertia than Q who weights half of P, is that correct","SessionID":"1405642339157","A":1}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Mindyyyy<3L","O1":"in a straight line","O2":"crawl on the floor","O3":"run in a zigzag line","O4":"freeze on the spot, hoping it doesn't sense you","Q":"Inertia is the resistance to change direction due to its mass. A bull has a mass of 90kg. If you are being chased by and angry bull, what should you do","SessionID":"1405642339205","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"lywkohor9762","O1":"Watermelon","O2":"Cake","O3":"Neither. They land at the same time.","O4":"The cake lands on the watermelon. It goes off course. Neither lands.","Q":"If a watermelon and a 2 pound cake with an area twice as large as the melon are dropped from a 1000km building, which will land first?","SessionID":"1405642339275","A":3}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"xCyro","O1":"Yes. Of course it does","O2":"No. ","O3":"They all fall the same speed","O4":"The speed affects how fast they move","Q":"Does the mass of the medicine ball and the mass of the basketball affect how fast they move?","SessionID":"1405642339316","A":2}, {"TYPE":"QUESTION","IP":"127.0.0.1","NAME":"Amelia","O1":"No movement ","O2":"Crash infront ","O3":"Move forward then back in place ","O4":"Move backwards","Q":"What will happen to the person sitting in a car moving at high speed if it comes to a sudden stop?","SessionID":"1405642339371","A":3}, {"TYPE":"START_MAKE"}, {"TYPE":"HAIL","IP":"10.1.0.234","NAME":"Ignatius"}, {"TYPE":"HAIL","IP":"10.1.0.215","NAME":"ccxkcibz7738"}, {"TYPE":"HAIL","IP":"10.1.0.248","NAME":"idriani "}, {"TYPE":"HAIL","IP":"10.1.0.229","NAME":"Gottfried Leibniz"}, {"TYPE":"HAIL","IP":"10.1.0.228","NAME":"jsjwkskdd"}, {"TYPE":"HAIL","IP":"10.1.0.230","NAME":"Zhi Sen"}, {"TYPE":"HAIL","IP":"10.1.0.172","NAME":"Jon"}, {"TYPE":"START_SOLVE","NUMQ":14,"RANSWER":[3,2,3,1,2,1,3,2,1,1,3,3,2,3],"TIME_LIMIT":10}, {"TYPE":"HAIL","IP":"10.1.0.252","NAME":"fawcazoj8943"}, {"TYPE":"HAIL","IP":"10.1.0.231","NAME":"Cheryl"}, {"TYPE":"HAIL","IP":"10.1.0.186","NAME":"Jumpingchipmunk"}, {"TYPE":"HAIL","IP":"10.1.0.166","NAME":"Mindyyyy"}, {"TYPE":"HAIL","IP":"10.1.0.232","NAME":"DYQ"}, {"TYPE":"HAIL","IP":"10.1.0.213","NAME":"InFiniTiuM"}, {"TYPE":"HAIL","IP":"10.1.0.252","NAME":"znmyhtvl9703"}, {"MYRATING":["1","1","1","1","1","1","1","1","1","1","1","1","1","1"],"MYANSWER":["3","1","3","2","1","1","3","2","1","2","4","3","2","3"],"NAME":"Jumpingchipmunk","TYPE":"ANSWER","IP":"10.1.0.186"}, {"TYPE":"HAIL","IP":"10.1.0.243","NAME":"sectzmkq0283"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","1"],"MYANSWER":["3","2","1","1","2","1","3","2","1","1","3","3","2","2"],"NAME":"Zhi Sen","TYPE":"ANSWER","IP":"10.1.0.230"}, {"MYRATING":["5","1","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","1","3","1","1","1","3","2","1","1","3","3","2","2"],"NAME":"Jon","TYPE":"ANSWER","IP":"10.1.0.172"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","1","3","1","1","1","3","2","1","1","3","3","2","2"],"NAME":"jsjwkskdd","TYPE":"ANSWER","IP":"10.1.0.228"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","1"],"MYANSWER":["3","2","3","1","1","3","3","2","1","1","3","1","2","3"],"NAME":"ccxkcibz7738","TYPE":"ANSWER","IP":"10.1.0.215"}, {"MYRATING":["5","5","5","5","5","1","5","5","5","5","5","5","5","5"],"MYANSWER":["3","2","3","1","2","3","3","2","1","2","3","3","3","3"],"NAME":"DYQ","TYPE":"ANSWER","IP":"10.1.0.232"}, {"MYRATING":["5","5","1","1","5","1","1","1","1","1","5","5","1","1"],"MYANSWER":["3","2","3","1","2","3","3","3","1","1","3","3","3","3"],"NAME":"Ignatius","TYPE":"ANSWER","IP":"10.1.0.234"}, {"MYRATING":["1","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","2","3","1","2","3","3","3","1","3","3","3","2","3"],"NAME":"idriani ","TYPE":"ANSWER","IP":"10.1.0.248"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","2","3","1","2","3","3","3","1","1","3","3","4","3"],"NAME":"Cheryl","TYPE":"ANSWER","IP":"10.1.0.231"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","1","3","1","1","2","3","2","1","1","3","3","2","3"],"NAME":"Firdaus","TYPE":"ANSWER","IP":"10.1.0.214"}, {"MYRATING":["5","1","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","2","3","1","1","1","3","2","1","1","3","3","2","2"],"NAME":"Mindyyyy","TYPE":"ANSWER","IP":"10.1.0.166"}, {"MYRATING":["1","1","1","1","1","1","1","1","1","1","1","1","1","1"],"MYANSWER":["3","4","3","1","4","4","3","2","1","1","3","3","2","3"],"NAME":"znmyhtvl9703","TYPE":"ANSWER","IP":"10.1.0.252"}, {"TYPE":"HAIL","IP":"10.1.0.253","NAME":"lrkknpkh2971"}, {"MYRATING":["5","5","1","1","5","5","1","5","5","5","5","5","5","5"],"MYANSWER":["3","2","3","1","2","1","3","3","1","1","3","1","3","3"],"NAME":"Gottfried Leibniz","TYPE":"ANSWER","IP":"10.1.0.229"}, {"MYRATING":["5","5","5","1","5","5","1","5","5","1","1","5","1","1"],"MYANSWER":["3","2","3","1","1","1","3","1","1","3","3","1","1","2"],"NAME":"InFiniTiuM","TYPE":"ANSWER","IP":"10.1.0.213"}, {"MYRATING":["5","5","5","5","5","5","5","5","5","5","5","5","5","5"],"MYANSWER":["3","2","3","1","2","3","3","3","1","1","3","3","3","3"],"NAME":"lrkknpkh2971","TYPE":"ANSWER","IP":"10.1.0.253"}, {"TYPE":"HAIL","IP":"10.1.0.228","NAME":"mjjgrgjp2781"}]

Sent from my ASUS Pad