Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Insert and Extract JSON directly to and from Questions #88

Open
mirgcire opened this issue Nov 16, 2014 · 0 comments
Open

Comments

@mirgcire
Copy link

This feature addresses two problems:

  1. Reusing questions in different quizzes
  2. Allowing content experts to create/review quiz questions outside of the WP back-end.

After reviewing the existing code, this feature seems reasonably straightforward with some minor refactoring of admin.js.

Here is how it could work: In the top right hand corner of each question box add a "copy" icon. When the icon is clicked all the normal fields get hidden and, in their place, is just one text box containing the JSON representing the question. Above the text box are two new icons: [save] and [abandon]. The user can copy the JSON and place it in an external file or paste in revised JSON from another quiz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant