{
  "_id": "6a4a17a80b5cb829d3707593",
  "Package": "canvasquiz",
  "Title": "Quiz For Canvas Learning Management System",
  "Version": "0.0.9000",
  "Authors@R": "person(\n\"Emi\", \"Tanaka\",\nrole = c(\"aut\", \"cre\", \"cph\"),\nemail = \"dr.emi.tanaka@gmail.com\",\ncomment = c(ORCID = \"0000-0002-1455-259X\")\n)",
  "Description": "Create, manipulate and get classic quizzes directly via\nCanvas learning management system's API.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://github.com/emitanaka/canvasquiz,\nhttp://emitanaka.org/canvasquiz/",
  "BugReports": "https://github.com/emitanaka/canvasquiz/issues",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev libssl-dev",
  "Repository": "https://emitanaka.r-universe.dev",
  "Date/Publication": "2026-04-21 22:42:45 UTC",
  "RemoteUrl": "https://github.com/emitanaka/canvasquiz",
  "RemoteRef": "HEAD",
  "RemoteSha": "4c3521de267acad2a07a313fbd02f073fe61411b",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-05 08:34:16 UTC",
    "User": "root"
  },
  "Author": "Emi Tanaka [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-1455-259X>)",
  "Maintainer": "Emi Tanaka <dr.emi.tanaka@gmail.com>",
  "_user": "emitanaka",
  "_type": "src",
  "_file": "canvasquiz_0.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/e5ff76cac04471d69afb68be58009a54826399a046fbf5863e4f85f7c91ebf52",
  "_filesize": 194828,
  "_sha256": "e5ff76cac04471d69afb68be58009a54826399a046fbf5863e4f85f7c91ebf52",
  "_expires": "2026-10-13T08:36:54.000Z",
  "_created": "2026-07-05T08:34:16.000Z",
  "_published": "2026-07-05T08:36:56.460Z",
  "_jobs": [
    {
      "job": 85207293279,
      "time": 124,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8090035191"
    },
    {
      "job": 85207293275,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8090035127"
    },
    {
      "job": 85207293274,
      "time": 108,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8090033137"
    },
    {
      "job": 85207293266,
      "time": 73,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8090028703"
    },
    {
      "job": 85207095752,
      "time": 183,
      "config": "source",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8090019478"
    },
    {
      "job": 85207293271,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8090034504"
    },
    {
      "job": 85207293317,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8090028439"
    },
    {
      "job": 85207293307,
      "time": 67,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8090027994"
    },
    {
      "job": 85207293293,
      "time": 67,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8090027876"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879",
  "_status": "failure",
  "_upstream": "https://github.com/emitanaka/canvasquiz",
  "_commit": {
    "id": "4c3521de267acad2a07a313fbd02f073fe61411b",
    "author": "Emi Tanaka <dr.emi.tanaka@gmail.com>",
    "committer": "Emi Tanaka <dr.emi.tanaka@gmail.com>",
    "message": "add method to get current score\n",
    "time": 1776811365
  },
  "_maintainer": {
    "name": "Emi Tanaka",
    "email": "dr.emi.tanaka@gmail.com",
    "login": "emitanaka",
    "mastodon": "@emitanaka@fosstodon.org",
    "bluesky": "@emitanaka.org",
    "twitter": "@statsgen",
    "description": "Senior Lecturer in Statistics. My research is on combination of statistics, genetics and computing. My application focus is in plant breeding.",
    "uuid": 7620319,
    "orcid": "0000-0002-1455-259X"
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "commonmark",
      "role": "Imports"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "emitanaka",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-14",
      "n": 11
    },
    {
      "week": "2026-15",
      "n": 18
    },
    {
      "week": "2026-16",
      "n": 5
    },
    {
      "week": "2026-17",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "emitanaka",
      "count": 36,
      "uuid": 7620319
    }
  ],
  "_userbio": {
    "uuid": 7620319,
    "type": "user",
    "name": "Emi Tanaka",
    "followers": 544,
    "description": "Senior Lecturer in Statistics. My research is on combination of statistics, genetics and computing. My application focus is in plant breeding."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/canvasquiz"
  },
  "_devurl": "https://github.com/emitanaka/canvasquiz",
  "_pkgdown": "http://emitanaka.org/canvasquiz/",
  "_searchresults": 5,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/canvasquiz.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "add_question_from_bank",
    "answer_essay",
    "answer_fill_in_multiple_blanks",
    "answer_matching",
    "answer_mcq",
    "answer_multiple",
    "answer_none",
    "answer_num",
    "answer_num_precision",
    "answer_num_range",
    "answer_single",
    "answer_text",
    "answer_true_false",
    "answer_upload_file",
    "attempt_options",
    "count_submissions",
    "create_question",
    "create_quiz",
    "delete_all_quizzes",
    "delete_quiz",
    "delete_quiz_question",
    "dropdown",
    "fill_in_the_blank",
    "get_canvas_course_id",
    "get_canvas_token",
    "get_canvas_url",
    "last_question_id",
    "last_quiz_id",
    "list_attempted_questions",
    "list_files",
    "list_folder",
    "list_pages",
    "list_question_groups",
    "list_questions",
    "list_quizzes",
    "list_submissions",
    "md",
    "open_quiz",
    "open_quiz_bank",
    "opt_hide",
    "opt_show",
    "opt_shuffle",
    "quiz_questions",
    "quiz_results",
    "quiz_results_summary",
    "quiz_statistics",
    "quiz_submissions",
    "regrade_question",
    "set_canvas_course_id",
    "set_canvas_token",
    "set_canvas_url",
    "submission_info",
    "submission_overview",
    "submission_questions",
    "submission_update",
    "tag_file",
    "tag_img",
    "update_question",
    "upload_file",
    "upload_tag_file",
    "upload_tag_img"
  ],
  "_help": [
    {
      "page": "add_question_from_bank",
      "title": "Add questions from a question bank to a quiz",
      "topics": [
        "add_question_from_bank"
      ]
    },
    {
      "page": "answer_essay",
      "title": "Answer for an essay question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_essay"
      ]
    },
    {
      "page": "answer_fill_in_multiple_blanks",
      "title": "Answer for a fill-in-multiple-blanks question",
      "topics": [
        "answer_fill_in_multiple_blanks"
      ]
    },
    {
      "page": "answer_matching",
      "title": "Answer for a matching question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_matching"
      ]
    },
    {
      "page": "answer_mcq",
      "title": "Answer for a multiple choice question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_mcq"
      ]
    },
    {
      "page": "answer_multiple",
      "title": "Multiple answer question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_multiple"
      ]
    },
    {
      "page": "answer_none",
      "title": "A text-only question with no answers",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_none"
      ]
    },
    {
      "page": "answer_num",
      "title": "A numerical answer question with an exact answer",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_num",
        "answer_num_precision",
        "answer_num_range"
      ]
    },
    {
      "page": "answer_single",
      "title": "Create an answer object for a quiz question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_single"
      ]
    },
    {
      "page": "answer_text",
      "title": "A short answer question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_text"
      ]
    },
    {
      "page": "answer_true_false",
      "title": "True or False Question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_true_false"
      ]
    },
    {
      "page": "answer_upload_file",
      "title": "A file upload question",
      "concept": [
        "answer-functions"
      ],
      "topics": [
        "answer_upload_file"
      ]
    },
    {
      "page": "attempt_options",
      "title": "A quiz attempt options",
      "topics": [
        "attempt_options"
      ]
    },
    {
      "page": "attempt-options",
      "title": "Options for showing quiz results or answers",
      "topics": [
        "attempt-options",
        "opt_hide",
        "opt_show",
        "opt_shuffle"
      ]
    },
    {
      "page": "canvas",
      "title": "Set and get Canvas course, URL, and token",
      "topics": [
        "canvas",
        "get_canvas_course_id",
        "get_canvas_token",
        "get_canvas_url",
        "set_canvas_course_id",
        "set_canvas_token",
        "set_canvas_url"
      ]
    },
    {
      "page": "count_submissions",
      "title": "Count the number of quiz submissions",
      "topics": [
        "count_submissions"
      ]
    },
    {
      "page": "create_question",
      "title": "Create a Quiz Question",
      "topics": [
        "create_question"
      ]
    },
    {
      "page": "create_quiz",
      "title": "Create a Quiz",
      "topics": [
        "create_quiz"
      ]
    },
    {
      "page": "delete_all_quizzes",
      "title": "Delete all quizzes",
      "topics": [
        "delete_all_quizzes"
      ]
    },
    {
      "page": "delete_quiz",
      "title": "Delete a quiz",
      "topics": [
        "delete_quiz"
      ]
    },
    {
      "page": "delete_quiz_question",
      "title": "Delete a quiz question",
      "topics": [
        "delete_quiz_question"
      ]
    },
    {
      "page": "dropdown",
      "title": "Create a dropdown answer for a fill-in-multiple-blanks question",
      "topics": [
        "dropdown"
      ]
    },
    {
      "page": "fill_in_the_blank",
      "title": "Create a fill-in-the-blank answer for a fill-in-multiple-blanks question",
      "topics": [
        "fill_in_the_blank"
      ]
    },
    {
      "page": "last-ids",
      "title": "Get the ID of the most recently created quiz in a course",
      "topics": [
        "last-ids",
        "last_question_id",
        "last_quiz_id"
      ]
    },
    {
      "page": "list_attempted_questions",
      "title": "List attempted questions for a quiz",
      "concept": [
        "submissions"
      ],
      "topics": [
        "list_attempted_questions"
      ]
    },
    {
      "page": "list_files",
      "title": "List files in a folder or course",
      "topics": [
        "list_files"
      ]
    },
    {
      "page": "list_folder",
      "title": "List the folder in a course",
      "topics": [
        "list_folder"
      ]
    },
    {
      "page": "list_pages",
      "title": "List pages in a course",
      "topics": [
        "list_pages"
      ]
    },
    {
      "page": "list_questions",
      "title": "List quiz questions in a course",
      "topics": [
        "list_questions",
        "list_question_groups"
      ]
    },
    {
      "page": "list_quizzes",
      "title": "List quizzes in a course",
      "topics": [
        "list_quizzes"
      ]
    },
    {
      "page": "list_submissions",
      "title": "List quiz submissions",
      "concept": [
        "submissions"
      ],
      "topics": [
        "list_submissions"
      ]
    },
    {
      "page": "md",
      "title": "Convert Markdown to HTML",
      "topics": [
        "md"
      ]
    },
    {
      "page": "quiz_questions",
      "title": "Get quiz questions",
      "topics": [
        "quiz_questions"
      ]
    },
    {
      "page": "quiz_results",
      "title": "Quiz results with user information",
      "topics": [
        "quiz_results"
      ]
    },
    {
      "page": "quiz_results_summary",
      "title": "Quiz results summary",
      "topics": [
        "quiz_results_summary"
      ]
    },
    {
      "page": "quiz_statistics",
      "title": "Get quiz statistics",
      "topics": [
        "quiz_statistics"
      ]
    },
    {
      "page": "quiz_submissions",
      "title": "Get quiz submissions with question-level answers",
      "topics": [
        "quiz_submissions"
      ]
    },
    {
      "page": "regrade_question",
      "title": "Regrade quiz submissions based on answer",
      "topics": [
        "regrade_question"
      ]
    },
    {
      "page": "submission_info",
      "title": "Get quiz submission details",
      "concept": [
        "submissions"
      ],
      "topics": [
        "submission_info"
      ]
    },
    {
      "page": "submission_overview",
      "title": "Get quiz submission overview",
      "concept": [
        "submissions"
      ],
      "topics": [
        "submission_overview"
      ]
    },
    {
      "page": "submission_questions",
      "title": "List attempted questions for a quiz",
      "concept": [
        "submissions"
      ],
      "topics": [
        "submission_questions"
      ]
    },
    {
      "page": "submission_update",
      "title": "Update a quiz submission",
      "topics": [
        "submission_update"
      ]
    },
    {
      "page": "tag_file",
      "title": "Generate an HTML link to download a file in a Canvas course This function creates an HTML link that allows users to download a file stored in a Canvas course. The link will point to the download URL for the specified file.",
      "topics": [
        "tag_file",
        "upload_tag_file"
      ]
    },
    {
      "page": "tag_img",
      "title": "Generate an HTML image tag for a file in a Canvas course",
      "topics": [
        "tag_img",
        "upload_tag_img"
      ]
    },
    {
      "page": "update_question",
      "title": "Update a quiz question",
      "topics": [
        "update_question"
      ]
    },
    {
      "page": "upload_file",
      "title": "Upload a file to a folder",
      "topics": [
        "upload_file"
      ]
    }
  ],
  "_readme": "https://github.com/emitanaka/canvasquiz/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "commonmark",
    "cpp11",
    "curl",
    "dplyr",
    "generics",
    "glue",
    "httr2",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "purrr",
    "R6",
    "rappdirs",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 2.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "canvasquiz",
  "_universes": [
    "emitanaka"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.9000",
      "date": "2026-07-05T08:36:24.000Z",
      "distro": "resolute",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/3768b7512e97b95b913d2c80b68e4292910eee4f714757028716e9839fcd3f98",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.9000",
      "date": "2026-07-05T08:36:24.000Z",
      "distro": "resolute",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/c857b9d599b94668c7d4a58a1587ff69bf3475f18128c4078988d3ddc2bb6bdc",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.9000",
      "date": "2026-07-05T08:36:06.000Z",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/7c3dcf7b1e2aeb1b08415d0ceb097a780c1195f93c8349dc0347ce9467b93c10",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.9000",
      "date": "2026-07-05T08:35:35.000Z",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/1bd9df6b2dd51a7536ca29ecb7f3c387e94b539ce2047e5e5e0fd21ec09dfbe1",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.9000",
      "date": "2026-07-05T08:36:29.000Z",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/8a4382104ae9c41f081f291fe5a1fe74e1288b7f456f46044bcba119594c727b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.9000",
      "date": "2026-07-05T08:35:24.000Z",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/88195775bb2a5259e078ff68746e6489544f13eb6a70a4e92b622dba1a600f89",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.9000",
      "date": "2026-07-05T08:35:22.000Z",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/d154bbe3544769e08337430d841bc2db2265224fdfaab7f53787d9e5fc499540",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.9000",
      "date": "2026-07-05T08:35:20.000Z",
      "commit": "4c3521de267acad2a07a313fbd02f073fe61411b",
      "fileid": "https://r2.ropensci.org/04678a9ede87b1ca682321d7a31470e8dfbf8cbb0d74fcc3b8de607ceb210e4b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/emitanaka/actions/runs/28734848879"
    }
  ]
}