Course Progress Tracker #10174
Unanswered
flamecopper
asked this question in
General
Replies: 1 comment 1 reply
-
|
I'm sorry but I don't understand the questions. Afaik there's no plugin for course template progression, and we are a static site generator so displaying any "user-specific data" can't be statically rendered and should rather be fetched/displayed at runtime in a modal or something.
You have to write code, and I can't advise which "template" (React theme components) without understanding the UX you want to create, preferably visually with mockups. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on the following : https://docusaurus.io/
https://github.com/corey-richardson/course-progress-tracker
I'm thinking of implementing a course progress tracker.
So this is a node js application right.
How it goes is something like this:
Hi there,
I'm thinking of implementing a course progress tracker.
So this is a node js application right.
How it goes is something like this:
module1: (Based on total number of lines which results in the read time, This will aggregate all the topics below.)
topic1: (15% of the total content)
topic2: (20%)
topic3: (20%)
topic4: (15%)
topic5: (20%)
On top of that, I'm thinking of implementing a login page for students to actually track their actual call total overall course progress.
Is there any plugin that can already do so? Or do I have to write my own code?, If I have to write my own code, which are the specific templates that I have to target?
Beta Was this translation helpful? Give feedback.
All reactions