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

Implement a method for lesson/quiz editing #118

Open
angadk4 opened this issue Feb 12, 2024 · 1 comment
Open

Implement a method for lesson/quiz editing #118

angadk4 opened this issue Feb 12, 2024 · 1 comment
Assignees

Comments

@angadk4
Copy link
Collaborator

angadk4 commented Feb 12, 2024

When teachers click on the “lessons” page, they should also be able to see some form of an “edit” button. After clicking this button, we have two possibilities:

  • Inline Editing: Implement inline editing where after pressing the button, teachers can select lesson content by clicking and then they can edit it directly on the page. This would probably need JavaScript to handle the editing interface and some way to send the updated content to the server (maybe AJAX).
  • Separate Editing Page: We can also make a separate page for editing lesson content. The button on the lessons.html page would redirect teachers to this editing page where they can make changes.
@Aaron-Rajan
Copy link
Collaborator

Interested!

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

No branches or pull requests

2 participants