SlideShare a Scribd company logo
Visualizing the Problem Domain 
for Spreadsheet Users: A Mental 
Model Perspective 
Bennett Kankuzi, Jorma Sajaniemi 
School of Computing, Joensuu Campus 
University of Eastern Finland, Finland
Outline 
•Introduction 
•Description of Proposed Tool 
•Evaluation of the Tool (Methodology, Results 
and Discussion) 
•Conclusion 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 2
Introduction 
•A mental model can be defined as “a mental image of 
the world around us that we carry in our heads 
depicting only selected concepts and relationships that 
represent real systems” (Doyle & Ford, 1998) 
– a mental model for a spreadsheet, therefore, does not 
carry all possible information, but just those aspects 
that the user finds appropriate for the current task 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 3
Introduction (cont’d) 
•Important to understand spreadsheet authors’ mental 
models when doing different spreadsheet process 
activities 
– to understand why the spreadsheet process is so 
error-prone 
– to develop the right tools and techniques for 
spreadsheet activities 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 4
Introduction (cont’d) 
•Spreadsheet authors have at least three mental models: 
real-world, domain and spreadsheet models (Kankuzi & 
Sajaniemi, 2013) 
– the real-world model that comprises general knowledge 
of the world around us e.g. “motor vehicle” 
– the domain model that represents knowledge of the 
problem domain and the functionality of the spreadsheet 
in problem domain or application terms e.g. “fixed 
assets” 
– the spreadsheet model that codes the expressions and 
data relationships in the spreadsheet e.g. “cell B1” 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 5
Introduction (cont’d) 
•Research Question: 
– Is it possible to develop an easy to use spreadsheet 
understanding and debugging tool that relieves 
users from spreadsheet details and lets them utilize 
more of their mental model of the application 
domain and hence improving the mapping between 
the domain/real-world mental models and the 
spreadsheet mental model? 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 6
The Tool 
•Translates traditional spreadsheet formulas into problem domain 
narratives and highlights referenced cells 
– domain terms formed from labels (headers) through spatial layout 
information of each cell referenced to in the formula 
•Implemented as an MS Excel add-on 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 7
Related Tools and Techniques 
•In spreadsheets, symbolic names and formula translation have been 
used with the hope to clarify the mapping between various levels 
of abstraction 
– use of named ranges such as in MS Excel and Google Spreadsheets 
– some spreadsheet visualization tools also do formula translations e.g. 
Spreadsheet Professional 
– model-driven spreadsheet development approaches such as 
ClassSheet models (Engels & Erwig, 2005) also translate formulas to 
more humanized higher level object oriented style formulas 
•All these tools and techniques anecdotally assume that symbolic 
names and formula translation are useful to spreadsheet authors, 
but their usability has not been empirically evaluated nor 
psychologically justified 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 8
Evaluation of Tool - Overview 
•Adapted Nielsen’s usability attributes of learnability, efficiency and 
satisfaction (Nielsen, 1994) in the evaluation tasks 
– evaluation involved 12 volunteering accountants (one woman and 
eleven men) who are frequent users of spreadsheets 
– none of the participants had participated earlier in similar studies 
– first author visited each participant at their place of work 
•Also investigated on effect of tool on the mental models of 
spreadsheet authors 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 9
Evaluation of Tool - Learnability 
•Methodology 
– short demo followed by two tasks 
•Results 
– highlighting task (mark a narrated area on spreadsheet): mean 85% 
correct (min 60%, max 100%) 
– translation task (convert narration into spreadsheet terms): mean 83% 
correct (min 60%, max 100%) 
•Discussion 
– good enough to proceed to the other evaluation tasks 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 10
Evaluation of Tool - Efficiency 
•Methodology 
– within-subjects design experiment where the task was to locate errors 
in a spreadsheet without the tool and with the tool 
– two roughly equivalent spreadsheets sourced from EUSES 
spreadsheet corpus (Fisher & Rothermel, 2005) seeded with similar 
errors adapted from Raffensperger(2005) and Duggirala(2012) 
– some error types for seeded errors 
• Formula accidentally overwritten with constants (Error Type C) 
• Formula missing some range (Error Type D) 
• A wrong problem domain formula (Error Type G) 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 11
Evaluation of Tool - Efficiency (cont’d) 
•Results 
•Discussion 
– tool generally helps authors to catch more errors in spreadsheets (p = 
0.021) although different aspects of the tool may be more helpful for 
some error types than others 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 12
Evaluation of Tool - Satisfaction 
•Methodology 
– participants were requested to write down their opinion of the two 
scenarios in terms of how they find it easier to locate errors as well as 
well as any suggested improvements to the tool 
•Results 
– eleven out of the twelve participants found the tool helpful in locating 
errors 
– one participant said that he found the tool confusing as he is used to 
the “normal Excel” 
•Discussion 
– generally, participants found the tool useful 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 13
Evaluation of Tool - Effect on Mental Models of 
Users 
•Methodology 
– nine of the twelve participants wrote down explanations for 
each of the located errors in the assigned tasks 
– explanations were analyzed and classified using an inter-rater 
reliability verified adaptation of Good’s program summary 
analysis technique in which each object/noun is classified as 
spreadsheet specific or domain specific or real-world specific 
(Kankuzi & Sajaniemi, 2013) 
•e.g. “column D” is classified as spreadsheet specific; ``total 
liabilities’’ is classified as domain specific; and “money” is 
classified as real-world specific 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 14
Evaluation of Tool – Effect on Mental Models 
of Users (cont’d) 
•Results 
p = 0.0001 
p = 0.0114 
N.S. 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 15
Evaluation of Tool - Effect on Mental Models of 
Users (cont’d) 
•Discussion 
– participants used mostly spreadsheet terms when describing an error 
in the without tool case while with the tool, the spreadsheet model is 
less prominent whereas the share of the domain model increases 
– tool, therefore, improves the mapping between the spreadsheet and 
domain models which makes understanding and debugging 
spreadsheets more efficient (located more errors with the tool) 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 16
Conclusion 
•Reported on a domain terms visualization tool developed to aid in 
spreadsheet comprehension and debugging 
– tool was found to be learnable 
– tool helped the participants to locate more errors in spreadsheets 
– participants also found the tool useful in an error locating task 
– tool makes the spreadsheet model to decrease while at the same time 
increasing the domain model 
– hence we put forward that the tool improves the mapping between 
the spreadsheet and domain models which improves performance in 
understanding and debugging a spreadsheet 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 17
Thank you for your attention! 
www.uef.fi
References 
1. B. Kankuzi and J. Sajaniemi, “An Empirical Study of Spreadsheet Authors’ 
Mental Models in Explaining and Debugging Tasks,” in 2013 IEEE Symposium on 
Visual Languages and Human-Centric Computing (VL/HCC). IEEE, 2013, pp. 15–18. 
2. J. Nielsen, Usability Engineering. Boston: AP Professional, 1994 
3. M. Wertheimer, A Source Book of Gestalt Psychology. London: Routledge & Kegan 
Paul, 1938. 
4. M. Fisher and G. Rothermel, “The EUSES spreadsheet corpus: a shared resource 
for supporting experimentation with spreadsheet dependability mechanisms,” in 
Proceedings of the First Workshop on End-User Software Engineering, ser. WEUSE I. 
New York, NY, USA: ACM, 2005, pp. 1–5. 
5. J. Sajaniemi, “Modeling spreadsheet audit: A rigorous approach to automatic 
visualization,” Journal of Visual Languages & Computing, vol. 11, no. 1, pp. 49– 
82, 2000. 
6. J. S. Davis, “Tools for spreadsheet auditing,” International Journal of Human- 
Computer Studies, vol. 45, no. 4, pp. 429–442, 1996. 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 19
References (cont’d) 
5. R. Desimone and J. Duncan, “Neural Mechanisms of Selective Visual Attention,” 
Annual Review of Neurosciences, vol. 18, pp. 193–222, 1995. 
6. P. Duggirala, Excel Auditing Functions [Spreadsheet Risk Management – Part 3 
of 4], 2012, accessed December 2012. [Online]. Available: 
http://chandoo.org/wp/2012/01/18/excel-auditing-functions/ 
7. G. Engels and M. Erwig, “ClassSheets: automatic generation of spreadsheet 
applications from object-oriented specifications,” in Proceedings of the 20th 
IEEE/ACM International Conference on Automated Software Engineering. ACM, 
2005, pp. 124–133. 
8. J. F. Raffensperger, The Art of the Spreadsheet, 2008, accessed December 2012. 
[Online]. Available: http://john.raffensperger.org/john/ArtOfTheSpreadsheet/ 
9. J. K. Doyle and D. N. Ford, “Mental Models Concepts for System Dynamics 
Research,” System Dynamics Review, vol. 14, no. 1, pp. 3–29, 1998. 
Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 20

