-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feedback - Proposal : Swap Phase 1's Part 1 and Part 2 for future iterations for PE testing #375
Comments
I don’t think there is a limitation during part 1 to report on functionality bugs only. I spotted some documentation bug but I just noted it down during part 1 instead of reporting it directly due to time constrains in part 1. But I agree with you, swapping part 1 and 2 will allow the student to spend more time understanding the product via the documentation before trying out the app. However, it is hard for the teaching team to restrict you from testing the |
Yeah, thats the student error part on my behalf of not reading the "terms and conditions" clearly. After all, these two information is pretty close to each other. I realized that after submitting. Though, is there really a need to restrict the testing of |
Thanks @9fc70c892 for the suggestion and @francisyzy for inputs.
We'll consider your feedback regarding the order and nature of these two parts for future PE design. Others, feel free to chime in your thoughts as well. |
I agree that there should be
The current system sort of disincentivises reading the UG properly at the start, since it feels more worthwhile to rush for a hands-on feel for the However, it's not quite feasible to force documentation-only at the start. Banning use of the Perhaps one way would be to weigh documentation bugs for 1.5x / 2x tester points if submitted within the first 30~45 min? This could prompt students to read the docs first, while still allowing them access to the |
I don't know if this is the correct place to put feedback and I realize that a large part of this is due to me, student error, not reading instructions clearly, I had assumed that reporting of UG is not allowed in Part 1 thinking "or else what is the point of part 2?".
I understand the rational behind ordering part 1 and 2 this way. It is meant for you to test the program as if you are a first time user (under the scenario of a controlled test, which is done in real world testing) and to test if it works as intended, and not test if you are someone with understanding of what is going on behind it (which is primarily done by developers).
Rationale for this proposal
Test based on the Developer Guide (Appendix named Instructions for Manual Testing) and the User Guide
But if there is no Instructions for Manual Testing (or minimal, such as -in my case; all it says is "run using
java - jar
") in the DG, then student will have to resort to browsing through UG to retrieve all the commands needed to test. This can/will cause them to be focused on UG errors if there are any.if there are any other individuals who would like to discuss this particular thought, feel free to comment below
The text was updated successfully, but these errors were encountered: