SMILEConsortium / smile_teacher_android

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

[#41] Saving questions use the good url now, but still not working #52

Closed chrqls closed 11 years ago

chrqls commented 11 years ago

This pull request is linked to this issue: #41

Teacher app calls the good url now to save questions, and I replace put(ipServer,context,url,iqsetToSave.toString()); by HttpUtil.executePut(url,iqsetToSave.toString()) to send the json request (because the second one prepare the header)

Saving questions still not working