SMILEConsortium / smile_teacher_android

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

[#60] Changes about a way for teacher to delete a question during "START_MAKE" status #66

Closed chrqls closed 10 years ago

chrqls commented 10 years ago

This post add a confirmation page. Cancel and back buttons work well for me.

Here is some screenshots:

Details of a question

screenshot_2013-12-08-01-08-14

Confirmation page

screenshot_2013-12-08-01-08-21

The step which does not work for now

screenshot_2013-12-08-01-08-26

But my DELETE request is not accepted by the Smileplug. And I know not why:

Error handling: DELETE /smile/questionview/1.json, Details: 200
httpURLConnection.getResponseCode(); // returns '500'

Relative issue: #60