Skip to content
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

Open
truedat101 opened this issue May 22, 2013 · 9 comments
Open

Teacher app needs to handle "retake" scenario #7

truedat101 opened this issue May 22, 2013 · 9 comments
Assignees

Comments

@truedat101
Copy link
Contributor

At the end of a session, we should be able to click "retake" and send the students to the "start answering questions" phase

@ghost ghost assigned thiagofnogueira Jul 2, 2013
@truedat101
Copy link
Contributor Author

Please make this a priority after working on #17

@thiagofnogueira
Copy link
Contributor

It is to be a new phase? If is, we need to see what affect in the server side.

@truedat101
Copy link
Contributor Author

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.

@thiagofnogueira
Copy link
Contributor

Great! I look forward to receiving it. Tks.

@truedat101
Copy link
Contributor Author

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

@thiagofnogueira
Copy link
Contributor

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.

@ghost ghost assigned truedat101 Jul 15, 2013
@truedat101
Copy link
Contributor Author

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.

@truedat101
Copy link
Contributor Author

Was fixed on server in this one: SMILEConsortium/node-smile-server#15

@truedat101
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants