ACT476 CAPSTONE WRITING AN USER MANUAL. Developers VS Users Developers want to write code Have little time to document or write user’s manuals Users on.

Slides:



Advertisements
Similar presentations
By: Edith Leticia Cerda
Advertisements

Chapter 11 Designing the User Interface
Configuration management
Constructing a Task List ITSW 1410 Presentation Media Software Instructor: Glenda H. Easter.
Configuration Management
User Interface Structure Design
What is the ADDIE Model? By San Juanita Alanis. The ADDIE model is a systematic instructional design model consisting of five phases: –Analysis –Design.
M. Reber © 5/1/2015 Document Development Cycle Creating Your User’s Guide Step-by-Step.
1.10 Report Findings to Communicate Research Information to Others
HOW TO USE THE SYSTEM Specialty Crop Block Grant Program Online System.
1 Software User Documentation Don Bagert CSSE 375, Rose-Hulman October 9, 2006.
CS CS 5150 Software Engineering Lecture 20 Acceptance and Delivery.
Page 1 R Risk-Driven and Iterative Development. Page 2 R Copyright © 1997 by Rational Software Corporation What the Iterative Life Cycle Is Not It is.
Chapter 13: Designing the User Interface
System Implementation
Topics in Testing Software Documentation [Reading assignment: Chapter 12, pp ]
Software Construction and Evolution - CSSE 375 Software Documentation 1 Shawn & Steve Right – For programmers, it’s a cultural perspective. He’d feel almost.
Introduction to Interactive Media 02. The Interactive Media Development Process.
PowerPoint Presentation for Dennis, Wixom & Tegarden Systems Analysis and Design Copyright 2001 © John Wiley & Sons, Inc. All rights reserved. Slide 1.
Page 1 MODEL TEST in the small GENERALIZE PROGRAM PROCESS allocated maintenance changes management documents initial requirement project infrastructure.
Output and User Interface Design
Programming. What is a Program ? Sets of instructions that get the computer to do something Instructions are translated, eventually, to machine language.
Online Reporting Guide
Planning and Writing Your Documents Chapter 6. Start of the Project Start the project by knowing the software you will write about, but you should try.
1 ISA&D7‏/8‏/ ISA&D7‏/8‏/2013 Systems Development Life Cycle Phases and Activities in the SDLC Variations of the SDLC models.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
Introduction to Interactive Media The Interactive Media Development Process.
Software Localization MTI 英语笔译 蒋婉 localization Software localization Website localization Multimedia Localization.
Tutorial 111 The Visual Studio.NET Environment The major differences between Visual Basic 6.0 and Visual Basic.NET are the latter’s support for true object-oriented.
Writing User Guide CSC207 – Software Design. Writing in CS /Newsgroup/Forum/Blog Code Comments Software User Guide Presentations Project Plans Software.
Program documentation using the Javadoc tool 1 Program documentation Using the Javadoc tool.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Communication Tools Presented by: Lauren Velazquez Presented by: Lauren Velazquez.
© Copyright 2011 John Wiley & Sons, Inc.
Meet and Confer Rule 26(f) of the Federal Rules of Civil Procedure states that “parties must confer as soon as practicable - and in any event at least.
User Interface Structure Design Chapter 11. Key Definitions The user interface defines how the system will interact with external entities The system.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
Introduction to Making Multimedia
Copyright © 1994 Carnegie Mellon University Disciplined Software Engineering - Lecture 3 1 Software Size Estimation I Material adapted from: Disciplined.
1 Technical & Business Writing (ENG-315) Muhammad Bilal Bashir UIIT, Rawalpindi.
Part TWO The Process of Software Documentation Chapter 5: Analyzing Your Users Chapter 6: Planning and writing your Doc. Chapter 7: Getting Useful reviews.
Global Forest Observations Initiative Time Series Consistency Methods and Guidance Dr Carly Green – MGD Component Manager SDCG 25 th September 2015, Bonn,
Writing Software Documentation A Task-Oriented Approach Thomas T. Barker Chapter 5: Analyzing Your Users Summary Cornelius Farrell Emily Werschay February.
Connecting with Computer Science2 Objectives Learn how software engineering is used to create applications Learn some of the different software engineering.
ITC Software ITC LOCALIZATION TESTING SERVICES.
Lesson 3-Multimedia Skills. Overview Members of a multimedia team. Roles and responsibilities in a multimedia team.
Selina J. Gonzalez March 10, 2013 EDTC Application Instructional Tech.
Getting Useful Reviews
Unit 17: SDLC. Systems Development Life Cycle Five Major Phases Plus Documentation throughout Plus Evaluation…
Oman College of Management and Technology Course – MM Topic 7 Production and Distribution of Multimedia Titles CS/MIS Department.
1 Technical & Business Writing (ENG-715) Muhammad Bilal Bashir UIIT, Rawalpindi.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
CHAPTER 6 Contract An agreement between parties that defines the benefits and responsibilities for those concerned (client & developer) Why need a contract?
1 CP586 © Peter Lo 2003 Multimedia Communication Multimedia Development Team.
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
Lists in Python Lists as Arguments/Parameters. Lists as arguments to functions Just like other data types, lists can be sent to functions as arguments.
1 Multimedia Development Team. 2 To discuss phases of MM production team members Multimedia I.
Chapter 7: Delivery, Installation, and Documentation Ronald J. Leach Copyright Ronald J. Leach, 1997, 2009, 2014,
User Support. The need for user support More support needed because: Computers become ever more powerful The software that runs on them becomes ever more.
DOCUMENTATION REF: Essentials of IT (Hamilton et al) Chapter 1.
ICAD3218A Create User Documentation.  Before starting to create any user documentation ask ‘What is the documentation going to be used for?’.  When.
Document Development Cycle
Document Development Cycle
Computer Aided Software Engineering (CASE)
T Project Review Group: pdm I2 Iteration
USER AND TECHNICAL DOCUMENTATION
Chapter 10 Development of Multimedia Project
Computer Programming.
PPT and video are due no later than March 29, 2019
CIS 375 Bruce R. Maxim UM-Dearborn
Presentation transcript:

