-
Notifications
You must be signed in to change notification settings - Fork 1
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 #23
Comments
@chrqls can you look into this feature? It's partially implemented. JAMsj would like this feature done in this manner:
|
The use case for JAMsj is to easily send out a new batch of questions without forcing all students to re-login. |
I identified a problem with the json request caught on server side, but I did not find a solution for now format I need{"MSG":"{\"TYPE\":\"HAIL\",\"IP\":\"127.0.0.239\",\"NAME\":\"mac\"}"} format we have{"MSG\":\"{\"RANSWER\":[4,4,4,4],\"TIME_LIMIT\":10,\"NUMQ\":4}\"}":""} For a reason I cannot explain for now, the json is not wrapped correctly when I call . |
There's probably bugs in the "retake" because this was never completely implemented. The code partially exists on both sides. As you can see @thiago didn't completely finish this feature. I would like it if you can focus on this, how to implement per the JAMsj requirement:
Note, this requires a server side change as well. |
… way to reload the top buttons to initial state
…oxes, dropping ratings and answers
Feature is not fixed or not working as intended. When the teacher performs retake, everything goes fine in the teacher interface. However, in the SMILE Student Web app, they don't receive questions. The question count is 1/0 ... Did you verify this before closing? Please provide a screenshot for verification purposes, and let me handle closing of the issue as verification. |
Note, there are no questions. Dataset used is from an uploaded XLS spreadsheet. |
This problem won't appear anymore now. The students won't get empty questions with this new fix on node-smile-server. Henceforth, the teacher is also able to delete questions from a retaken iqset. |
…out when retaking
[#23] Removing the cross in {Use prepared questions} layout when retaking
verified. |
* commit '866a89e90ba0ba92166d019a7aee3933e653bf3c': refs #41 Bump version to 0.9.9b5 based on the code from April 17th. [#17] Fixing bug on general layout for mobile format [#17] Updating UI for mobile format. [#33] New login page for Nexus 7 2nd generation refs #34 Bump version to 0.9.9b4 [#23] Removing the cross in {Use prepared questions} layout when retaking [#21] Teacher will now see the difference when a session is already running Applying same design layout on nexus 7 format than mobile for GeneralActivity [#23] Removing top score panel when retaking [#23] Reverting result button to 'show results' [#23] Reverting buttons to initial state, uncheck checkboxes, dropping ratings and answers Restoring project.properties Delete project.properties [#23] Retake button uploaded but we still need to find a way to reload the top buttons to initial state Conflicts: project.properties
Relative issue: SMILEConsortium#7
The text was updated successfully, but these errors were encountered: