8000 New question types · Issue #421 · qlicker/qlicker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

New question types #421

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

Open
ryanmartinneutrino opened this issue Jun 27, 2018 · 2 comments
8000
Open

New question types #421

ryanmartinneutrino opened this issue Jun 27, 2018 · 2 comments

Comments

@ryanmartinneutrino
Copy link
Collaborator

We should add the following question types

  • Picture question: Regular boxes for the question prompt and solution. Students respond by submitting a picture. The picture should be implemented the same way as it is for the profile picture upload, since that will just activate the phone camera on a mobile device (using the dropzone). When "showing correct", the solution box is displayed. The answer is graded correct manually (like SA).

  • Numerical question: Regular boxes for question prompt and solution. Students fill in a text box (similar to SA), but text box is limited to numbers (floats). When creating the question, one specifies the correct numerical value and a tolerance (by default, the tolerance is 1, so that the default is integer). The answer is graded correctly if the number submitted in the response is within the tolerance ( fabs(response-answer) <= tolerance).

@PfeifferH
Copy link
Contributor

This is the same as #386. Will close that instead

@JacobHuschilt
Copy link
Collaborator

For the picture question, some of the code used to upload the profile picture can be leveraged.

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

3 participants
0