More Related Content

Viewers also liked

Managing change risk in Excel spreadsheets
Managing change risk in Excel spreadsheetsManaging change risk in Excel spreadsheets
Managing change risk in Excel spreadsheets
ExcelForManagers.com
 
Infinite Spreadsheet
Infinite SpreadsheetInfinite Spreadsheet
Infinite Spreadsheet
Hugh Ching Jumpulse
 
Improving Spreadsheet Test Practices
Improving Spreadsheet Test PracticesImproving Spreadsheet Test Practices
Improving Spreadsheet Test Practices
Felienne Hermans
 
Excel 2010 training presentation create your first spreadsheet (revised)
Excel 2010 training presentation create your first spreadsheet (revised)Excel 2010 training presentation create your first spreadsheet (revised)
Excel 2010 training presentation create your first spreadsheet (revised)
MFMinickiello
 
The devil's guide to spreadsheet creation
The devil's guide to spreadsheet creationThe devil's guide to spreadsheet creation
The devil's guide to spreadsheet creation
Financial Modelling Handbook
 
Bộ sưu tập áo khoác thu đông 2013
Bộ sưu tập áo khoác thu đông 2013Bộ sưu tập áo khoác thu đông 2013
Bộ sưu tập áo khoác thu đông 2013
Quang Trung
 
Ad
AdAd
Mídias sociais e blogs corporativos
Mídias sociais e blogs corporativosMídias sociais e blogs corporativos
Mídias sociais e blogs corporativos
cafecomblogueiros
 
General studies
General studies General studies
General studies
Lawrence Wong
 
Class newsletter pp
Class newsletter ppClass newsletter pp
Class newsletter pp
kathomas4
 
LinkedIn Pages for Industrial Companies
LinkedIn Pages for Industrial CompaniesLinkedIn Pages for Industrial Companies
LinkedIn Pages for Industrial Companies
BLOCKbETA Marketing
 
Marketing process needs market research
Marketing process needs market researchMarketing process needs market research
Marketing process needs market research
krishymohan
 
Desing of Factorial Experiments
Desing of Factorial ExperimentsDesing of Factorial Experiments
Desing of Factorial Experiments
Ramon Saviñon
 

Viewers also liked (15)

Managing change risk in Excel spreadsheets
Managing change risk in Excel spreadsheetsManaging change risk in Excel spreadsheets
Managing change risk in Excel spreadsheets
 
Infinite Spreadsheet
Infinite SpreadsheetInfinite Spreadsheet
Infinite Spreadsheet
 
Improving Spreadsheet Test Practices
Improving Spreadsheet Test PracticesImproving Spreadsheet Test Practices
Improving Spreadsheet Test Practices
 
Excel 2010 training presentation create your first spreadsheet (revised)
Excel 2010 training presentation create your first spreadsheet (revised)Excel 2010 training presentation create your first spreadsheet (revised)
Excel 2010 training presentation create your first spreadsheet (revised)
 
The devil's guide to spreadsheet creation
The devil's guide to spreadsheet creationThe devil's guide to spreadsheet creation
The devil's guide to spreadsheet creation
 
Bộ sưu tập áo khoác thu đông 2013
Bộ sưu tập áo khoác thu đông 2013Bộ sưu tập áo khoác thu đông 2013
Bộ sưu tập áo khoác thu đông 2013
 
Ad
AdAd
Ad
 
Actividad jueves 25
Actividad jueves 25Actividad jueves 25
Actividad jueves 25
 
Mídias sociais e blogs corporativos
Mídias sociais e blogs corporativosMídias sociais e blogs corporativos
Mídias sociais e blogs corporativos
 
General studies
General studies General studies
General studies
 
Analisis numerico
Analisis numericoAnalisis numerico
Analisis numerico
 
Class newsletter pp
Class newsletter ppClass newsletter pp
Class newsletter pp
 
LinkedIn Pages for Industrial Companies
LinkedIn Pages for Industrial CompaniesLinkedIn Pages for Industrial Companies
LinkedIn Pages for Industrial Companies
 
Marketing process needs market research
Marketing process needs market researchMarketing process needs market research
Marketing process needs market research
 
Desing of Factorial Experiments
Desing of Factorial ExperimentsDesing of Factorial Experiments
Desing of Factorial Experiments
 

Similar to Visualizing the Problem Domain for Spreadsheet Users: A Mental Model Perspective

Information Skills
Information SkillsInformation Skills
Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...
Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...
Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...
Joshua Penman
 
Analysing and supporting the process of co-designing inquiry-based and techno...
Analysing and supporting the process of co-designing inquiry-based and techno...Analysing and supporting the process of co-designing inquiry-based and techno...
Analysing and supporting the process of co-designing inquiry-based and techno...
musart
 
Requirements Engineering for Sustainability - 3 - System Vision and Usage Model
Requirements Engineering for Sustainability - 3 - System Vision and Usage ModelRequirements Engineering for Sustainability - 3 - System Vision and Usage Model
Requirements Engineering for Sustainability - 3 - System Vision and Usage Model
Birgit Penzenstadler
 
Collaborative Lesson Plan Farooqi
Collaborative Lesson Plan  FarooqiCollaborative Lesson Plan  Farooqi
Collaborative Lesson Plan Farooqi
Aysha Farooqi
 
Evaluation of Interactive Systems Design or Prototype or Product
Evaluation of Interactive Systems Design or Prototype or ProductEvaluation of Interactive Systems Design or Prototype or Product
Evaluation of Interactive Systems Design or Prototype or Product
Khalid Md Saifuddin
 
Identifying and changing key curriculum design practices
Identifying and changing key curriculum design practicesIdentifying and changing key curriculum design practices
Identifying and changing key curriculum design practices
Jisc
 
3rd Workshop on Social Information Retrieval for Technology-Enhanced Learnin...
3rd Workshop onSocial  Information Retrieval for Technology-Enhanced Learnin...3rd Workshop onSocial  Information Retrieval for Technology-Enhanced Learnin...
3rd Workshop on Social Information Retrieval for Technology-Enhanced Learnin...
Hendrik Drachsler
 
Sirtel Workshop
Sirtel WorkshopSirtel Workshop
Sirtel Workshop
MegaVjohnson
 
Experimenting with eXtreme Design (EKAW2010)
Experimenting with eXtreme Design (EKAW2010)Experimenting with eXtreme Design (EKAW2010)
Experimenting with eXtreme Design (EKAW2010)
evabl444
 
Opinion Mining Techniques for Non-English Languages: An Overview
Opinion Mining Techniques for Non-English Languages: An OverviewOpinion Mining Techniques for Non-English Languages: An Overview
Opinion Mining Techniques for Non-English Languages: An Overview
CSCJournals
 
sample-annotated-research-proposal.pdf
sample-annotated-research-proposal.pdfsample-annotated-research-proposal.pdf
sample-annotated-research-proposal.pdf
mebrahten1
 
writing scientific abstracts
writing scientific abstractswriting scientific abstracts
writing scientific abstracts
JhoanaMarieCatiter1
 
Human Computer Interaction - Heuristic Evaluation
Human Computer Interaction - Heuristic EvaluationHuman Computer Interaction - Heuristic Evaluation
Human Computer Interaction - Heuristic Evaluation
emmadmd
 
Measuring the user experience
Measuring the user experienceMeasuring the user experience
Measuring the user experience
Andres Baravalle
 
ECE695DVisualAnalyticsprojectproposal (2)
ECE695DVisualAnalyticsprojectproposal (2)ECE695DVisualAnalyticsprojectproposal (2)
ECE695DVisualAnalyticsprojectproposal (2)
Shweta Gupte
 
Impact the UX of Your Website with Contextual Inquiry
Impact the UX of Your Website with Contextual InquiryImpact the UX of Your Website with Contextual Inquiry
Impact the UX of Your Website with Contextual Inquiry
Rachel Vacek
 
User Centered Design Process to Develop a Multi-modal Family Needs Assessment...
User Centered Design Process to Develop a Multi-modal Family Needs Assessment...User Centered Design Process to Develop a Multi-modal Family Needs Assessment...
User Centered Design Process to Develop a Multi-modal Family Needs Assessment...
Arthi Krishnaswami
 
ASSIGNMENT 2 - Research Proposal Weighting 30 tow.docx
ASSIGNMENT 2 - Research Proposal    Weighting 30 tow.docxASSIGNMENT 2 - Research Proposal    Weighting 30 tow.docx
ASSIGNMENT 2 - Research Proposal Weighting 30 tow.docx
sherni1
 
Changing a workshop from physical to online delivery
Changing a workshop from physical to online deliveryChanging a workshop from physical to online delivery
Changing a workshop from physical to online delivery
northerncollaboration
 

Similar to Visualizing the Problem Domain for Spreadsheet Users: A Mental Model Perspective (20)

Information Skills
Information SkillsInformation Skills
Information Skills
 
Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...
Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...
Evaluation2016_Session2667_Mapping_Programs_Roundtable_10272016_draft3_AEAtem...
 
Analysing and supporting the process of co-designing inquiry-based and techno...
Analysing and supporting the process of co-designing inquiry-based and techno...Analysing and supporting the process of co-designing inquiry-based and techno...
Analysing and supporting the process of co-designing inquiry-based and techno...
 
Requirements Engineering for Sustainability - 3 - System Vision and Usage Model
Requirements Engineering for Sustainability - 3 - System Vision and Usage ModelRequirements Engineering for Sustainability - 3 - System Vision and Usage Model
Requirements Engineering for Sustainability - 3 - System Vision and Usage Model
 
Collaborative Lesson Plan Farooqi
Collaborative Lesson Plan  FarooqiCollaborative Lesson Plan  Farooqi
Collaborative Lesson Plan Farooqi
 
Evaluation of Interactive Systems Design or Prototype or Product
Evaluation of Interactive Systems Design or Prototype or ProductEvaluation of Interactive Systems Design or Prototype or Product
Evaluation of Interactive Systems Design or Prototype or Product
 
Identifying and changing key curriculum design practices
Identifying and changing key curriculum design practicesIdentifying and changing key curriculum design practices
Identifying and changing key curriculum design practices
 
3rd Workshop on Social Information Retrieval for Technology-Enhanced Learnin...
3rd Workshop onSocial  Information Retrieval for Technology-Enhanced Learnin...3rd Workshop onSocial  Information Retrieval for Technology-Enhanced Learnin...
3rd Workshop on Social Information Retrieval for Technology-Enhanced Learnin...
 
Sirtel Workshop
Sirtel WorkshopSirtel Workshop
Sirtel Workshop
 
Experimenting with eXtreme Design (EKAW2010)
Experimenting with eXtreme Design (EKAW2010)Experimenting with eXtreme Design (EKAW2010)
Experimenting with eXtreme Design (EKAW2010)
 
Opinion Mining Techniques for Non-English Languages: An Overview
Opinion Mining Techniques for Non-English Languages: An OverviewOpinion Mining Techniques for Non-English Languages: An Overview
Opinion Mining Techniques for Non-English Languages: An Overview
 
sample-annotated-research-proposal.pdf
sample-annotated-research-proposal.pdfsample-annotated-research-proposal.pdf
sample-annotated-research-proposal.pdf
 
writing scientific abstracts
writing scientific abstractswriting scientific abstracts
writing scientific abstracts
 
Human Computer Interaction - Heuristic Evaluation
Human Computer Interaction - Heuristic EvaluationHuman Computer Interaction - Heuristic Evaluation
Human Computer Interaction - Heuristic Evaluation
 
Measuring the user experience
Measuring the user experienceMeasuring the user experience
Measuring the user experience
 
ECE695DVisualAnalyticsprojectproposal (2)
ECE695DVisualAnalyticsprojectproposal (2)ECE695DVisualAnalyticsprojectproposal (2)
ECE695DVisualAnalyticsprojectproposal (2)
 
Impact the UX of Your Website with Contextual Inquiry
Impact the UX of Your Website with Contextual InquiryImpact the UX of Your Website with Contextual Inquiry
Impact the UX of Your Website with Contextual Inquiry
 
User Centered Design Process to Develop a Multi-modal Family Needs Assessment...
User Centered Design Process to Develop a Multi-modal Family Needs Assessment...User Centered Design Process to Develop a Multi-modal Family Needs Assessment...
User Centered Design Process to Develop a Multi-modal Family Needs Assessment...
 
ASSIGNMENT 2 - Research Proposal Weighting 30 tow.docx
ASSIGNMENT 2 - Research Proposal    Weighting 30 tow.docxASSIGNMENT 2 - Research Proposal    Weighting 30 tow.docx
ASSIGNMENT 2 - Research Proposal Weighting 30 tow.docx
 
Changing a workshop from physical to online delivery
Changing a workshop from physical to online deliveryChanging a workshop from physical to online delivery
Changing a workshop from physical to online delivery
 

Recently uploaded

GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
Green Software Development
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
dakas1
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
Top 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptxTop 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptx
devvsandy
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
Peter Muessig
 
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling ExtensionsUI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
Peter Muessig
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
Rakesh Kumar R
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
Octavian Nadolu
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
Green Software Development
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
Rakesh Kumar R
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
GohKiangHock
 
Webinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for EmbeddedWebinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for Embedded
ICS
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
Sven Peters
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
Hornet Dynamics
 
zOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL DifferenceszOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL Differences
YousufSait3
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
XfilesPro
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
Remote DBA Services
 

Recently uploaded (20)

GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
 
一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理一比一原版(USF毕业证)旧金山大学毕业证如何办理
一比一原版(USF毕业证)旧金山大学毕业证如何办理
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
Top 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptxTop 9 Trends in Cybersecurity for 2024.pptx
Top 9 Trends in Cybersecurity for 2024.pptx
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
 
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling ExtensionsUI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
UI5con 2024 - Boost Your Development Experience with UI5 Tooling Extensions
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
 
Fundamentals of Programming and Language Processors
Fundamentals of Programming and Language ProcessorsFundamentals of Programming and Language Processors
Fundamentals of Programming and Language Processors
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
 
Webinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for EmbeddedWebinar On-Demand: Using Flutter for Embedded
Webinar On-Demand: Using Flutter for Embedded
 
Microservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we workMicroservice Teams - How the cloud changes the way we work
Microservice Teams - How the cloud changes the way we work
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
 
zOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL DifferenceszOS Mainframe JES2-JES3 JCL-JECL Differences
zOS Mainframe JES2-JES3 JCL-JECL Differences
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
 

