-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Teacher app needs to handle "retake" scenario #7
Comments
Please make this a priority after working on #17 |
It is to be a new phase? If is, we need to see what affect in the server side. |
Server side is implemented. I will send you example from smile desktop app. Sent from my BlackBerry 10 smartphone. From: thiagofnogueiraSent: Wednesday, July 3, 2013 10:00 AMTo: SMILEConsortium/smile_teacher_androidReply To: SMILEConsortium/smile_teacher_androidCc: truedat101Subject: Re: [smile_teacher_android] Teacher app needs to handle "retake" scenario (#7)It is to be a new phase? If is, we need to see what affect in the server side. —Reply to this email directly or view it on GitHub. |
Great! I look forward to receiving it. Tks. |
SMILEConsortium/node-smile-server@8b33271 is the commit on the server side. Issue details with some additional references to smile teacher desktop sources and student sources: SMILEConsortium/node-smile-server#15 |
I followed the teacher desktop implementation and what at the server side, but I'm not sure if the server is ready for this feature via Node.js routes. I realize that the teacher desktop is make a call to the server via Note.js route: "/smile/startretakequestion", but the server does not support this kind of call, but only via http post request with a json, which I did. We need to define what information needs to be exchanged between the teacher's application and the server. |
This was supposed to be fixed already on the server. We need to verify the command that it has a test case in the server that does the right thing. |
Was fixed on server in this one: SMILEConsortium/node-smile-server#15 |
Add the Button for Retake to the menu under GeneralActivity. We need to remember only to activate this after we are in a Start Answering Questions phase. |
At the end of a session, we should be able to click "retake" and send the students to the "start answering questions" phase
The text was updated successfully, but these errors were encountered: