Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.35 KB

File metadata and controls

51 lines (33 loc) · 1.35 KB

Assignment

Brief

Write your answers for each question:

Question 1: Imagine you are hired by a startup company for a school to implement their IT infrastructure as their IT consultant. n your own words (300 words or less), describe how could implementing Scrum help their IT team improve their productivity.

Your answer here

Question 2: Write ten (10) user stories for a book-borrowing website for a library. Write it in the format: As a ____, I want to ____, so that _____.

Your answers here

Question 3: Define Acceptance Criteria for 3 to 5 user stories out of the 10 user stories you have defined.

Your answers here

Submission

  • Submit the URL of the GitHub Repository that contains your work to NTU black board.
  • Should you reference the work of your classmate(s) or online resources, give them credit by adding either the name of your classmate or URL.

References

Example of Referencing Classmate

Referenced the code block below from Terence.

    function printMe(){
        console.log("I am a reference example");
    }

Example of Referencing Online Resources