Visualizing the Problem Domain for Spreadsheet Users: A Mental Model Perspective

  • 1. Visualizing the Problem Domain for Spreadsheet Users: A Mental Model Perspective Bennett Kankuzi, Jorma Sajaniemi School of Computing, Joensuu Campus University of Eastern Finland, Finland
  • 2. Outline •Introduction •Description of Proposed Tool •Evaluation of the Tool (Methodology, Results and Discussion) •Conclusion Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 2
  • 3. Introduction •A mental model can be defined as “a mental image of the world around us that we carry in our heads depicting only selected concepts and relationships that represent real systems” (Doyle & Ford, 1998) – a mental model for a spreadsheet, therefore, does not carry all possible information, but just those aspects that the user finds appropriate for the current task Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 3
  • 4. Introduction (cont’d) •Important to understand spreadsheet authors’ mental models when doing different spreadsheet process activities – to understand why the spreadsheet process is so error-prone – to develop the right tools and techniques for spreadsheet activities Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 4
  • 5. Introduction (cont’d) •Spreadsheet authors have at least three mental models: real-world, domain and spreadsheet models (Kankuzi & Sajaniemi, 2013) – the real-world model that comprises general knowledge of the world around us e.g. “motor vehicle” – the domain model that represents knowledge of the problem domain and the functionality of the spreadsheet in problem domain or application terms e.g. “fixed assets” – the spreadsheet model that codes the expressions and data relationships in the spreadsheet e.g. “cell B1” Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 5
  • 6. Introduction (cont’d) •Research Question: – Is it possible to develop an easy to use spreadsheet understanding and debugging tool that relieves users from spreadsheet details and lets them utilize more of their mental model of the application domain and hence improving the mapping between the domain/real-world mental models and the spreadsheet mental model? Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 6
  • 7. The Tool •Translates traditional spreadsheet formulas into problem domain narratives and highlights referenced cells – domain terms formed from labels (headers) through spatial layout information of each cell referenced to in the formula •Implemented as an MS Excel add-on Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 7
  • 8. Related Tools and Techniques •In spreadsheets, symbolic names and formula translation have been used with the hope to clarify the mapping between various levels of abstraction – use of named ranges such as in MS Excel and Google Spreadsheets – some spreadsheet visualization tools also do formula translations e.g. Spreadsheet Professional – model-driven spreadsheet development approaches such as ClassSheet models (Engels & Erwig, 2005) also translate formulas to more humanized higher level object oriented style formulas •All these tools and techniques anecdotally assume that symbolic names and formula translation are useful to spreadsheet authors, but their usability has not been empirically evaluated nor psychologically justified Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 8
  • 9. Evaluation of Tool - Overview •Adapted Nielsen’s usability attributes of learnability, efficiency and satisfaction (Nielsen, 1994) in the evaluation tasks – evaluation involved 12 volunteering accountants (one woman and eleven men) who are frequent users of spreadsheets – none of the participants had participated earlier in similar studies – first author visited each participant at their place of work •Also investigated on effect of tool on the mental models of spreadsheet authors Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 9
  • 10. Evaluation of Tool - Learnability •Methodology – short demo followed by two tasks •Results – highlighting task (mark a narrated area on spreadsheet): mean 85% correct (min 60%, max 100%) – translation task (convert narration into spreadsheet terms): mean 83% correct (min 60%, max 100%) •Discussion – good enough to proceed to the other evaluation tasks Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 10
  • 11. Evaluation of Tool - Efficiency •Methodology – within-subjects design experiment where the task was to locate errors in a spreadsheet without the tool and with the tool – two roughly equivalent spreadsheets sourced from EUSES spreadsheet corpus (Fisher & Rothermel, 2005) seeded with similar errors adapted from Raffensperger(2005) and Duggirala(2012) – some error types for seeded errors • Formula accidentally overwritten with constants (Error Type C) • Formula missing some range (Error Type D) • A wrong problem domain formula (Error Type G) Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 11
  • 12. Evaluation of Tool - Efficiency (cont’d) •Results •Discussion – tool generally helps authors to catch more errors in spreadsheets (p = 0.021) although different aspects of the tool may be more helpful for some error types than others Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 12
  • 13. Evaluation of Tool - Satisfaction •Methodology – participants were requested to write down their opinion of the two scenarios in terms of how they find it easier to locate errors as well as well as any suggested improvements to the tool •Results – eleven out of the twelve participants found the tool helpful in locating errors – one participant said that he found the tool confusing as he is used to the “normal Excel” •Discussion – generally, participants found the tool useful Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 13
  • 14. Evaluation of Tool - Effect on Mental Models of Users •Methodology – nine of the twelve participants wrote down explanations for each of the located errors in the assigned tasks – explanations were analyzed and classified using an inter-rater reliability verified adaptation of Good’s program summary analysis technique in which each object/noun is classified as spreadsheet specific or domain specific or real-world specific (Kankuzi & Sajaniemi, 2013) •e.g. “column D” is classified as spreadsheet specific; ``total liabilities’’ is classified as domain specific; and “money” is classified as real-world specific Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 14
  • 15. Evaluation of Tool – Effect on Mental Models of Users (cont’d) •Results p = 0.0001 p = 0.0114 N.S. Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 15
  • 16. Evaluation of Tool - Effect on Mental Models of Users (cont’d) •Discussion – participants used mostly spreadsheet terms when describing an error in the without tool case while with the tool, the spreadsheet model is less prominent whereas the share of the domain model increases – tool, therefore, improves the mapping between the spreadsheet and domain models which makes understanding and debugging spreadsheets more efficient (located more errors with the tool) Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 16
  • 17. Conclusion •Reported on a domain terms visualization tool developed to aid in spreadsheet comprehension and debugging – tool was found to be learnable – tool helped the participants to locate more errors in spreadsheets – participants also found the tool useful in an error locating task – tool makes the spreadsheet model to decrease while at the same time increasing the domain model – hence we put forward that the tool improves the mapping between the spreadsheet and domain models which improves performance in understanding and debugging a spreadsheet Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 17
  • 18. Thank you for your attention! www.uef.fi
  • 19. References 1. B. Kankuzi and J. Sajaniemi, “An Empirical Study of Spreadsheet Authors’ Mental Models in Explaining and Debugging Tasks,” in 2013 IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC). IEEE, 2013, pp. 15–18. 2. J. Nielsen, Usability Engineering. Boston: AP Professional, 1994 3. M. Wertheimer, A Source Book of Gestalt Psychology. London: Routledge & Kegan Paul, 1938. 4. M. Fisher and G. Rothermel, “The EUSES spreadsheet corpus: a shared resource for supporting experimentation with spreadsheet dependability mechanisms,” in Proceedings of the First Workshop on End-User Software Engineering, ser. WEUSE I. New York, NY, USA: ACM, 2005, pp. 1–5. 5. J. Sajaniemi, “Modeling spreadsheet audit: A rigorous approach to automatic visualization,” Journal of Visual Languages & Computing, vol. 11, no. 1, pp. 49– 82, 2000. 6. J. S. Davis, “Tools for spreadsheet auditing,” International Journal of Human- Computer Studies, vol. 45, no. 4, pp. 429–442, 1996. Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 19
  • 20. References (cont’d) 5. R. Desimone and J. Duncan, “Neural Mechanisms of Selective Visual Attention,” Annual Review of Neurosciences, vol. 18, pp. 193–222, 1995. 6. P. Duggirala, Excel Auditing Functions [Spreadsheet Risk Management – Part 3 of 4], 2012, accessed December 2012. [Online]. Available: http://chandoo.org/wp/2012/01/18/excel-auditing-functions/ 7. G. Engels and M. Erwig, “ClassSheets: automatic generation of spreadsheet applications from object-oriented specifications,” in Proceedings of the 20th IEEE/ACM International Conference on Automated Software Engineering. ACM, 2005, pp. 124–133. 8. J. F. Raffensperger, The Art of the Spreadsheet, 2008, accessed December 2012. [Online]. Available: http://john.raffensperger.org/john/ArtOfTheSpreadsheet/ 9. J. K. Doyle and D. N. Ford, “Mental Models Concepts for System Dynamics Research,” System Dynamics Review, vol. 14, no. 1, pp. 3–29, 1998. Kankuzi, Sajaniemi VL/HCC 2014 1.8.2014 20