{"id":21065651,"url":"https://github.com/adaptlearning/adapt-contrib-tutor","last_synced_at":"2026-02-24T13:04:32.929Z","repository":{"id":12609563,"uuid":"15280609","full_name":"adaptlearning/adapt-contrib-tutor","owner":"adaptlearning","description":"A basic feedback overlay for question components","archived":false,"fork":false,"pushed_at":"2026-01-22T09:59:35.000Z","size":621,"stargazers_count":2,"open_issues_count":3,"forks_count":17,"subscribers_count":23,"default_branch":"master","last_synced_at":"2026-01-22T23:53:26.821Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adaptlearning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-12-18T10:48:41.000Z","updated_at":"2026-01-22T09:59:41.000Z","dependencies_parsed_at":"2025-07-24T18:09:14.129Z","dependency_job_id":"1ca8531b-87d4-4199-b51c-28782296d857","html_url":"https://github.com/adaptlearning/adapt-contrib-tutor","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/adaptlearning/adapt-contrib-tutor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptlearning%2Fadapt-contrib-tutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptlearning%2Fadapt-contrib-tutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptlearning%2Fadapt-contrib-tutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptlearning%2Fadapt-contrib-tutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adaptlearning","download_url":"https://codeload.github.com/adaptlearning/adapt-contrib-tutor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adaptlearning%2Fadapt-contrib-tutor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29783615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T10:45:18.109Z","status":"ssl_error","status_checked_at":"2026-02-24T10:45:09.911Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T17:55:58.100Z","updated_at":"2026-02-24T13:04:32.924Z","avatar_url":"https://github.com/adaptlearning.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adapt-contrib-tutor\n\n**Tutor** is an _extension_ bundled with the [Adapt framework](https://github.com/adaptlearning/adapt_framework).\nIt provides core [_question components_](https://github.com/adaptlearning/adapt_framework/wiki/Core-Plug-ins-in-the-Adapt-Learning-Framework#question-components) with the ability to display feedback in a modal overlay. Feedback is configured in the individual _question components_, not in **Tutor**.\n\n## Installation\n\nAs one of Adapt's _[core extensions](https://github.com/adaptlearning/adapt_framework/wiki/Core-Plug-ins-in-the-Adapt-Learning-Framework#extensions),_ **Tutor** is included with the [installation of the Adapt framework](https://github.com/adaptlearning/adapt_framework/wiki/Manual-installation-of-the-Adapt-framework#installation) and the [installation of the Adapt authoring tool](https://github.com/adaptlearning/adapt_authoring/wiki/Installing-Adapt-Origin).\n\n- If **Tutor** has been uninstalled from the Adapt framework, it may be reinstalled.\n  With the [Adapt CLI](https://github.com/adaptlearning/adapt-cli) installed, run the following from the command line:\n  `adapt install adapt-contrib-tutor`\n\n      Alternatively, this component can also be installed by adding the following line of code to the *adapt.json* file:\n      `\"adapt-contrib-tutor\": \"*\"`\n      Then running the command:\n      `adapt install`\n      (This second method will reinstall all plug-ins listed in *adapt.json*.)\n\n- If **Tutor** has been uninstalled from the Adapt authoring tool, it may be reinstalled using the [Plug-in Manager](https://github.com/adaptlearning/adapt_authoring/wiki/Plugin-Manager).\n\n## Settings\n\n**\\_type** (string): Question feedback display type, either `\"notify\"` for default pop-up, `\"inline\"` to appear beneath the component, `\"overlay\"` to cover the component or `\"none\"` for no feedback to be displayed. Unlike other values, `\"inline\"` feedback will automatically appear across sessions for submitted questions, and accordingly manipulates the core [buttonsView](https://github.com/adaptlearning/adapt-contrib-core/blob/master/js/views/buttonsView.js) by hiding `btn__feedback` and adding the `is-full-width` class to `btn__action`.\n\n**\\_classes** (string): CSS class name to be applied to feedback containing div. The class must be predefined in one of the Less files. Separate multiple classes with a space.\n\n**\\_hasNotifyBottomButton** (boolean): Instead of a standard notify close button, the button will appear beneath the notify text. This option is only relevant when `_type` is set to `\"notify\"`. Default `false`.\n\n**\\_autoScrollWhenInline** (boolean): When using the `\"inline\"` question feedback type and setting this value to `true`, the page will scroll automatically to the feedback. Default `true`.\n\n**\\_button** (object): An object representing the `\"notify\"` and `\"inline\"` close button. It contains values for **text** and **ariaLabel**.\n\n\u003e **text** (string): The text for notify and inline feedback buttons. Overlay will always show a cross. Default `\"{{_globals._extensions._tutor.hideFeedback}}\"`.\n\n\u003e **ariaLabel** (string): The alternative screen reader text for the `\"inline\"` and `\"overlay\"` close buttons. Notify will always read the `\"text\"`. Default `\"{{_globals._extensions._tutor.hideFeedback}}\"`.\n\n## Limitations\n\nNo known limitations.\n\n---\n\n\u003ca href=\"https://community.adaptlearning.org/\" target=\"_blank\"\u003e\u003cimg src=\"https://github.com/adaptlearning/documentation/blob/master/04_wiki_assets/plug-ins/images/adapt-logo-mrgn-lft.jpg\" alt=\"adapt learning logo\" align=\"right\"\u003e\u003c/a\u003e\n**Author / maintainer:** Adapt Core Team with [contributors](https://github.com/adaptlearning/adapt-contrib-tutor/graphs/contributors)\n**Accessibility support:** WAI AA\n**RTL support:** Yes\n**Cross-platform coverage:** Chrome, Chrome for Android, Firefox (ESR + latest version), Edge, Safari for macOS/iOS/iPadOS, Opera\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaptlearning%2Fadapt-contrib-tutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadaptlearning%2Fadapt-contrib-tutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaptlearning%2Fadapt-contrib-tutor/lists"}