<style type="text/css">
    /* Add Social Bookmars Plugin By Aditya Subawa @ www.adityawebs.com */
    ul.aditya-social { list-style:none; margin:15px auto;display:inline-block; }
    ul.aditya-social li { display:inline; float:left; background-repeat:no-repeat; }
    ul.aditya-social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
    ul.aditya-social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999; text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7); -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);}
    ul.aditya-social li.aditya-facebook { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/facebook.png"); }
    ul.aditya-social li.aditya-twitter { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/twitter.png"); }
    ul.aditya-social li.aditya-stumbleupon { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/stumbleupon.png"); }
    ul.aditya-social li.aditya-digg { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/digg.png"); }
    ul.aditya-social li.aditya-delicious { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/delicious.png"); }
    ul.aditya-social li.aditya-yahoo { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/yahoo.png"); }
    ul.aditya-social li.aditya-reddit { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/reddit.png"); }
    ul.aditya-social li.aditya-technorati { background-image:url("/wp-content/plugins/wp-add-socialbookmarks/images/technorati.png"); }
    #aditya-cssanime:hover li { opacity:0.2; }
    #aditya-cssanime li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;-moz-transition-property: opacity; -moz-transition-duration: 500ms; }
    #aditya-cssanime li a strong { opacity:0; -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms; -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }
    #aditya-cssanime li:hover { opacity:1; }
    #aditya-cssanime li:hover a strong { opacity:1; top:-10px; }
    /* Add Social Bookmarks Plugins By Aditya Subawa @ www.adityawebs.com */
    </style>

{"id":2126,"date":"2015-07-19T20:58:19","date_gmt":"2015-07-19T20:58:19","guid":{"rendered":"http:\/\/johncanning.net\/wp\/?p=2126"},"modified":"2015-07-19T21:09:05","modified_gmt":"2015-07-19T21:09:05","slug":"questionnaires-in-latex-using-the-paperandpencil-package","status":"publish","type":"post","link":"http:\/\/johncanning.net\/wp\/?p=2126","title":{"rendered":"Questionnaires in LaTeX using the paperandpencil package"},"content":{"rendered":"<p>\n\tI&#39;ve been using the <a href=\"http:\/\/www.qdds.org\/fileadmin\/files\/Documentation_en_paper%2Bpencil.pdf\">paperandpencil<\/a> (.pdf document) package for creating questionnaires in LaTeX. <a class=\"simple-footnote\" title=\"Produced by the Questionnaire Development Documentation System, based at the University of Duisburg-Essen\" id=\"return-note-2126-1\" href=\"#note-2126-1\"><sup>1<\/sup><\/a> I thought the package worked very well, but just a couple of notes to myself which others may find useful. I&#39;ve found it works well, but a couple of things were unclear. The .pdf version of the manual displays but the homepage linked from other sites no longer appears to work. However I have just found a download page on the <a href=\"http:\/\/www.qdds.de\/index46f5.html?id=129\">QDDS website.<\/a>\n<\/p>\n<ol>\n<li>\n\t\tThe file paperandpencil.sty needs to place in the same directory as the .tex file. I had trouble finding it, but found the code over on <a href=\"https:\/\/github.com\/lukaskubanek\/bachelor-thesis\/blob\/master\/user-study-questionnaire\/paperandpencil.sty\">Github<\/a>. I pasted this into a text editor, saved it as paperandpencil.sty, and put it in the same directory as my .tex file.\n\t<\/li>\n<li>\n\t\tThe document class needs to be {scrreprt}. This is in the first page documentation, but I managed to miss it.\n\t<\/li>\n<li>\n\t\tTo set page numbers \\pagestyle{plain} is required and the \\pagenumbering and \\setcounter options need to be set.\n\t<\/li>\n<\/ol>\n<p>\n\tA minimal code example here:\n<\/p>\n<pre>\r\n\\documentclass[a4paper, 11pt]{scrreprt}\r\n\\usepackage{paperandpencil}\r\n\\usepackage[top=2.5cm,bottom=2.5cm,left=2cm,right=2cm]{geometry}\r\n\\pagestyle{plain}\r\n\\begin{document}\r\n  \\pagenumbering{arabic}\r\n  \\setcounter{page}{1}\r\n  \\section*{Title goes here}\r\n\\end{document}\r\n<\/pre>\n\n\n<ul class=\"aditya-social\" id=\"aditya-cssanime\">\n<li class=\"aditya-twitter\"><a href=\"http:\/\/twitter.com\/share?url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126&amp;url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126\" target=\"_blank\" rel=\"nofollow\" title=\"Twitter\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/twitter.png\" alt=\"Twitter\" title=\"Twitter\" \/><\/a><\/li>\n<li class=\"aditya-delicious\"><a href=\"http:\/\/del.icio.us\/post?url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126&amp;title=Questionnaires+in+LaTeX+using+the+paperandpencil+package\" target=\"_blank\" rel=\"nofollow\" title=\"del.icio.us\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/delicious.png\" alt=\"del.icio.us\" title=\"del.icio.us\" \/><\/a><\/li>\n<li class=\"aditya-digg\"><a href=\"http:\/\/digg.com\/submit?phase=2&amp;url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126&amp;title=Questionnaires+in+LaTeX+using+the+paperandpencil+package\" target=\"_blank\" rel=\"nofollow\" title=\"Digg\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/digg.png\" alt=\"Digg\" title=\"Digg\" \/><\/a><\/li>\n<li class=\"aditya-facebook\"><a href=\"http:\/\/facebook.com\/sharer.php?u=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126&amp;t=Questionnaires+in+LaTeX+using+the+paperandpencil+package\" target=\"_blank\" rel=\"nofollow\" title=\"Facebook\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/facebook.png\" alt=\"Facebook\" title=\"Facebook\" \/><\/a><\/li>\n<li class=\"aditya-technorati\"><a href=\"http:\/\/technorati.com\/faves?add=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126\" target=\"_blank\" rel=\"nofollow\" title=\"Technorati\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/technorati.png\" alt=\"Technorati\" title=\"Technorati\" \/><\/a><\/li>\n<li class=\"aditya-reddit\"><a href=\"http:\/\/reddit.com\/submit?url=Questionnaires+in+LaTeX+using+the+paperandpencil+package&amp;u=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126\" target=\"_blank\" rel=\"nofollow\" title=\"Reddit\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/reddit.png\" alt=\"Reddit\" title=\"Reddit\" \/><\/a><\/li>\n<li class=\"aditya-yahoo\"><a href=\"http:\/\/buzz.yahoo.com\/submit?submitUrl=Questionnaires+in+LaTeX+using+the+paperandpencil+package&amp;u=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126\" target=\"_blank\" rel=\"nofollow\" title=\"Yahoo Buzz\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/yahoo.png\" alt=\"Yahoo Buzz\" title=\"Yahoo Buzz\" \/><\/a><\/li>\n<li class=\"aditya-stumbleupon\"><a href=\"http:\/\/stumbleupon.com\/submit?url=http%3A%2F%2Fjohncanning.net%2Fwp%2F%3Fp%3D2126&amp;title=Questionnaires+in+LaTeX+using+the+paperandpencil+package&amp;newcomment=Questionnaires+in+LaTeX+using+the+paperandpencil+package\" target=\"_blank\" rel=\"nofollow\" title=\"StumbleUpon\"><img decoding=\"async\" src=\"http:\/\/johncanning.net\/wp\/wp-content\/plugins\/wp-add-social-bookmarks\/images\/stumbleupon.png\" alt=\"StumbleUpon\" title=\"StumbleUpon\" \/><\/a><\/li>\n<\/ul>\n\n\n\n<div class=\"simple-footnotes\"><p class=\"notes\">Notes:<\/p><ol><li id=\"note-2126-1\">Produced by the Questionnaire Development Documentation System, based at the University of Duisburg-Essen <a href=\"#return-note-2126-1\">&#8617;<\/a><\/li><\/ol><\/div>","protected":false},"excerpt":{"rendered":"<p>I&#39;ve been using the paperandpencil (.pdf document) package for creating questionnaires in LaTeX. I thought the package worked very well, but just a couple of notes to myself which others may find useful. I&#39;ve found it works well, but a couple of things were unclear. The .pdf version of the manual displays but the homepage &hellip; <a href=\"http:\/\/johncanning.net\/wp\/?p=2126\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Questionnaires in LaTeX using the paperandpencil package<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,57,58],"tags":[],"class_list":["post-2126","post","type-post","status-publish","format-standard","hentry","category-latex","category-quantitative-methods","category-questionnaire-design"],"_links":{"self":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2126"}],"version-history":[{"count":12,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2126\/revisions"}],"predecessor-version":[{"id":2138,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=\/wp\/v2\/posts\/2126\/revisions\/2138"}],"wp:attachment":[{"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2126"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/johncanning.net\/wp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}