Add option to hide response to students in essay question#339
Open
adpe wants to merge 1 commit intoPoetOS:MOODLE_39_STABLEfrom
Open
Add option to hide response to students in essay question#339adpe wants to merge 1 commit intoPoetOS:MOODLE_39_STABLEfrom
adpe wants to merge 1 commit intoPoetOS:MOODLE_39_STABLEfrom
Conversation
Author
3d480f4 to
de07fb1
Compare
Author
|
Hi @mchurchward Can you please respond my question? Depending on that I would invest more time to make it more general and as additional feature in the plugin. So that site-admins can enable/disable this feature. But the main question is, shall we add this to extradata or implement a new DB field? Greets |
1428abe to
f0f8672
Compare
f0f8672 to
3872be7
Compare
Author
|
Hi @mchurchward We've improved the code already a bit. Another better generic solution would be: Can you please answer if you want to see this PR merged in the plugin or if it's not realistic? Greets |
Contributor
|
Sorry for the delay. I have been a bit too busy lately. I will review this soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Hi @mchurchward
We would really like to add a functionality to allow questionnaire creators to be able to hide a particular essay question. Therefore, users with a gradable role will not see the responses of such questions, as they serve only for internal purpose.
Do we want to use the
extradatafield, or shall we implement a new DB field?Greets
Adrian