├── README.md ├── index.html ├── index.js └── server.py /README.md: -------------------------------------------------------------------------------- 1 | # CopyAnnotations 2 | Copy top-level annotations from one URL (and/or group) to another 3 | 4 | https://jonudell.info/h/CopyAnnotations/ 5 | 6 | More Hypothesis tools 7 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 47 | 48 | 49 | 50 | 51 |How to do it
70 | 71 |84 | reset API token 85 |
86 | 87 |90 | This tool copies annotations from one group to another, and optionally also from one domain to another. 91 | Only top-level annotations will be copied, replies are ignored. 92 | Only maxAnnotations will be copied, the default is 2 as a safety check. 93 | The Hypothesis username you provide will be the creator of copied annotations. 94 | If the source or destination group is not Public, the Hypothesis user must be a member to 95 | read from the source or write to the destination. Tick lmsMode if you're a teacher copying your 96 | own prompts from one course group to another. 97 | 98 | More Hypothesis tools. 99 |
100 |