ACT476 CAPSTONE WRITING AN USER MANUAL

Developers VS Users Developers want to write code Have little time to document or write user’s manuals Users on the other hand do not care about the cool code you are writing they just want to know how to use it.

Support Documentation Interface text: The labels on interface elements like menu items, fields, instructions, confirmations, error messages et al. Application messages: Operational error messages and warnings. Online documentation: Online help, tutorial and searchable help pages. Print documentation: User manual and technical reference manual.

Writing the User’s Manual Planning Develop Review Deliver

Planning Who should write the manual Absolutely not the programmer Technical writer? Understanding the user’s viewpoint and mindset User’s Excpectations

Quality The quality (ability to communicate) of the support documentation directly affects the level of after-sales support required.

When? Documentation, as a process, begins (ideally!) right at the point where the development team has finalized the software design, because: Why this is true?

Reason 1 You have a better chance of understanding the software if you ask questions (lots of them!) while it's still in development. Post- development, the team is usually into the next project, and you end up doing a lot of backtracking and guesswork.

Reason 2 The project schedule will typically never allow time between development and delivery for anything more than very superficial documentation.

Reason 3 Most important, the ideal scenario is to release the documentation in time for the software testing, so that the test team tests the documents as well as the software simultaneously.

Phase of Documentation Planning Stylesheet creation Development Review Version management Delivery

Questions to ask before you start! Who is your audience? What is their average age? Which computer software packages are they familiar with? What are the obstacles they usually experience while using these software applications? What are the top five task(s) they plan to use your software for? What is their current level of expertise (novice/intermediate/expert)?

?s Minimum level of required user If there is a minimum state this at the beginning of your document. Should the manual try to reach the novice user? Should we also make a tutorial?

Scope of the Documentation Current user expertise versus required expertise: What is the extent of background/explanation that needs to be given? Supported platforms: What are the different platforms/operating systems that the manual should address? Troubleshooting: What level of troubleshooting are the users supposed to handle? Is there a reporting mechanism for support? Is there separate documentation for troubleshooting?

Tools Will the manual be printed or online, searchable or index Suggestions from the audience!

SMEs Subject matter experts Who on the team is best able to help the technical writer with questions? What method of communication will you use between the writer and the expert? Ask the right questions Be familiar with the software before you ask your questions Request to be in the loop for change orders

Have your personal copy of… Project specifications Prototypes

Documentation Milestones 1. User profile generated 2. Product information assimilated from specifications 3. Stylesheet finalized 4. Table of contents/outline complete 5. Outline sent for review 6. Outline returned with comments 7. Comments incorporated and outline available for sign-off 8. Sign-off 9. First draft sent for review 10. First draft returned with comments 1.Comments incorporated and draft available for sign-off 2.Sign-off 3.Second draft sent for review 4.Second draft returned with comments 5.Comments incorporated and draft available for sign-off 6.Sign-off 7.Third draft sent for review 8.Third draft returned with comments 9.Comments incorporated and draft available for sign-off 10.Sign-off 11.Delivery

Consistency Be sure to set some formatting rules and use them throughout your document. Use common phrases for common tasks Be visual Use analogies Use transition words (because, therefore)

Review, Review, Review A technical review is not an editorial review. Focus on the technical facts to verify that the technology works as documented. Verify the technical accuracy of all procedural steps included in the document. Verify the technical accuracy of all screen captures in the document.

Thank you!