Skip to content

Troubleshoot how can I get my github admin/editor to connect to my github app #167723

Discussion options

You must be logged in to vote

The right-to-left text and needing to hold the right click are likely CSS or event handler bugs (maybe direction: rtl or broken contenteditable). Check that first.

For saving quizzes, you’ll need to auto-increment quiz IDs (like quiz.01) manually in Supabase, and then generate links like .../quiz.01.
Make sure the Start button fetches the right quiz from Supabase or JSON using that ID.

Happy to help if you can share the editor and Start button code!

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@Dev-axay18
Comment options

@Anica-blip
Comment options

@Dev-axay18
Comment options

@Anica-blip
Comment options

@Dev-axay18
Comment options

Answer selected by Anica-blip
Comment options

You must be logged in to vote
1 reply
@Anica-blip
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Programming Help Discussions around programming languages, open source and software development
3 participants