Skip to content
David Rees edited this page Aug 4, 2014 · 4 revisions

This guide tells you how to suggest questions and categories for inclusion in the plugin. If you haven't already, confirm that the questions or categories that you want to contribute aren't already included. Here are all the categories and questions that are currently part of the plugin.

--

To get set up to suggest questions, turn on suggest mode. Open the JavaScript Console (select Tools > JavaScriptConsole). Then type the following into the console and press return. localStorage.setItem("okcpSuggestMode", true)

Now, after you refresh the page, all questions (under The Two Of Us) that you have answered will have this "Suggest Question" button above them. Also, if a question has existing categories that will be listed above the question as well.

sample question

When you click on the Suggest Question button a JSON string will appear at the bottom of the page that you can email to me or create an issue with. Please indicate what categories you think they belong in and which answers should be considered "correct" for that category.

!clear questions

Note, if you change pages inside The Two Of Us you will need to refresh the page to see the Suggest Question buttons and the JSON strings at the bottom again.

To clear the questions you have saved so far click Clear Questions just above the questions list(shown in image above). To turn off suggest mode enter the following in the console and press return. localStorage.setItem("okcpSuggestMode", false)

Thanks so much for your willingness to help!

Clone this wiki locally