Compare commits
65 Commits
redesign-f
...
certificat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d7e1745c09 | ||
|
|
ef238c1b25 | ||
|
|
cb60d97bb7 | ||
|
|
f0ee8d7b88 | ||
|
|
7e5203f058 | ||
|
|
a3672e9d91 | ||
|
|
7017382451 | ||
|
|
6c9d49bf8c | ||
|
|
2de058246b | ||
|
|
798ea30382 | ||
|
|
3e2c6b3343 | ||
|
|
5ea744de5c | ||
|
|
aedb3d3d45 | ||
|
|
83a2f42df9 | ||
|
|
66aace247c | ||
|
|
bc3db06960 | ||
|
|
ddaa063587 | ||
|
|
f9b4fe468e | ||
|
|
6cbca8d1bb | ||
|
|
d5067a4bcd | ||
|
|
04d44510de | ||
|
|
844fcc9bca | ||
|
|
145b5efab0 | ||
|
|
4079ed97b9 | ||
|
|
63d70fc037 | ||
|
|
ce86b5deda | ||
|
|
037e946bbe | ||
|
|
a51c8de1eb | ||
|
|
53dc517180 | ||
|
|
44ca940c6b | ||
|
|
c0b688c720 | ||
|
|
861d5f231d | ||
|
|
d14b4f55a6 | ||
|
|
db9a6c3eda | ||
|
|
a667643681 | ||
|
|
f278e4b6a5 | ||
|
|
33a12c2dec | ||
|
|
508f90f459 | ||
|
|
709f0c2274 | ||
|
|
be47700e7c | ||
|
|
40842830a4 | ||
|
|
11d070fa0d | ||
|
|
dd2f830a33 | ||
|
|
5431fcb450 | ||
|
|
324033e9ee | ||
|
|
86596d0cfe | ||
|
|
9323cfd748 | ||
|
|
d125b02cec | ||
|
|
282c4c5351 | ||
|
|
276d64a66a | ||
|
|
79eb381a41 | ||
|
|
44f9c0dfd3 | ||
|
|
0ca4cd724e | ||
|
|
8a3e31f021 | ||
|
|
9be8a1af0b | ||
|
|
b9cac20613 | ||
|
|
e6d5e6d37b | ||
|
|
0abfcac7da | ||
|
|
b70e8b9acc | ||
|
|
3b1e1aa3c3 | ||
|
|
8f74c74d50 | ||
|
|
d2f435016c | ||
|
|
389b35802b | ||
|
|
a9192a74f9 | ||
|
|
5ecae0df61 |
@@ -0,0 +1,8 @@
|
|||||||
|
// Copyright (c) 2021, FOSS United and contributors
|
||||||
|
// For license information, please see license.txt
|
||||||
|
|
||||||
|
frappe.ui.form.on('Discussion Message', {
|
||||||
|
// refresh: function(frm) {
|
||||||
|
|
||||||
|
// }
|
||||||
|
});
|
||||||
@@ -1,67 +1,53 @@
|
|||||||
{
|
{
|
||||||
"actions": [],
|
"actions": [],
|
||||||
"creation": "2021-03-19 12:19:32.355307",
|
"creation": "2021-08-11 10:59:38.597046",
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"editable_grid": 1,
|
"editable_grid": 1,
|
||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"author",
|
"thread",
|
||||||
"batch",
|
"column_break_2",
|
||||||
"column_break_3",
|
"parent_message",
|
||||||
"author_name",
|
"section_break_4",
|
||||||
"pin",
|
|
||||||
"section_break_6",
|
|
||||||
"message"
|
"message"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
|
||||||
"fieldname": "batch",
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"in_list_view": 1,
|
|
||||||
"label": "Batch",
|
|
||||||
"options": "LMS Batch"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname": "author",
|
|
||||||
"fieldtype": "Link",
|
|
||||||
"in_list_view": 1,
|
|
||||||
"label": "Author",
|
|
||||||
"options": "User"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "message",
|
"fieldname": "message",
|
||||||
"fieldtype": "Markdown Editor",
|
"fieldtype": "Long Text",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Message"
|
"label": "Message"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "0",
|
"fieldname": "thread",
|
||||||
"fieldname": "pin",
|
"fieldtype": "Link",
|
||||||
"fieldtype": "Check",
|
"in_list_view": 1,
|
||||||
"label": "Pin"
|
"in_standard_filter": 1,
|
||||||
|
"label": "Thread",
|
||||||
|
"options": "Discussion Thread"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fetch_from": "author.full_name",
|
"fieldname": "column_break_2",
|
||||||
"fieldname": "author_name",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"label": "Author Name",
|
|
||||||
"read_only": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fieldname": "column_break_3",
|
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "section_break_6",
|
"fieldname": "parent_message",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Parent Message",
|
||||||
|
"options": "Discussion Message"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "section_break_4",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-21 11:49:34.911479",
|
"modified": "2021-08-12 15:59:04.811286",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "Community",
|
||||||
"name": "LMS Message",
|
"name": "Discussion Message",
|
||||||
"owner": "Administrator",
|
"owner": "Administrator",
|
||||||
"permissions": [
|
"permissions": [
|
||||||
{
|
{
|
||||||
@@ -77,9 +63,7 @@
|
|||||||
"write": 1
|
"write": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"quick_entry": 1,
|
|
||||||
"sort_field": "modified",
|
"sort_field": "modified",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"title_field": "author",
|
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and contributors
|
||||||
|
# For license information, please see license.txt
|
||||||
|
|
||||||
|
import frappe
|
||||||
|
from frappe.model.document import Document
|
||||||
|
from community.widgets import Widget, Widgets
|
||||||
|
|
||||||
|
class DiscussionMessage(Document):
|
||||||
|
def after_insert(self):
|
||||||
|
data = {
|
||||||
|
"message": self,
|
||||||
|
"widgets": Widgets()
|
||||||
|
}
|
||||||
|
template = frappe.render_template("community/templates/message_card.html", data)
|
||||||
|
thread_info = frappe.db.get_value("Discussion Thread", self.thread, ["reference_doctype", "reference_docname"], as_dict=True)
|
||||||
|
frappe.publish_realtime(event="publish_message",
|
||||||
|
message = {
|
||||||
|
"thread": self.thread,
|
||||||
|
"template": template,
|
||||||
|
"thread_info": thread_info
|
||||||
|
},
|
||||||
|
after_commit=True)
|
||||||
@@ -1,10 +1,8 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Copyright (c) 2021, FOSS United and Contributors
|
# Copyright (c) 2021, FOSS United and Contributors
|
||||||
# See license.txt
|
# See license.txt
|
||||||
from __future__ import unicode_literals
|
|
||||||
|
|
||||||
# import frappe
|
# import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
class TestLMSMessage(unittest.TestCase):
|
class TestDiscussionMessage(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
// Copyright (c) 2021, FOSS United and contributors
|
// Copyright (c) 2021, FOSS United and contributors
|
||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('LMS Message', {
|
frappe.ui.form.on('Discussion Thread', {
|
||||||
// refresh: function(frm) {
|
// refresh: function(frm) {
|
||||||
|
|
||||||
// }
|
// }
|
||||||
@@ -0,0 +1,57 @@
|
|||||||
|
{
|
||||||
|
"actions": [],
|
||||||
|
"creation": "2021-08-11 10:55:29.341674",
|
||||||
|
"doctype": "DocType",
|
||||||
|
"editable_grid": 1,
|
||||||
|
"engine": "InnoDB",
|
||||||
|
"field_order": [
|
||||||
|
"title",
|
||||||
|
"reference_doctype",
|
||||||
|
"reference_docname"
|
||||||
|
],
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldname": "title",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Title"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "reference_doctype",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Reference Doctype",
|
||||||
|
"options": "DocType"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "reference_docname",
|
||||||
|
"fieldtype": "Dynamic Link",
|
||||||
|
"label": "Reference Docname",
|
||||||
|
"options": "reference_doctype"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"index_web_pages_for_search": 1,
|
||||||
|
"links": [],
|
||||||
|
"modified": "2021-08-11 12:29:43.564123",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "Community",
|
||||||
|
"name": "Discussion Thread",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"create": 1,
|
||||||
|
"delete": 1,
|
||||||
|
"email": 1,
|
||||||
|
"export": 1,
|
||||||
|
"print": 1,
|
||||||
|
"read": 1,
|
||||||
|
"report": 1,
|
||||||
|
"role": "System Manager",
|
||||||
|
"share": 1,
|
||||||
|
"write": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"search_fields": "title",
|
||||||
|
"sort_field": "modified",
|
||||||
|
"sort_order": "DESC",
|
||||||
|
"title_field": "title",
|
||||||
|
"track_changes": 1
|
||||||
|
}
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and contributors
|
||||||
|
# For license information, please see license.txt
|
||||||
|
|
||||||
|
import frappe
|
||||||
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
class DiscussionThread(Document):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@frappe.whitelist()
|
||||||
|
def submit_discussion(doctype, docname, message, title=None, thread_name=None):
|
||||||
|
thread = []
|
||||||
|
filters = {}
|
||||||
|
if doctype and docname:
|
||||||
|
filters = {
|
||||||
|
"reference_doctype": doctype,
|
||||||
|
"reference_docname": docname
|
||||||
|
}
|
||||||
|
|
||||||
|
elif thread_name:
|
||||||
|
filters = {
|
||||||
|
"name": thread_name
|
||||||
|
}
|
||||||
|
|
||||||
|
if filters:
|
||||||
|
thread = frappe.get_all("Discussion Thread",filters)
|
||||||
|
if len(thread):
|
||||||
|
thread = thread[0]
|
||||||
|
save_message(message, thread)
|
||||||
|
|
||||||
|
else:
|
||||||
|
thread = frappe.get_doc({
|
||||||
|
"doctype": "Discussion Thread",
|
||||||
|
"title": title,
|
||||||
|
"reference_doctype": doctype,
|
||||||
|
"reference_docname": docname
|
||||||
|
})
|
||||||
|
thread.save(ignore_permissions=True)
|
||||||
|
save_message(message, thread)
|
||||||
|
|
||||||
|
return thread.name
|
||||||
|
|
||||||
|
def save_message(message, thread):
|
||||||
|
frappe.get_doc({
|
||||||
|
"doctype": "Discussion Message",
|
||||||
|
"message": message,
|
||||||
|
"thread": thread.name
|
||||||
|
}).save(ignore_permissions=True)
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and Contributors
|
||||||
|
# See license.txt
|
||||||
|
|
||||||
|
# import frappe
|
||||||
|
import unittest
|
||||||
|
|
||||||
|
class TestDiscussionThread(unittest.TestCase):
|
||||||
|
pass
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{% set color = member.get_palette() %}
|
{% set color = member.get_palette() %}
|
||||||
<a href="/{{member.username}}">
|
<a class="button-links" href="/{{member.username}}">
|
||||||
<span class="avatar {{ avatar_class }}" title="{{ member.full_name }}">
|
<span class="avatar {{ avatar_class }}" title="{{ member.full_name }}">
|
||||||
{% if member.user_image %}
|
{% if member.user_image %}
|
||||||
<img class="avatar-frame standard-image" style="object-fit: cover;" src="{{ member.user_image }}" title="{{ member.full_name }}">
|
<img class="avatar-frame standard-image" style="object-fit: cover;" src="{{ member.user_image }}" title="{{ member.full_name }}">
|
||||||
|
|||||||
70
community/community/widgets/DiscussionComment.html
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
<div class="discussions">
|
||||||
|
|
||||||
|
<form class="discussion-form {% if doctype or thread %} discussion-on-page {% endif %}" id="discussion-form">
|
||||||
|
|
||||||
|
|
||||||
|
<div class="form-group" {% if title or thread %} style="display: none;" {% endif %}>
|
||||||
|
<div class="control-input-wrapper">
|
||||||
|
<div class="control-input">
|
||||||
|
<input type="text" autocomplete="off" class="input-with-feedback form-control thread-title"
|
||||||
|
data-fieldtype="Data" data-fieldname="feedback_comments" placeholder="Title" spellcheck="false" {% if title
|
||||||
|
%} value="{{ title }}" {% endif %}></input>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<div class="control-input-wrapper">
|
||||||
|
<div class="control-input">
|
||||||
|
<textarea type="text" autocomplete="off" class="input-with-feedback form-control comment-field"
|
||||||
|
data-fieldtype="Text" data-fieldname="feedback_comments" placeholder="Enter a comment..."
|
||||||
|
spellcheck="false"></textarea>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="comment-footer">
|
||||||
|
<div class="button is-secondary pull-right" id="submit-discussion"
|
||||||
|
{% if doctype %} data-doctype="{{ doctype | urlencode}}" {% endif %}
|
||||||
|
{% if docname %} data-docname="{{ docname | urlencode}}" {% endif %}
|
||||||
|
{% if thread %} data-thread="{{ thread }}" {% endif %}>
|
||||||
|
Post</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
<script>
|
||||||
|
frappe.ready(() => {
|
||||||
|
$("#submit-discussion").click((e) => {
|
||||||
|
submit_discussion(e);
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
var submit_discussion = (e) => {
|
||||||
|
var message = $(".comment-field").val().trim();
|
||||||
|
|
||||||
|
if (message) {
|
||||||
|
var doctype = $(e.currentTarget).attr("data-doctype");
|
||||||
|
doctype = doctype ? decodeURIComponent(doctype) : doctype;
|
||||||
|
|
||||||
|
var docname = $(e.currentTarget).attr("data-docname");
|
||||||
|
docname = docname ? decodeURIComponent(docname) : docname;
|
||||||
|
|
||||||
|
frappe.call({
|
||||||
|
method: "community.community.doctype.discussion_thread.discussion_thread.submit_discussion",
|
||||||
|
args: {
|
||||||
|
"doctype": doctype ? doctype : "",
|
||||||
|
"docname": docname ? docname : "",
|
||||||
|
"message": $(".comment-field").val(),
|
||||||
|
"title": $(".thread-title").val(),
|
||||||
|
"thread_name": $(e.currentTarget).attr("data-thread")
|
||||||
|
},
|
||||||
|
callback: (data) => {
|
||||||
|
if (! $(".discussion-on-page").length) {
|
||||||
|
$("#discussion-modal").modal("hide");
|
||||||
|
window.location.href = `/discussions/${data.message}`;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
80
community/community/widgets/DiscussionMessage.html
Normal file
@@ -0,0 +1,80 @@
|
|||||||
|
{% if doctype and docname and not thread %}
|
||||||
|
|
||||||
|
{% set thread_info = frappe.get_all("Discussion Thread", {"reference_doctype": doctype, "reference_docname": docname},
|
||||||
|
["name"]) %}
|
||||||
|
|
||||||
|
{% if thread_info | length %}
|
||||||
|
{% set thread = thread_info[0].name %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if thread %}
|
||||||
|
{% set messages = frappe.get_all("Discussion Message", {"thread": thread}, ["name", "message", "owner", "creation"],
|
||||||
|
order_by="creation") %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if doctype %}
|
||||||
|
<div class="course-home-headings mt-5"> Discussions </div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<div class="messages mt-5">
|
||||||
|
{% for message in messages %}
|
||||||
|
{% include "community/templates/message_card.html" %}
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% if frappe.session.user == "Guest" or (condition is defined and not condition) %}
|
||||||
|
<div class="d-flex flex-column align-items-center font-weight-bold">
|
||||||
|
Want to join the discussion?
|
||||||
|
{% if frappe.session.user == "Guest" %}
|
||||||
|
<div class="button is-primary" id="login-from-discussion">Log In</div>
|
||||||
|
{% elif not condition %}
|
||||||
|
<div class="button is-primary" id="login-from-discussion" data-redirect="{{ redirect_to }}">{{ button_name }}</div>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% else %}
|
||||||
|
{{ widgets.DiscussionComment(doctype=doctype, docname=docname, title=title, thread=thread ) }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<script>
|
||||||
|
frappe.ready(() => {
|
||||||
|
setup_socket_io();
|
||||||
|
|
||||||
|
$("#login-from-discussion").click((e) => {
|
||||||
|
login_from_discussion(e);
|
||||||
|
})
|
||||||
|
|
||||||
|
})
|
||||||
|
|
||||||
|
var setup_socket_io = () => {
|
||||||
|
const assets = [
|
||||||
|
"/assets/frappe/js/lib/socket.io.min.js",
|
||||||
|
"/assets/frappe/js/frappe/socketio_client.js",
|
||||||
|
]
|
||||||
|
frappe.require(assets, () => {
|
||||||
|
|
||||||
|
if (window.dev_server) {
|
||||||
|
frappe.boot.socketio_port = "9000";
|
||||||
|
}
|
||||||
|
|
||||||
|
frappe.socketio.init(9000);
|
||||||
|
var target = $("#submit-discussion");
|
||||||
|
|
||||||
|
frappe.socketio.socket.on("publish_message", (data) => {
|
||||||
|
if (target.attr("data-thread") == data.thread
|
||||||
|
|| (decodeURIComponent(target.attr("data-doctype")) == data.thread_info.reference_doctype
|
||||||
|
&& decodeURIComponent(target.attr("data-docname")) == data.thread_info.reference_docname)) {
|
||||||
|
$(".comment-field").val("");
|
||||||
|
$(".messages").append(data.template);
|
||||||
|
}
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
var login_from_discussion = (e) => {
|
||||||
|
var redirect = $(e.currentTarget).attr("data-redirect") || window.location.href;
|
||||||
|
window.location.href = `/login?redirect-to=${redirect}`;
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
@@ -133,10 +133,9 @@ fixtures = ["Custom Field"]
|
|||||||
primary_rules = [
|
primary_rules = [
|
||||||
{"from_route": "/sketches/<sketch>", "to_route": "sketches/sketch"},
|
{"from_route": "/sketches/<sketch>", "to_route": "sketches/sketch"},
|
||||||
{"from_route": "/courses/<course>", "to_route": "courses/course"},
|
{"from_route": "/courses/<course>", "to_route": "courses/course"},
|
||||||
{"from_route": "/courses/<course>/<topic>", "to_route": "courses/topic"},
|
{"from_route": "/courses/<course>/<certificate>", "to_route": "courses/certificate"},
|
||||||
{"from_route": "/hackathons/<hackathon>", "to_route": "hackathons/hackathon"},
|
{"from_route": "/hackathons/<hackathon>", "to_route": "hackathons/hackathon"},
|
||||||
{"from_route": "/hackathons/<hackathon>/<project>", "to_route": "hackathons/project"},
|
{"from_route": "/hackathons/<hackathon>/<project>", "to_route": "hackathons/project"},
|
||||||
{"from_route": "/dashboard", "to_route": ""},
|
|
||||||
{"from_route": "/add-a-new-batch", "to_route": "add-a-new-batch"},
|
{"from_route": "/add-a-new-batch", "to_route": "add-a-new-batch"},
|
||||||
{"from_route": "/courses/<course>/home", "to_route": "batch/home"},
|
{"from_route": "/courses/<course>/home", "to_route": "batch/home"},
|
||||||
{"from_route": "/courses/<course>/learn", "to_route": "batch/learn"},
|
{"from_route": "/courses/<course>/learn", "to_route": "batch/learn"},
|
||||||
@@ -146,7 +145,8 @@ primary_rules = [
|
|||||||
{"from_route": "/courses/<course>/discuss", "to_route": "batch/discuss"},
|
{"from_route": "/courses/<course>/discuss", "to_route": "batch/discuss"},
|
||||||
{"from_route": "/courses/<course>/about", "to_route": "batch/about"},
|
{"from_route": "/courses/<course>/about", "to_route": "batch/about"},
|
||||||
{"from_route": "/courses/<course>/progress", "to_route": "batch/progress"},
|
{"from_route": "/courses/<course>/progress", "to_route": "batch/progress"},
|
||||||
{"from_route": "/courses/<course>/join", "to_route": "batch/join"}
|
{"from_route": "/courses/<course>/join", "to_route": "batch/join"},
|
||||||
|
{"from_route": "/discussions/<discussion>", "to_route": "discussions/discussion"}
|
||||||
]
|
]
|
||||||
|
|
||||||
# Any frappe default URL is blocked by profile-rules, add it here to unblock it
|
# Any frappe default URL is blocked by profile-rules, add it here to unblock it
|
||||||
@@ -168,7 +168,8 @@ whitelist = [
|
|||||||
"/new-sign-up",
|
"/new-sign-up",
|
||||||
"/message",
|
"/message",
|
||||||
"/about",
|
"/about",
|
||||||
"/edit-profile"
|
"/edit-profile",
|
||||||
|
"/discussions"
|
||||||
]
|
]
|
||||||
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]
|
whitelist_rules = [{"from_route": p, "to_route": p[1:]} for p in whitelist]
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,15 @@
|
|||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('Chapter', {
|
frappe.ui.form.on('Chapter', {
|
||||||
// refresh: function(frm) {
|
|
||||||
|
|
||||||
// }
|
onload: function (frm) {
|
||||||
|
frm.set_query("lesson", "lessons", function () {
|
||||||
|
return {
|
||||||
|
filters: {
|
||||||
|
"chapter": frm.doc.name,
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -9,8 +9,7 @@
|
|||||||
"course",
|
"course",
|
||||||
"title",
|
"title",
|
||||||
"description",
|
"description",
|
||||||
"locked",
|
"lessons"
|
||||||
"index_"
|
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -24,12 +23,6 @@
|
|||||||
"fieldtype": "Markdown Editor",
|
"fieldtype": "Markdown Editor",
|
||||||
"label": "Description"
|
"label": "Description"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "0",
|
|
||||||
"fieldname": "locked",
|
|
||||||
"fieldtype": "Check",
|
|
||||||
"label": "Locked"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "course",
|
"fieldname": "course",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
@@ -38,10 +31,10 @@
|
|||||||
"options": "LMS Course"
|
"options": "LMS Course"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"default": "1",
|
"fieldname": "lessons",
|
||||||
"fieldname": "index_",
|
"fieldtype": "Table",
|
||||||
"fieldtype": "Int",
|
"label": "Lessons",
|
||||||
"label": "Index"
|
"options": "Lessons"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
@@ -52,7 +45,7 @@
|
|||||||
"link_fieldname": "chapter"
|
"link_fieldname": "chapter"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2021-05-13 21:05:20.531890",
|
"modified": "2021-07-27 16:28:08.667964",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "Chapter",
|
"name": "Chapter",
|
||||||
|
|||||||
@@ -5,15 +5,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
import frappe
|
import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
from ...utils import slugify
|
|
||||||
|
|
||||||
class Chapter(Document):
|
class Chapter(Document):
|
||||||
def get_lessons(self):
|
pass
|
||||||
rows = frappe.db.get_all("Lesson",
|
|
||||||
filters={"chapter": self.name},
|
|
||||||
fields='name',
|
|
||||||
order_by="index_")
|
|
||||||
return [frappe.get_doc('Lesson', row['name']) for row in rows]
|
|
||||||
|
|
||||||
def get_slugified_chapter_title(self):
|
|
||||||
return slugify(self.title)
|
|
||||||
|
|||||||
32
community/lms/doctype/chapters/chapters.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"actions": [],
|
||||||
|
"creation": "2021-07-27 16:25:02.903245",
|
||||||
|
"doctype": "DocType",
|
||||||
|
"editable_grid": 1,
|
||||||
|
"engine": "InnoDB",
|
||||||
|
"field_order": [
|
||||||
|
"chapter"
|
||||||
|
],
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldname": "chapter",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Chapter",
|
||||||
|
"options": "Chapter",
|
||||||
|
"reqd": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"index_web_pages_for_search": 1,
|
||||||
|
"istable": 1,
|
||||||
|
"links": [],
|
||||||
|
"modified": "2021-07-27 16:25:02.903245",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "LMS",
|
||||||
|
"name": "Chapters",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"permissions": [],
|
||||||
|
"sort_field": "modified",
|
||||||
|
"sort_order": "DESC",
|
||||||
|
"track_changes": 1
|
||||||
|
}
|
||||||
8
community/lms/doctype/chapters/chapters.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and contributors
|
||||||
|
# For license information, please see license.txt
|
||||||
|
|
||||||
|
# import frappe
|
||||||
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
class Chapters(Document):
|
||||||
|
pass
|
||||||
@@ -30,10 +30,13 @@ class InviteRequest(Document):
|
|||||||
return user
|
return user
|
||||||
|
|
||||||
def send_email(self):
|
def send_email(self):
|
||||||
subject = _("Your request has been approved.")
|
site_name = "Mon.School"
|
||||||
|
subject = _("Welcome to {0}!").format(site_name)
|
||||||
|
|
||||||
args = {
|
args = {
|
||||||
"full_name": self.full_name,
|
"full_name": self.full_name,
|
||||||
"signup_form_link": "/new-sign-up?invite_code={0}".format(self.name),
|
"signup_form_link": "/new-sign-up?invite_code={0}".format(self.name),
|
||||||
|
"site_name": site_name,
|
||||||
"site_url": frappe.utils.get_url()
|
"site_url": frappe.utils.get_url()
|
||||||
}
|
}
|
||||||
frappe.sendmail(
|
frappe.sendmail(
|
||||||
@@ -42,7 +45,8 @@ class InviteRequest(Document):
|
|||||||
subject=subject,
|
subject=subject,
|
||||||
header=[subject, "green"],
|
header=[subject, "green"],
|
||||||
template = "lms_invite_request_approved",
|
template = "lms_invite_request_approved",
|
||||||
args=args)
|
args=args,
|
||||||
|
now=True)
|
||||||
|
|
||||||
@frappe.whitelist(allow_guest=True)
|
@frappe.whitelist(allow_guest=True)
|
||||||
def create_invite_request(invite_email):
|
def create_invite_request(invite_email):
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
"include_in_preview",
|
"include_in_preview",
|
||||||
"column_break_4",
|
"column_break_4",
|
||||||
"title",
|
"title",
|
||||||
"index_",
|
|
||||||
"index_label",
|
"index_label",
|
||||||
"section_break_6",
|
"section_break_6",
|
||||||
"body",
|
"body",
|
||||||
@@ -31,13 +30,6 @@
|
|||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Title"
|
"label": "Title"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"default": "1",
|
|
||||||
"fieldname": "index_",
|
|
||||||
"fieldtype": "Int",
|
|
||||||
"in_list_view": 1,
|
|
||||||
"label": "Index"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "body",
|
"fieldname": "body",
|
||||||
"fieldtype": "Markdown Editor",
|
"fieldtype": "Markdown Editor",
|
||||||
@@ -75,7 +67,7 @@
|
|||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-06-29 13:34:49.077363",
|
"modified": "2021-07-27 16:28:29.203624",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "Lesson",
|
"name": "Lesson",
|
||||||
|
|||||||
@@ -91,7 +91,8 @@ def save_progress(lesson, course, status):
|
|||||||
"lesson": lesson,
|
"lesson": lesson,
|
||||||
"status": status,
|
"status": status,
|
||||||
}).save(ignore_permissions=True)
|
}).save(ignore_permissions=True)
|
||||||
return "OK"
|
course_details = frappe.get_doc("LMS Course", course)
|
||||||
|
return course_details.get_course_progress()
|
||||||
|
|
||||||
def update_progress(lesson):
|
def update_progress(lesson):
|
||||||
user = frappe.session.user
|
user = frappe.session.user
|
||||||
|
|||||||
31
community/lms/doctype/lessons/lessons.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"actions": [],
|
||||||
|
"creation": "2021-07-27 16:25:48.269536",
|
||||||
|
"doctype": "DocType",
|
||||||
|
"editable_grid": 1,
|
||||||
|
"engine": "InnoDB",
|
||||||
|
"field_order": [
|
||||||
|
"lesson"
|
||||||
|
],
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldname": "lesson",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"label": "Lesson",
|
||||||
|
"options": "Lesson"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"index_web_pages_for_search": 1,
|
||||||
|
"istable": 1,
|
||||||
|
"links": [],
|
||||||
|
"modified": "2021-07-27 16:53:52.732191",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "LMS",
|
||||||
|
"name": "Lessons",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"permissions": [],
|
||||||
|
"sort_field": "modified",
|
||||||
|
"sort_order": "DESC",
|
||||||
|
"track_changes": 1
|
||||||
|
}
|
||||||
8
community/lms/doctype/lessons/lessons.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and contributors
|
||||||
|
# For license information, please see license.txt
|
||||||
|
|
||||||
|
# import frappe
|
||||||
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
class Lessons(Document):
|
||||||
|
pass
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
"fieldname": "member_type",
|
"fieldname": "member_type",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
"label": "Member Type",
|
"label": "Member Type",
|
||||||
"options": "\nStudent\nMentor\nStaff"
|
"options": "\nStudent\nMentor\nStaff"
|
||||||
},
|
},
|
||||||
@@ -44,7 +45,6 @@
|
|||||||
"default": "Member",
|
"default": "Member",
|
||||||
"fieldname": "role",
|
"fieldname": "role",
|
||||||
"fieldtype": "Select",
|
"fieldtype": "Select",
|
||||||
"in_standard_filter": 1,
|
|
||||||
"label": "Role",
|
"label": "Role",
|
||||||
"options": "\nMember\nAdmin"
|
"options": "\nMember\nAdmin"
|
||||||
},
|
},
|
||||||
@@ -63,9 +63,10 @@
|
|||||||
{
|
{
|
||||||
"fetch_from": "batch.course",
|
"fetch_from": "batch.course",
|
||||||
"fieldname": "course",
|
"fieldname": "course",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Link",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Course"
|
"label": "Course",
|
||||||
|
"options": "LMS Course"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "current_lesson",
|
"fieldname": "current_lesson",
|
||||||
@@ -83,7 +84,7 @@
|
|||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-07-06 20:50:46.885325",
|
"modified": "2021-08-04 17:10:42.708479",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "LMS Batch Membership",
|
"name": "LMS Batch Membership",
|
||||||
|
|||||||
14
community/lms/doctype/lms_certification/lms_certification.js
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
// Copyright (c) 2021, FOSS United and contributors
|
||||||
|
// For license information, please see license.txt
|
||||||
|
|
||||||
|
frappe.ui.form.on('LMS Certification', {
|
||||||
|
onload: function (frm) {
|
||||||
|
frm.set_query("student", function (doc) {
|
||||||
|
return {
|
||||||
|
filters: {
|
||||||
|
"ignore_user_type": 1,
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"actions": [],
|
||||||
|
"creation": "2021-08-16 15:47:19.494055",
|
||||||
|
"doctype": "DocType",
|
||||||
|
"editable_grid": 1,
|
||||||
|
"engine": "InnoDB",
|
||||||
|
"field_order": [
|
||||||
|
"student",
|
||||||
|
"issue_date",
|
||||||
|
"column_break_3",
|
||||||
|
"course",
|
||||||
|
"expiry_date"
|
||||||
|
],
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldname": "student",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
|
"label": "Student",
|
||||||
|
"options": "User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "issue_date",
|
||||||
|
"fieldtype": "Date",
|
||||||
|
"label": "Issue Date"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_3",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "course",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
|
"label": "Course",
|
||||||
|
"options": "LMS Course"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "expiry_date",
|
||||||
|
"fieldtype": "Date",
|
||||||
|
"label": "Expiry Date"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"index_web_pages_for_search": 1,
|
||||||
|
"links": [],
|
||||||
|
"modified": "2021-08-16 15:47:19.494055",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "LMS",
|
||||||
|
"name": "LMS Certification",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"create": 1,
|
||||||
|
"delete": 1,
|
||||||
|
"email": 1,
|
||||||
|
"export": 1,
|
||||||
|
"print": 1,
|
||||||
|
"read": 1,
|
||||||
|
"report": 1,
|
||||||
|
"role": "System Manager",
|
||||||
|
"share": 1,
|
||||||
|
"write": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort_field": "modified",
|
||||||
|
"sort_order": "DESC",
|
||||||
|
"track_changes": 1
|
||||||
|
}
|
||||||
41
community/lms/doctype/lms_certification/lms_certification.py
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and contributors
|
||||||
|
# For license information, please see license.txt
|
||||||
|
|
||||||
|
import frappe
|
||||||
|
from frappe.model.document import Document
|
||||||
|
from frappe.utils import nowdate, add_years
|
||||||
|
from frappe import _
|
||||||
|
from frappe.utils.pdf import get_pdf
|
||||||
|
|
||||||
|
class LMSCertification(Document):
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
certificates = frappe.get_all("LMS Certification", {
|
||||||
|
"student": self.student,
|
||||||
|
"course": self.course,
|
||||||
|
"expiry_date": [">", nowdate()]
|
||||||
|
})
|
||||||
|
if len(certificates):
|
||||||
|
full_name = frappe.db.get_value("User", self.student, "full_name")
|
||||||
|
course_name = frappe.db.get_value("LMS Course", self.course, "title")
|
||||||
|
frappe.throw(_("There is already a valid certificate for user {0} for the course {1}").format(full_name, course_name))
|
||||||
|
|
||||||
|
@frappe.whitelist()
|
||||||
|
def create_certificate(course):
|
||||||
|
course_details = frappe.get_doc("LMS Course", course)
|
||||||
|
certificate = course_details.is_certified()
|
||||||
|
|
||||||
|
if certificate:
|
||||||
|
return certificate
|
||||||
|
|
||||||
|
else:
|
||||||
|
expires_after_yrs = course_details.expiry
|
||||||
|
certificate = frappe.get_doc({
|
||||||
|
"doctype": "LMS Certification",
|
||||||
|
"student": frappe.session.user,
|
||||||
|
"course": course,
|
||||||
|
"issue_date": nowdate(),
|
||||||
|
"expiry_date": add_years(nowdate(), int(expires_after_yrs))
|
||||||
|
})
|
||||||
|
certificate.save(ignore_permissions=True)
|
||||||
|
return certificate.name
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and Contributors
|
||||||
|
# See license.txt
|
||||||
|
|
||||||
|
# import frappe
|
||||||
|
import unittest
|
||||||
|
|
||||||
|
class TestLMSCertification(unittest.TestCase):
|
||||||
|
pass
|
||||||
@@ -2,7 +2,15 @@
|
|||||||
// For license information, please see license.txt
|
// For license information, please see license.txt
|
||||||
|
|
||||||
frappe.ui.form.on('LMS Course', {
|
frappe.ui.form.on('LMS Course', {
|
||||||
// refresh: function(frm) {
|
|
||||||
|
|
||||||
// }
|
onload: function (frm) {
|
||||||
|
frm.set_query("chapter", "chapters", function () {
|
||||||
|
return {
|
||||||
|
filters: {
|
||||||
|
"course": frm.doc.name,
|
||||||
|
}
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -1,11 +1,5 @@
|
|||||||
{
|
{
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
|
||||||
"action": "community.lms.doctype.lms_course.lms_course.reindex_lessons",
|
|
||||||
"action_type": "Server Action",
|
|
||||||
"group": "Reindex",
|
|
||||||
"label": "Reindex Lessons"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"action": "community.lms.doctype.lms_course.lms_course.reindex_exercises",
|
"action": "community.lms.doctype.lms_course.lms_course.reindex_exercises",
|
||||||
"action_type": "Server Action",
|
"action_type": "Server Action",
|
||||||
@@ -21,16 +15,20 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"title",
|
"title",
|
||||||
"short_code",
|
|
||||||
"video_link",
|
"video_link",
|
||||||
"column_break_3",
|
|
||||||
"is_published",
|
|
||||||
"disable_self_learning",
|
|
||||||
"image",
|
"image",
|
||||||
"section_break_5",
|
"column_break_3",
|
||||||
"tags",
|
"tags",
|
||||||
|
"is_published",
|
||||||
|
"upcoming",
|
||||||
|
"disable_self_learning",
|
||||||
|
"section_break_5",
|
||||||
"short_introduction",
|
"short_introduction",
|
||||||
"description"
|
"description",
|
||||||
|
"chapters",
|
||||||
|
"certification_section",
|
||||||
|
"enable_certification",
|
||||||
|
"expiry"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -53,11 +51,6 @@
|
|||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Published"
|
"label": "Published"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "short_code",
|
|
||||||
"fieldtype": "Data",
|
|
||||||
"label": "Short Code"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "column_break_3",
|
"fieldname": "column_break_3",
|
||||||
"fieldtype": "Column Break"
|
"fieldtype": "Column Break"
|
||||||
@@ -92,6 +85,37 @@
|
|||||||
"fieldname": "tags",
|
"fieldname": "tags",
|
||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Tags"
|
"label": "Tags"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "upcoming",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Is an Upcoming Course"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "chapters",
|
||||||
|
"fieldtype": "Table",
|
||||||
|
"label": "Chapters",
|
||||||
|
"options": "Chapters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "certification_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Certification"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "enable_certification",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Enable Certification"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"depends_on": "enable_certification",
|
||||||
|
"fieldname": "expiry",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"label": "Certification Expires After Years",
|
||||||
|
"options": "0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n10"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
@@ -111,14 +135,9 @@
|
|||||||
"group": "Mentors",
|
"group": "Mentors",
|
||||||
"link_doctype": "LMS Course Mentor Mapping",
|
"link_doctype": "LMS Course Mentor Mapping",
|
||||||
"link_fieldname": "course"
|
"link_fieldname": "course"
|
||||||
},
|
|
||||||
{
|
|
||||||
"group": "Mentors",
|
|
||||||
"link_doctype": "LMS Mentor Request",
|
|
||||||
"link_fieldname": "course"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2021-07-09 15:05:05.372430",
|
"modified": "2021-08-18 18:02:12.623807",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "LMS Course",
|
"name": "LMS Course",
|
||||||
@@ -141,6 +160,5 @@
|
|||||||
"sort_field": "creation",
|
"sort_field": "creation",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"title_field": "title",
|
"title_field": "title",
|
||||||
"track_changes": 1,
|
"track_changes": 1
|
||||||
"track_views": 1
|
|
||||||
}
|
}
|
||||||
@@ -9,8 +9,42 @@ import json
|
|||||||
from ...utils import slugify
|
from ...utils import slugify
|
||||||
from community.query import find, find_all
|
from community.query import find, find_all
|
||||||
from frappe.utils import flt, cint
|
from frappe.utils import flt, cint
|
||||||
|
from ...utils import slugify
|
||||||
|
|
||||||
class LMSCourse(Document):
|
class LMSCourse(Document):
|
||||||
|
|
||||||
|
def on_update(self):
|
||||||
|
if not self.upcoming and self.has_value_changed("upcoming"):
|
||||||
|
self.send_email_to_interested_users()
|
||||||
|
|
||||||
|
def send_email_to_interested_users(self):
|
||||||
|
interested_users = frappe.get_all("LMS Course Interest",
|
||||||
|
{
|
||||||
|
"course": self.name
|
||||||
|
},
|
||||||
|
["name", "user"])
|
||||||
|
subject = self.title + " is available!"
|
||||||
|
args = {
|
||||||
|
"title": self.title,
|
||||||
|
"course_link": "/courses/{0}".format(self.name),
|
||||||
|
"app_name": frappe.db.get_single_value("System Settings", "app_name"),
|
||||||
|
"site_url": frappe.utils.get_url()
|
||||||
|
}
|
||||||
|
|
||||||
|
for user in interested_users:
|
||||||
|
args["first_name"] = frappe.db.get_value("User", user.user, "first_name")
|
||||||
|
email_args = frappe._dict(
|
||||||
|
recipients = user.user,
|
||||||
|
sender = frappe.db.get_single_value("LMS Settings", "email_sender"),
|
||||||
|
subject = subject,
|
||||||
|
header = [subject, "green"],
|
||||||
|
template = "lms_course_interest",
|
||||||
|
args = args,
|
||||||
|
now = True
|
||||||
|
)
|
||||||
|
frappe.enqueue(method=frappe.sendmail, queue='short', timeout=300, is_async=True, **email_args)
|
||||||
|
frappe.db.set_value("LMS Course Interest", user.name, "email_sent", True)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def find(name):
|
def find(name):
|
||||||
"""Returns the course with specified name.
|
"""Returns the course with specified name.
|
||||||
@@ -72,8 +106,11 @@ class LMSCourse(Document):
|
|||||||
mentors = frappe.get_all("LMS Course Mentor Mapping", {"course": self.name}, ["mentor"])
|
mentors = frappe.get_all("LMS Course Mentor Mapping", {"course": self.name}, ["mentor"])
|
||||||
for mentor in mentors:
|
for mentor in mentors:
|
||||||
member = frappe.get_doc("User", mentor.mentor)
|
member = frappe.get_doc("User", mentor.mentor)
|
||||||
# TODO: change this to count query
|
member.batch_count = frappe.db.count("LMS Batch Membership",
|
||||||
member.batch_count = len(frappe.get_all("LMS Batch Membership", {"member": member.name, "member_type": "Mentor"}))
|
{
|
||||||
|
"member": member.name,
|
||||||
|
"member_type": "Mentor"
|
||||||
|
})
|
||||||
course_mentors.append(member)
|
course_mentors.append(member)
|
||||||
return course_mentors
|
return course_mentors
|
||||||
|
|
||||||
@@ -112,17 +149,42 @@ class LMSCourse(Document):
|
|||||||
def get_chapters(self):
|
def get_chapters(self):
|
||||||
"""Returns all chapters of this course.
|
"""Returns all chapters of this course.
|
||||||
"""
|
"""
|
||||||
# TODO: chapters should have a way to specify the order
|
chapters = []
|
||||||
return find_all("Chapter", course=self.name, order_by="index_")
|
for row in self.chapters:
|
||||||
|
chapter_details = frappe.db.get_value("Chapter", row.chapter,
|
||||||
|
["name", "title", "description"],
|
||||||
|
as_dict=True)
|
||||||
|
chapter_details.idx = row.idx
|
||||||
|
chapters.append(chapter_details)
|
||||||
|
return chapters
|
||||||
|
|
||||||
def get_lessons(self):
|
def get_lessons(self, chapter=None):
|
||||||
""" Returns all lessons of this course """
|
""" If chapter is passed, returns lessons of only that chapter.
|
||||||
|
Else returns lessons of all chapters of the course """
|
||||||
lessons = []
|
lessons = []
|
||||||
chapters = self.get_chapters()
|
|
||||||
for chapter in chapters:
|
if chapter:
|
||||||
lessons.append(frappe.get_all("Lesson", {"chapter": chapter.name}))
|
return self.get_lesson_details(chapter)
|
||||||
|
|
||||||
|
for chapter in self.get_chapters():
|
||||||
|
lesson = self.get_lesson_details(chapter)
|
||||||
|
lessons += lesson
|
||||||
|
|
||||||
return lessons
|
return lessons
|
||||||
|
|
||||||
|
def get_lesson_details(self, chapter):
|
||||||
|
lessons = []
|
||||||
|
lesson_list = frappe.get_all("Lessons", {"parent": chapter.name},
|
||||||
|
["lesson", "idx"], order_by="idx")
|
||||||
|
for row in lesson_list:
|
||||||
|
lesson_details = frappe.get_doc("Lesson", row.lesson)
|
||||||
|
lesson_details.number = flt("{}.{}".format(chapter.idx, row.idx))
|
||||||
|
lessons.append(lesson_details)
|
||||||
|
return lessons
|
||||||
|
|
||||||
|
def get_slugified_chapter_title(self, chapter):
|
||||||
|
return slugify(chapter)
|
||||||
|
|
||||||
def get_course_progress(self):
|
def get_course_progress(self):
|
||||||
""" Returns the course progress of the session user """
|
""" Returns the course progress of the session user """
|
||||||
lesson_count = len(self.get_lessons())
|
lesson_count = len(self.get_lessons())
|
||||||
@@ -160,38 +222,18 @@ class LMSCourse(Document):
|
|||||||
visibility="Public")
|
visibility="Public")
|
||||||
return batches
|
return batches
|
||||||
|
|
||||||
def get_chapter(self, index):
|
|
||||||
return find("Chapter", course=self.name, index_=index)
|
|
||||||
|
|
||||||
def get_lesson(self, chapter_index, lesson_index):
|
|
||||||
chapter_name = frappe.get_value(
|
|
||||||
"Chapter",
|
|
||||||
{"course": self.name, "index_": chapter_index},
|
|
||||||
"name")
|
|
||||||
lesson_name = chapter_name and frappe.get_value(
|
|
||||||
"Lesson",
|
|
||||||
{"chapter": chapter_name, "index_": lesson_index},
|
|
||||||
"name")
|
|
||||||
return lesson_name and frappe.get_doc("Lesson", lesson_name)
|
|
||||||
|
|
||||||
def get_lesson_index(self, lesson_name):
|
def get_lesson_index(self, lesson_name):
|
||||||
"""Returns the {chapter_index}.{lesson_index} for the lesson.
|
"""Returns the {chapter_index}.{lesson_index} for the lesson.
|
||||||
"""
|
"""
|
||||||
lesson = frappe.get_doc("Lesson", lesson_name)
|
lesson = frappe.db.get_value("Lessons", {"lesson": lesson_name}, ["idx", "parent"], as_dict=True)
|
||||||
chapter = frappe.get_doc("Chapter", lesson.chapter)
|
if not lesson:
|
||||||
return f"{chapter.index_}.{lesson.index_}"
|
return None
|
||||||
|
|
||||||
def reindex_lessons(self):
|
chapter = frappe.db.get_value("Chapters", {"chapter": lesson.parent}, ["idx"], as_dict=True)
|
||||||
for i, c in enumerate(self.get_chapters(), start=1):
|
if not chapter:
|
||||||
c.index_ = i
|
return None
|
||||||
c.save()
|
|
||||||
self._reindex_lessons_in_chapter(c)
|
|
||||||
|
|
||||||
def _reindex_lessons_in_chapter(self, c):
|
return f"{chapter.idx}.{lesson.idx}"
|
||||||
for i, lesson in enumerate(c.get_lessons(), start=1):
|
|
||||||
lesson.index = i
|
|
||||||
lesson.index_label = f"{c.index_}.{i}"
|
|
||||||
lesson.save()
|
|
||||||
|
|
||||||
def reindex_exercises(self):
|
def reindex_exercises(self):
|
||||||
for i, c in enumerate(self.get_chapters(), start=1):
|
for i, c in enumerate(self.get_chapters(), start=1):
|
||||||
@@ -202,7 +244,7 @@ class LMSCourse(Document):
|
|||||||
|
|
||||||
def _reindex_exercises_in_chapter(self, c):
|
def _reindex_exercises_in_chapter(self, c):
|
||||||
i = 1
|
i = 1
|
||||||
for lesson in c.get_lessons():
|
for lesson in self.get_lessons(c):
|
||||||
for exercise in lesson.get_exercises():
|
for exercise in lesson.get_exercises():
|
||||||
exercise.index_ = i
|
exercise.index_ = i
|
||||||
exercise.index_label = f"{c.index_}.{i}"
|
exercise.index_label = f"{c.index_}.{i}"
|
||||||
@@ -237,21 +279,6 @@ class LMSCourse(Document):
|
|||||||
membership.batch_title = frappe.db.get_value("LMS Batch", membership.batch, "title")
|
membership.batch_title = frappe.db.get_value("LMS Batch", membership.batch, "title")
|
||||||
return all_memberships
|
return all_memberships
|
||||||
|
|
||||||
def get_mentors(self, batch=None):
|
|
||||||
filters = {
|
|
||||||
"course": self.name,
|
|
||||||
"member_type": "Mentor"
|
|
||||||
}
|
|
||||||
if batch:
|
|
||||||
filters["batch"] = batch
|
|
||||||
|
|
||||||
memberships = frappe.get_all(
|
|
||||||
"LMS Batch Membership",
|
|
||||||
filters,
|
|
||||||
["member"])
|
|
||||||
member_names = [m['member'] for m in memberships]
|
|
||||||
return find_all("User", name=["IN", member_names])
|
|
||||||
|
|
||||||
def get_students(self, batch=None):
|
def get_students(self, batch=None):
|
||||||
"""Returns (email, full_name, username) of all the students of this batch as a list of dict.
|
"""Returns (email, full_name, username) of all the students of this batch as a list of dict.
|
||||||
"""
|
"""
|
||||||
@@ -302,9 +329,6 @@ class LMSCourse(Document):
|
|||||||
return None
|
return None
|
||||||
return sum(ratings)/len(ratings)
|
return sum(ratings)/len(ratings)
|
||||||
|
|
||||||
def get_outline(self):
|
|
||||||
return CourseOutline(self)
|
|
||||||
|
|
||||||
def get_progress(self, lesson):
|
def get_progress(self, lesson):
|
||||||
return frappe.db.get_value("LMS Course Progress",
|
return frappe.db.get_value("LMS Course Progress",
|
||||||
{
|
{
|
||||||
@@ -314,55 +338,24 @@ class LMSCourse(Document):
|
|||||||
},
|
},
|
||||||
["status"])
|
["status"])
|
||||||
|
|
||||||
class CourseOutline:
|
def get_neighbours(self, current, lessons):
|
||||||
def __init__(self, course):
|
|
||||||
self.course = course
|
|
||||||
self.chapters = self.get_chapters()
|
|
||||||
self.lessons = self.get_lessons()
|
|
||||||
|
|
||||||
def get_next(self, current):
|
|
||||||
current = flt(current)
|
current = flt(current)
|
||||||
numbers = sorted(lesson['number'] for lesson in self.lessons)
|
numbers = sorted(lesson.number for lesson in lessons)
|
||||||
try:
|
index = numbers.index(current)
|
||||||
index = numbers.index(current)
|
return {
|
||||||
return numbers[index+1]
|
"prev": numbers[index-1] if index-1 >= 0 else None,
|
||||||
except IndexError:
|
"next": numbers[index+1] if index+1 < len(numbers) else None
|
||||||
return None
|
}
|
||||||
|
|
||||||
def get_prev(self, current):
|
def is_certified(self):
|
||||||
current = flt(current)
|
certificate = frappe.get_all("LMS Certification",
|
||||||
numbers = sorted(lesson['number'] for lesson in self.lessons)
|
{
|
||||||
try:
|
"student": frappe.session.user,
|
||||||
index = numbers.index(current)
|
"course": self.name
|
||||||
if index == 0:
|
})
|
||||||
return None
|
if len(certificate):
|
||||||
return numbers[index-1]
|
return certificate[0].name
|
||||||
except IndexError:
|
return
|
||||||
return None
|
|
||||||
|
|
||||||
def get_chapters(self):
|
|
||||||
return frappe.db.get_all("Chapter",
|
|
||||||
filters={"course": self.course.name},
|
|
||||||
fields=["name", "title", "index_"],
|
|
||||||
order_by="index_")
|
|
||||||
|
|
||||||
def get_lessons(self):
|
|
||||||
chapters = [c['name'] for c in self.chapters]
|
|
||||||
lessons = frappe.db.get_all("Lesson",
|
|
||||||
filters={"chapter": ["IN", chapters]},
|
|
||||||
fields=["name", "title", "chapter", "index_"])
|
|
||||||
|
|
||||||
chapter_numbers = {c['name']: c['index_'] for c in self.chapters}
|
|
||||||
for lesson in lessons:
|
|
||||||
lesson['number'] = flt("{}.{}".format(chapter_numbers[lesson['chapter']], lesson['index_']))
|
|
||||||
return lessons
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
|
||||||
def reindex_lessons(doc):
|
|
||||||
course_data = json.loads(doc)
|
|
||||||
course = frappe.get_doc("LMS Course", course_data['name'])
|
|
||||||
course.reindex_lessons()
|
|
||||||
frappe.msgprint("All lessons in this course have been re-indexed.")
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def reindex_exercises(doc):
|
def reindex_exercises(doc):
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
// Copyright (c) 2021, FOSS United and contributors
|
||||||
|
// For license information, please see license.txt
|
||||||
|
|
||||||
|
frappe.ui.form.on('LMS Course Interest', {
|
||||||
|
// refresh: function(frm) {
|
||||||
|
|
||||||
|
// }
|
||||||
|
});
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
{
|
||||||
|
"actions": [],
|
||||||
|
"creation": "2021-08-06 17:37:20.184849",
|
||||||
|
"doctype": "DocType",
|
||||||
|
"editable_grid": 1,
|
||||||
|
"engine": "InnoDB",
|
||||||
|
"field_order": [
|
||||||
|
"course",
|
||||||
|
"user",
|
||||||
|
"email_sent"
|
||||||
|
],
|
||||||
|
"fields": [
|
||||||
|
{
|
||||||
|
"fieldname": "course",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
|
"label": "Course",
|
||||||
|
"options": "LMS Course"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "user",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"in_list_view": 1,
|
||||||
|
"in_standard_filter": 1,
|
||||||
|
"label": "User",
|
||||||
|
"options": "User"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "email_sent",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Email Sent",
|
||||||
|
"options": "email_sent"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"index_web_pages_for_search": 1,
|
||||||
|
"links": [],
|
||||||
|
"modified": "2021-08-06 18:06:21.370741",
|
||||||
|
"modified_by": "Administrator",
|
||||||
|
"module": "LMS",
|
||||||
|
"name": "LMS Course Interest",
|
||||||
|
"owner": "Administrator",
|
||||||
|
"permissions": [
|
||||||
|
{
|
||||||
|
"create": 1,
|
||||||
|
"delete": 1,
|
||||||
|
"email": 1,
|
||||||
|
"export": 1,
|
||||||
|
"print": 1,
|
||||||
|
"read": 1,
|
||||||
|
"report": 1,
|
||||||
|
"role": "System Manager",
|
||||||
|
"share": 1,
|
||||||
|
"write": 1
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sort_field": "modified",
|
||||||
|
"sort_order": "DESC",
|
||||||
|
"track_changes": 1
|
||||||
|
}
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and contributors
|
||||||
|
# For license information, please see license.txt
|
||||||
|
|
||||||
|
import frappe
|
||||||
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
class LMSCourseInterest(Document):
|
||||||
|
pass
|
||||||
|
|
||||||
|
@frappe.whitelist()
|
||||||
|
def capture_interest(course):
|
||||||
|
frappe.get_doc({
|
||||||
|
"doctype": "LMS Course Interest",
|
||||||
|
"course": course,
|
||||||
|
"user": frappe.session.user
|
||||||
|
}).save(ignore_permissions=True)
|
||||||
|
return "OK"
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and Contributors
|
||||||
|
# See license.txt
|
||||||
|
|
||||||
|
# import frappe
|
||||||
|
import unittest
|
||||||
|
|
||||||
|
class TestLMSCourseInterest(unittest.TestCase):
|
||||||
|
pass
|
||||||
@@ -1,110 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Copyright (c) 2021, FOSS United and contributors
|
|
||||||
# For license information, please see license.txt
|
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
|
||||||
import frappe
|
|
||||||
from frappe.model.document import Document
|
|
||||||
from frappe import _
|
|
||||||
from frappe.utils import add_days, nowdate
|
|
||||||
|
|
||||||
class LMSMessage(Document):
|
|
||||||
def after_insert(self):
|
|
||||||
self.publish_message()
|
|
||||||
#Todo: Adding email preference field for users
|
|
||||||
#self.send_email()
|
|
||||||
|
|
||||||
def publish_message(self):
|
|
||||||
template = self.get_message_template()
|
|
||||||
message = frappe._dict({
|
|
||||||
"author_name": self.author_name,
|
|
||||||
"message_time": frappe.utils.format_datetime(self.creation, "dd-mm-yyyy HH:mm"),
|
|
||||||
"message": frappe.utils.md_to_html(self.message)
|
|
||||||
})
|
|
||||||
|
|
||||||
js = """
|
|
||||||
$(".msger-input").val("");
|
|
||||||
var template = `{0}`;
|
|
||||||
var message = {1};
|
|
||||||
var session_user = ("{2}" == frappe.session.user) ? true : false;
|
|
||||||
message.author_name = session_user ? "You" : message.author_name
|
|
||||||
message.is_author = session_user;
|
|
||||||
template = frappe.render_template(template, {{
|
|
||||||
"message": message
|
|
||||||
}})
|
|
||||||
$(".messages").append(template);
|
|
||||||
var message_element = document.getElementsByClassName("messages")[0]
|
|
||||||
message_element.scrollTo(0, message_element.scrollHeight);
|
|
||||||
""".format(template, message, self.owner)
|
|
||||||
|
|
||||||
frappe.publish_realtime(event="eval_js", message=js, after_commit=True)
|
|
||||||
|
|
||||||
def get_message_template(self):
|
|
||||||
return """
|
|
||||||
<li class="{% if message.is_author %} ours {% endif %}">
|
|
||||||
<div class="d-flex justify-content-between">
|
|
||||||
<div class="font-weight-bold">
|
|
||||||
{{ message.author_name }}
|
|
||||||
</div>
|
|
||||||
<small class="">
|
|
||||||
{{ message.message_time }}
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
<div class="message-para">
|
|
||||||
{{ message.message }}
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
"""
|
|
||||||
|
|
||||||
def send_email(self):
|
|
||||||
membership = frappe.get_all("LMS Batch Membership", {"batch": self.batch}, ["member"])
|
|
||||||
for entry in membership:
|
|
||||||
member = frappe.get_doc("User", entry.member)
|
|
||||||
if member.name != self.author:
|
|
||||||
#Todo: wrap sendmail in frappe.enqueue, else messages takes long to display.
|
|
||||||
frappe.sendmail(
|
|
||||||
recipients = member.email,
|
|
||||||
subject = _("New Message on ") + self.batch,
|
|
||||||
header = _("New Message on ") + self.batch,
|
|
||||||
template = "lms_message",
|
|
||||||
args = {
|
|
||||||
"author": self.author,
|
|
||||||
"message": frappe.utils.md_to_html(self.message),
|
|
||||||
"creation": frappe.utils.format_datetime(self.creation, "medium"),
|
|
||||||
"course": frappe.db.get_value("LMS Batch", self.batch, ["course"])
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
def send_daily_digest():
|
|
||||||
#Todo: Optimize this
|
|
||||||
emails = frappe._dict()
|
|
||||||
messages = frappe.get_all("LMS Message", {"creation": [">=", add_days(nowdate(), -1)]}, ["message", "batch", "author", "creation"])
|
|
||||||
for message in messages:
|
|
||||||
membership = frappe.get_all("LMS Batch Membership", {"batch": message.batch}, ["member"])
|
|
||||||
for entry in membership:
|
|
||||||
member = frappe.db.get_value("User", entry.member, ["name", "email"], as_dict=1)
|
|
||||||
if member.name != message.author:
|
|
||||||
if member.name in emails.keys():
|
|
||||||
emails[member.name]["messages"].append(message)
|
|
||||||
else:
|
|
||||||
emails[member.name] = frappe._dict({
|
|
||||||
"email": member.email,
|
|
||||||
"messages": [message]
|
|
||||||
})
|
|
||||||
for email in emails:
|
|
||||||
group_by_batch = frappe._dict()
|
|
||||||
for message in emails[email]["messages"]:
|
|
||||||
if message.batch in group_by_batch.keys():
|
|
||||||
group_by_batch[message.batch].append(message)
|
|
||||||
else:
|
|
||||||
group_by_batch[message.batch] = [message]
|
|
||||||
frappe.sendmail(
|
|
||||||
recipients = frappe.db.get_value("User", email, "email"),
|
|
||||||
subject = _("Message Digest"),
|
|
||||||
header = _("Message Digest"),
|
|
||||||
template = "lms_daily_digest",
|
|
||||||
args = {
|
|
||||||
"batches": group_by_batch
|
|
||||||
},
|
|
||||||
delayed = False
|
|
||||||
)
|
|
||||||
@@ -27,12 +27,13 @@
|
|||||||
"fieldname": "lesson",
|
"fieldname": "lesson",
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Lesson",
|
"label": "Lesson",
|
||||||
"options": "Lesson"
|
"options": "Lesson",
|
||||||
|
"read_only": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-06-23 17:58:57.642873",
|
"modified": "2021-07-23 19:06:12.551633",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "LMS Quiz",
|
"name": "LMS Quiz",
|
||||||
|
|||||||
@@ -46,34 +46,30 @@ class LMSQuiz(Document):
|
|||||||
return result[0]
|
return result[0]
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def submit(quiz, result):
|
def quiz_summary(quiz, results):
|
||||||
score = 0
|
score = 0
|
||||||
answer_map = {
|
results = json.loads(results)
|
||||||
"is_correct_1": "option_1",
|
|
||||||
"is_correct_2": "option_2",
|
|
||||||
"is_correct_3": "option_3",
|
|
||||||
"is_correct_4": "option_4"
|
|
||||||
}
|
|
||||||
result = json.loads(result)
|
|
||||||
quiz_details = frappe.get_doc("LMS Quiz", quiz)
|
|
||||||
|
|
||||||
for response in result:
|
for result in results:
|
||||||
match = list(filter(lambda x: x.question == response.get("question"), quiz_details.questions))[0]
|
correct = result["is_correct"][0]
|
||||||
correct_options = quiz_details.get_correct_options(match)
|
result["question"] = frappe.db.get_value("LMS Quiz Question",
|
||||||
correct_answers = [ match.get(answer_map[option]) for option in correct_options ]
|
{"parent": quiz, "idx": result["question_index"]},
|
||||||
|
["question"])
|
||||||
|
|
||||||
if response.get("answer") == correct_answers:
|
for point in result["is_correct"]:
|
||||||
response["result"] = "Right"
|
correct = correct and point
|
||||||
score += 1
|
|
||||||
else:
|
result["result"] = "Right" if correct else "Wrong"
|
||||||
response["result"] = "Wrong"
|
score += correct
|
||||||
response["answer"] = ("").join([ ans if idx == len(response.get("answer")) -1 else ans + ", " for idx, ans in enumerate(response.get("answer")) ])
|
|
||||||
|
del result["is_correct"]
|
||||||
|
del result["question_index"]
|
||||||
|
|
||||||
frappe.get_doc({
|
frappe.get_doc({
|
||||||
"doctype": "LMS Quiz Submission",
|
"doctype": "LMS Quiz Submission",
|
||||||
"quiz": quiz,
|
"quiz": quiz,
|
||||||
"result": result,
|
"result": results,
|
||||||
"score": score
|
"score": score
|
||||||
}).save(ignore_permissions=True)
|
}).save(ignore_permissions=True)
|
||||||
update_progress(quiz_details.lesson)
|
|
||||||
return score
|
return score
|
||||||
|
|||||||
@@ -3,6 +3,39 @@
|
|||||||
|
|
||||||
# import frappe
|
# import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
import frappe
|
||||||
|
|
||||||
class TestLMSQuiz(unittest.TestCase):
|
class TestLMSQuiz(unittest.TestCase):
|
||||||
pass
|
|
||||||
|
@classmethod
|
||||||
|
def setUpClass(cls) -> None:
|
||||||
|
frappe.get_doc({
|
||||||
|
"doctype": "LMS Quiz",
|
||||||
|
"title": "Test Quiz"
|
||||||
|
}).save()
|
||||||
|
|
||||||
|
def test_with_multiple_options(self):
|
||||||
|
quiz = frappe.get_doc("LMS Quiz", "Test Quiz")
|
||||||
|
quiz.append("questions", {
|
||||||
|
"question": "Question multiple",
|
||||||
|
"option_1": "Option 1",
|
||||||
|
"is_correct_1": 1,
|
||||||
|
"option_2": "Option 2",
|
||||||
|
"is_correct_2": 1
|
||||||
|
})
|
||||||
|
quiz.save()
|
||||||
|
self.assertTrue(quiz.questions[0].multiple)
|
||||||
|
|
||||||
|
def test_with_no_correct_option(self):
|
||||||
|
quiz = frappe.get_doc("LMS Quiz", "Test Quiz")
|
||||||
|
quiz.append("questions", {
|
||||||
|
"question": "Question no correct option",
|
||||||
|
"option_1": "Option 1",
|
||||||
|
"option_2": "Option 2",
|
||||||
|
})
|
||||||
|
self.assertRaises(frappe.ValidationError, quiz.save)
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def tearDownClass(cls) -> None:
|
||||||
|
frappe.db.delete("LMS Quiz", "Test Quiz")
|
||||||
|
frappe.db.delete("LMS Quiz Question", {"parent": "Test Quiz"})
|
||||||
|
|||||||
@@ -9,15 +9,23 @@
|
|||||||
"options_section",
|
"options_section",
|
||||||
"option_1",
|
"option_1",
|
||||||
"is_correct_1",
|
"is_correct_1",
|
||||||
|
"column_break_5",
|
||||||
|
"explanation_1",
|
||||||
"section_break_5",
|
"section_break_5",
|
||||||
"option_2",
|
"option_2",
|
||||||
"is_correct_2",
|
"is_correct_2",
|
||||||
|
"column_break_10",
|
||||||
|
"explanation_2",
|
||||||
"column_break_4",
|
"column_break_4",
|
||||||
"option_3",
|
"option_3",
|
||||||
"is_correct_3",
|
"is_correct_3",
|
||||||
|
"column_break_15",
|
||||||
|
"explanation_3",
|
||||||
"section_break_11",
|
"section_break_11",
|
||||||
"option_4",
|
"option_4",
|
||||||
"is_correct_4",
|
"is_correct_4",
|
||||||
|
"column_break_20",
|
||||||
|
"explanation_4",
|
||||||
"multiple"
|
"multiple"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
@@ -101,12 +109,52 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "section_break_11",
|
"fieldname": "section_break_11",
|
||||||
"fieldtype": "Section Break"
|
"fieldtype": "Section Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"depends_on": "option_1",
|
||||||
|
"fieldname": "explanation_1",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Explanation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"depends_on": "option_2",
|
||||||
|
"fieldname": "explanation_2",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Explanation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"depends_on": "option_3",
|
||||||
|
"fieldname": "explanation_3",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Explanation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"depends_on": "option_4",
|
||||||
|
"fieldname": "explanation_4",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"label": "Explanation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_5",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_10",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_15",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "column_break_20",
|
||||||
|
"fieldtype": "Column Break"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-06-22 16:54:13.133859",
|
"modified": "2021-07-19 19:35:28.446236",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "LMS Quiz Question",
|
"name": "LMS Quiz Question",
|
||||||
|
|||||||
@@ -1,7 +1,14 @@
|
|||||||
frappe.ready(function () {
|
frappe.ready(function () {
|
||||||
|
|
||||||
frappe.web_form.after_load = () => {
|
frappe.web_form.after_load = () => {
|
||||||
if (!frappe.utils.get_url_arg("name")) {
|
if (!frappe.utils.get_url_arg("name")) {
|
||||||
window.location.href = `/edit-profile?name=${frappe.session.user}`;
|
window.location.href = `/edit-profile?name=${frappe.session.user}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
frappe.web_form.after_save = () => {
|
||||||
|
setTimeout(() => {
|
||||||
|
window.location.href = `/${frappe.web_form.get_value(["username"])}`;
|
||||||
|
})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
"apply_document_permissions": 0,
|
"apply_document_permissions": 0,
|
||||||
"breadcrumbs": "",
|
"breadcrumbs": "",
|
||||||
"button_label": "Save",
|
"button_label": "Save",
|
||||||
|
"client_script": "",
|
||||||
"creation": "2021-06-30 13:48:13.682851",
|
"creation": "2021-06-30 13:48:13.682851",
|
||||||
"custom_css": "[data-doctype=\"Web Form\"] {\n max-width: 720px;\n margin: 6rem auto;\n}",
|
"custom_css": "[data-doctype=\"Web Form\"] {\n max-width: 720px;\n margin: 6rem auto;\n}",
|
||||||
"doc_type": "User",
|
"doc_type": "User",
|
||||||
@@ -20,7 +21,7 @@
|
|||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
"login_required": 1,
|
"login_required": 1,
|
||||||
"max_attachment_size": 0,
|
"max_attachment_size": 0,
|
||||||
"modified": "2021-07-14 17:15:15.424855",
|
"modified": "2021-08-06 14:40:39.013776",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "LMS",
|
"module": "LMS",
|
||||||
"name": "profile",
|
"name": "profile",
|
||||||
@@ -72,6 +73,18 @@
|
|||||||
"reqd": 0,
|
"reqd": 0,
|
||||||
"show_in_filter": 0
|
"show_in_filter": 0
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"allow_read_on_all_link_options": 0,
|
||||||
|
"fieldname": "username",
|
||||||
|
"fieldtype": "Data",
|
||||||
|
"hidden": 0,
|
||||||
|
"label": "Username",
|
||||||
|
"max_length": 0,
|
||||||
|
"max_value": 0,
|
||||||
|
"read_only": 0,
|
||||||
|
"reqd": 0,
|
||||||
|
"show_in_filter": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"allow_read_on_all_link_options": 0,
|
"allow_read_on_all_link_options": 0,
|
||||||
"description": "Get your globally recognized avatar from Gravatar.com",
|
"description": "Get your globally recognized avatar from Gravatar.com",
|
||||||
|
|||||||
@@ -1,67 +0,0 @@
|
|||||||
<div class="mt-5">
|
|
||||||
<a class="anchor_style" href="/courses">Courses</a> /{% if course.is_mentor(frappe.session.user) %} <a
|
|
||||||
class="anchor_style" href="/courses/{{ course.name }}"> {{ course.title }}</a> {% else %} <span class="text-muted">
|
|
||||||
{{ course.title }}</span> {% endif %}
|
|
||||||
{% set all_memberships = course.get_all_memberships(frappe.session.user) %}
|
|
||||||
{% if membership and membership.batch and all_memberships | length > 1 %}
|
|
||||||
<a class="pull-right dropdown-item border rounded" style="width: 10rem;" href="#" id="navbarDropdown" role="button"
|
|
||||||
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
||||||
{{ membership.batch_title }}
|
|
||||||
</a>
|
|
||||||
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
|
||||||
{% for data in all_memberships %}
|
|
||||||
{% if data.batch != membership.batch %}
|
|
||||||
<a class="dropdown-item switch-batch"
|
|
||||||
href="/courses/{{ course.name }}/home?batch={{ data.batch }}">{{ data.batch_title }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
{% if not membership %}
|
|
||||||
{% set display_class = "hide" %}
|
|
||||||
{% else %}
|
|
||||||
{% set display_class = "" %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<ul class="nav nav-tabs mt-4">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" id="home" href="/courses/{{course.name}}/home{{ course.query_parameter }}">Home</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
{% set lesson_index = course.get_lesson_index(membership.current_lesson) if membership and membership.current_lesson
|
|
||||||
else '1.1' %}
|
|
||||||
<a class="nav-link" id="learn"
|
|
||||||
href="{{ course.get_learn_url(lesson_index) }}{{ course.query_parameter }}">Lessons</a>
|
|
||||||
</li>
|
|
||||||
<!-- <li class="nav-item">
|
|
||||||
<a class="nav-link" id="schedule" href="/courses/{{course.name}}/schedule">Schedule</a>
|
|
||||||
</li> -->
|
|
||||||
<li class="nav-item {{ display_class }}">
|
|
||||||
<a class="nav-link" id="members" href="/courses/{{course.name}}/members{{ course.query_parameter }}">Members</a>
|
|
||||||
</li>
|
|
||||||
<!-- <li class="nav-item {{ display_class }}">
|
|
||||||
<a class="nav-link" id="discussion" href="/courses/{{course.name}}/discuss">Discussion</a>
|
|
||||||
</li> -->
|
|
||||||
<!-- <li class="nav-item">
|
|
||||||
<a class="nav-link" id="about" href="/courses/{{course.name}}/about">About</a>
|
|
||||||
</li> -->
|
|
||||||
{% if membership and membership.batch and course.is_mentor(frappe.session.user) %}
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" id="progress" href="/courses/{{course.name}}/progress{{ course.query_parameter }}">Progress</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
{% block script %}
|
|
||||||
<script>
|
|
||||||
frappe.ready(() => {
|
|
||||||
var selector = document.querySelector(`a[href="${decodeURIComponent(window.location.pathname)}{{ course.query_parameter }}"]`)
|
|
||||||
if (selector) {
|
|
||||||
selector.classList.add('active');
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
$("#learn").addClass('active')
|
|
||||||
}
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
@@ -1,8 +1,9 @@
|
|||||||
<div class="course-instructor breadcrumb">
|
<div class="breadcrumb">
|
||||||
<a class="dark-links" href="/courses">All Courses</a>
|
|
||||||
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
|
|
||||||
|
|
||||||
{% if course %}
|
{% if course %}
|
||||||
|
<a class="dark-links" href="/courses">All Courses</a>
|
||||||
|
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
|
||||||
{% if lesson %}
|
{% if lesson %}
|
||||||
<a class="dark-links" href="/courses/{{ course.name }}">{{ course.title }}</a>
|
<a class="dark-links" href="/courses/{{ course.name }}">{{ course.title }}</a>
|
||||||
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
|
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
|
||||||
@@ -12,8 +13,9 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if member_name %}
|
{% if thread %}
|
||||||
<span class="muted-text">{{ member_name }}</span>
|
<a class="dark-links" href="/discussions">Discussions</a>
|
||||||
|
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
|
||||||
|
<span class="muted-text">{{ thread.title }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,31 +1,33 @@
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<div class="small-title chapter-title" data-target="#{{ chapter.get_slugified_chapter_title() }}"
|
<div class="chapter-title small-title" data-target="#{{ course.get_slugified_chapter_title(chapter.title) }}"
|
||||||
data-toggle="collapse" aria-expanded="false">
|
data-toggle="collapse" aria-expanded="false">
|
||||||
<img class="chapter-icon" src="/assets/community/icons/chevron-right.svg">
|
<img class="chapter-icon" src="/assets/community/icons/chevron-right.svg">
|
||||||
{{ index }}. {{ chapter.title }}
|
{{ index }}. {{ chapter.title }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="chapter-content collapse navbar-collapse" id="{{ chapter.get_slugified_chapter_title() }}">
|
<div class="chapter-content collapse navbar-collapse" id="{{ course.get_slugified_chapter_title(chapter.title) }}">
|
||||||
|
|
||||||
|
{% if chapter.description %}
|
||||||
<div class="chapter-description muted-text">
|
<div class="chapter-description muted-text">
|
||||||
{{ chapter.description }}
|
{{ chapter.description }}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="lessons">
|
<div class="lessons">
|
||||||
|
|
||||||
{% for lesson in chapter.get_lessons() %}
|
{% for lesson in course.get_lessons(chapter) %}
|
||||||
|
|
||||||
<div class="lesson-info {% if membership.current_lesson == lesson.name %} active-lesson {% endif %}">
|
<div class="lesson-info{% if membership.current_lesson == lesson.name %} active-lesson {% endif %}">
|
||||||
|
|
||||||
{% if membership or lesson.include_in_preview %}
|
{% if membership or lesson.include_in_preview %}
|
||||||
<a class="lesson-links"
|
<a class="lesson-links"
|
||||||
href="{{ course.get_learn_url(course.get_lesson_index(lesson.name)) }}{{course.query_parameter}}"
|
href="{{ course.get_learn_url(lesson.number) }}{{course.query_parameter}}"
|
||||||
data-course="{{ course.name }}">
|
data-course="{{ course.name }}">
|
||||||
{{ lesson.title }}
|
{{ lesson.title }}
|
||||||
|
|
||||||
{% if membership %}
|
{% if membership %}
|
||||||
<img class="lesson-progress-tick {{ course.get_progress(lesson.name) != 'Complete' and 'hide' }}"
|
<img class="ml-1 lesson-progress-tick {{ course.get_progress(lesson.name) != 'Complete' and 'hide' }}"
|
||||||
src="/assets/community/icons/check.svg">
|
src="/assets/community/icons/check.svg">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,14 @@
|
|||||||
<div class="common-card-style course-card">
|
<div class="common-card-style course-card">
|
||||||
<div class="course-image" style="background-image: url({{ course.image }});">
|
<div class="course-image {% if not course.image %}default-image{% endif %}"
|
||||||
|
{% if course.image %} style="background-image: url( {{ course.image }} );" {% endif %}>
|
||||||
<div class="course-tags">
|
<div class="course-tags">
|
||||||
{% for tag in course.get_tags() %}
|
{% for tag in course.get_tags() %}
|
||||||
<div class="course-card-pills">{{ tag }}</div>
|
<div class="course-card-pills">{{ tag }}</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if not course.image %}
|
||||||
|
<div class="default-image-text">{{ course.title[0] }}</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="course-card-content">
|
<div class="course-card-content">
|
||||||
<div class="course-card-meta muted-text">
|
<div class="course-card-meta muted-text">
|
||||||
@@ -53,15 +57,19 @@
|
|||||||
|
|
||||||
{% set query_parameter = "?batch=" + membership.batch if membership and membership.batch else "" %}
|
{% set query_parameter = "?batch=" + membership.batch if membership and membership.batch else "" %}
|
||||||
|
|
||||||
{% if membership %}
|
{% if course.upcoming %}
|
||||||
|
<div class="view-course-link is-secondary border">
|
||||||
|
Upcoming Course <img class="ml-3" src="/assets/community/icons/black-arrow.svg" />
|
||||||
|
</div>
|
||||||
|
<a class="stretched-link" href="/courses/{{ course.name }}"></a>
|
||||||
|
|
||||||
|
{% elif membership %}
|
||||||
<div class="view-course-link is-primary">
|
<div class="view-course-link is-primary">
|
||||||
Continue Course <img class="ml-3" src="/assets/community/icons/white-arrow.svg" />
|
Continue Course <img class="ml-3" src="/assets/community/icons/white-arrow.svg" />
|
||||||
</div>
|
</div>
|
||||||
<a class="stretched-link" href="{{ course.get_learn_url(lesson_index) }}{{ query_parameter }}"></a>
|
<a class="stretched-link" href="{{ course.get_learn_url(lesson_index) }}{{ query_parameter }}"></a>
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
<div class="view-course-link">
|
<div class="view-course-link">
|
||||||
View Course <img class="ml-3" src="/assets/community/icons/black-arrow.svg" />
|
View Course <img class="ml-3" src="/assets/community/icons/black-arrow.svg" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,30 +0,0 @@
|
|||||||
<div class="batch">
|
|
||||||
<div class="batch-details">
|
|
||||||
<div class="">Session every {{batch.sessions_on}}</div>
|
|
||||||
<div>{{frappe.utils.format_time(batch.start_time, "short")}} -
|
|
||||||
{{frappe.utils.format_time(batch.end_time, "short")}}
|
|
||||||
</div>
|
|
||||||
<div>Starting {{frappe.utils.format_date(batch.start_date, "medium")}}</div>
|
|
||||||
<div class="course-type" style="color: #888; padding: 10px 0px;">mentors</div>
|
|
||||||
|
|
||||||
{% for m in course.get_mentors(batch.name) %}
|
|
||||||
<div>
|
|
||||||
{{ widgets.Avatar(member=m, avatar_class="avatar-medium" ) }}
|
|
||||||
<span class="instructor-title">{{m.full_name}}</span>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% if can_manage or can_join %}
|
|
||||||
<div class="cta">
|
|
||||||
<div class="">
|
|
||||||
{% if can_manage %}
|
|
||||||
<a href="/courses/{{ course.name }}/home?batch={{ batch.name }}" class="btn btn-primary manage-batch" data-batch="{{ batch.name | urlencode }}"
|
|
||||||
data-course="{{ course.name | urlencode }}">Manage</a>
|
|
||||||
{% elif can_join %}
|
|
||||||
<button class="join-batch btn btn-secondary" data-batch="{{ batch.name | urlencode }}"
|
|
||||||
data-course="{{ course.name | urlencode }}">Join this Batch</button>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
@@ -1,23 +1,28 @@
|
|||||||
{% if course.get_reviews() | length %}
|
<div class="reviews-parent">
|
||||||
<div class="reviews-parent col">
|
{% set reviews = course.get_reviews() %}
|
||||||
<div class="reviews-heading">
|
{% if reviews | length or course.is_eligible_to_review(membership) %}
|
||||||
<div class="course-home-headings">Student Review</div>
|
<div class="mb-5">
|
||||||
|
<span class="course-home-headings">Reviews</span>
|
||||||
{% if course.is_eligible_to_review(membership) %}
|
{% if course.is_eligible_to_review(membership) %}
|
||||||
<a class="review-link" href="">
|
<span class="review-link button is-secondary pull-right">
|
||||||
Provide your Feedback
|
Write a review
|
||||||
</a>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% if reviews | length %}
|
||||||
<div class="reviews-section">
|
<div class="reviews-section">
|
||||||
{% for review in course.get_reviews() %}
|
{% for review in reviews %}
|
||||||
<div class="review-card">
|
<div class="review-card">
|
||||||
<div class="common-card-style review-content small-title"> {{ review.review }} </div>
|
<div class="common-card-style review-content small-title"> {{ review.review }} </div>
|
||||||
<div class="review-card-footer">
|
<div class="review-card-footer">
|
||||||
<div>
|
<div>
|
||||||
{{ widgets.Avatar(member=review.owner_details, avatar_class="avatar-medium") }}
|
{{ widgets.Avatar(member=review.owner_details, avatar_class="avatar-medium") }}
|
||||||
<span class="course-instructor">
|
<a class="button-links" href="/{{review.owner_details.username}}">
|
||||||
{{ review.owner_details.full_name }}
|
<span class="course-instructor">
|
||||||
</span>
|
{{ review.owner_details.full_name }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="rating">
|
<div class="rating">
|
||||||
{% for i in [1, 2, 3, 4, 5] %}
|
{% for i in [1, 2, 3, 4, 5] %}
|
||||||
@@ -30,6 +35,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal fade review-modal" id="review-modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
|
<div class="modal fade review-modal" id="review-modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
|
||||||
@@ -67,8 +73,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="control-input-wrapper">
|
<div class="control-input-wrapper">
|
||||||
<div class="control-input">
|
<div class="control-input">
|
||||||
<textarea type="text" autocomplete="off" class="input-with-feedback form-control review-field" data-fieldtype="Text"
|
<textarea type="text" autocomplete="off" class="input-with-feedback form-control review-field"
|
||||||
data-fieldname="feedback_comments" placeholder="" style="height: 300px;"
|
data-fieldtype="Text" data-fieldname="feedback_comments" placeholder="" style="height: 300px;"
|
||||||
spellcheck="false"></textarea>
|
spellcheck="false"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -77,9 +83,9 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<div class="button submit-review is-primary" data-course="{{ course.name | urlencode}}" id="submit-review">Submit</div>
|
<div class="button submit-review is-primary" data-course="{{ course.name | urlencode}}" id="submit-review">
|
||||||
|
Submit</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
<div class="sketch-teaser">
|
|
||||||
<div class="sketch-image">
|
|
||||||
<a href="/sketches/{{sketch.sketch_id}}">
|
|
||||||
{{ sketch.to_svg() }}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="sketch-footer">
|
|
||||||
<div class="sketch-title">
|
|
||||||
<a href="sketches/{{sketch.sketch_id}}">{{sketch.title}}</a>
|
|
||||||
</div>
|
|
||||||
<div class="sketch-author">
|
|
||||||
{% set owner = sketch.get_owner() %}
|
|
||||||
by <a href="/{{owner.username}}">{{owner.full_name}}</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
63
community/overrides/test_user.py
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
# Copyright (c) 2021, FOSS United and Contributors
|
||||||
|
# See license.txt
|
||||||
|
|
||||||
|
# import frappe
|
||||||
|
import unittest
|
||||||
|
import frappe
|
||||||
|
|
||||||
|
class TestCustomUser(unittest.TestCase):
|
||||||
|
|
||||||
|
def test_with_basic_username(self):
|
||||||
|
new_user = frappe.get_doc({
|
||||||
|
"doctype": "User",
|
||||||
|
"email": "test_with_basic_username@example.com",
|
||||||
|
"first_name": "Username"
|
||||||
|
}).insert()
|
||||||
|
self.assertEqual(new_user.username, "username")
|
||||||
|
|
||||||
|
def test_without_username(self):
|
||||||
|
""" The user in this test has the same first name as the user of the test test_with_basic_username.
|
||||||
|
In such cases frappe makes the username of the second user empty.
|
||||||
|
The condition in community app should override this and save a username. """
|
||||||
|
new_user = frappe.get_doc({
|
||||||
|
"doctype": "User",
|
||||||
|
"email": "test-without-username@example.com",
|
||||||
|
"first_name": "Username"
|
||||||
|
}).insert()
|
||||||
|
self.assertTrue(new_user.username)
|
||||||
|
|
||||||
|
def test_with_illegal_characters(self):
|
||||||
|
new_user = frappe.get_doc({
|
||||||
|
"doctype": "User",
|
||||||
|
"email": "test_with_illegal_characters@example.com",
|
||||||
|
"first_name": "Username$$"
|
||||||
|
}).insert()
|
||||||
|
self.assertEqual(new_user.username[:8], "username")
|
||||||
|
|
||||||
|
def test_with_underscore_at_end(self):
|
||||||
|
new_user = frappe.get_doc({
|
||||||
|
"doctype": "User",
|
||||||
|
"email": "test_with_underscore_at_end@example.com",
|
||||||
|
"first_name": "Username___"
|
||||||
|
}).insert()
|
||||||
|
self.assertNotEqual(new_user.username[-1], "_")
|
||||||
|
|
||||||
|
|
||||||
|
def test_with_short_first_name(self):
|
||||||
|
new_user = frappe.get_doc({
|
||||||
|
"doctype": "User",
|
||||||
|
"email": "test_with_short_first_name@example.com",
|
||||||
|
"first_name": "USN"
|
||||||
|
}).insert()
|
||||||
|
self.assertGreaterEqual(len(new_user.username), 4)
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def tearDownClass(cls) -> None:
|
||||||
|
users = [
|
||||||
|
"test_with_basic_username@example.com",
|
||||||
|
"test-without-username@example.com",
|
||||||
|
"test_with_illegal_characters@example.com",
|
||||||
|
"test_with_underscore_at_end@example.com",
|
||||||
|
"test_with_short_first_name@example.com"
|
||||||
|
]
|
||||||
|
frappe.db.delete("User", {"name": ["in", users]})
|
||||||
@@ -2,15 +2,64 @@ import frappe
|
|||||||
from frappe.core.doctype.user.user import User
|
from frappe.core.doctype.user.user import User
|
||||||
from frappe.utils import cint
|
from frappe.utils import cint
|
||||||
import hashlib
|
import hashlib
|
||||||
|
import random
|
||||||
|
import re
|
||||||
|
from frappe import _
|
||||||
|
|
||||||
class CustomUser(User):
|
class CustomUser(User):
|
||||||
|
|
||||||
|
def validate(self):
|
||||||
|
super(CustomUser, self).validate()
|
||||||
|
self.validate_username_characters()
|
||||||
|
|
||||||
|
def validate_username_characters(self):
|
||||||
|
if len(self.username):
|
||||||
|
underscore_condition = self.username[0] == "_" or self.username[-1] == "_"
|
||||||
|
else:
|
||||||
|
underscore_condition = ''
|
||||||
|
|
||||||
|
if self.is_new():
|
||||||
|
if not self.username:
|
||||||
|
self.username = self.get_username_from_first_name()
|
||||||
|
|
||||||
|
if self.username.find(" "):
|
||||||
|
self.username.replace(" ", "")
|
||||||
|
|
||||||
|
if not re.match("^[A-Za-z0-9_]*$", self.username) or underscore_condition:
|
||||||
|
self.username = self.remove_illegal_characters()
|
||||||
|
|
||||||
|
if len(self.username) < 4:
|
||||||
|
self.username = self.email.replace("@", "").replace(".", "")
|
||||||
|
|
||||||
|
while self.username_exists():
|
||||||
|
self.username = self.remove_illegal_characters() + str(random.randint(0, 99))
|
||||||
|
|
||||||
|
else:
|
||||||
|
if not self.username:
|
||||||
|
frappe.throw(_("Username already exists."))
|
||||||
|
|
||||||
|
if not re.match("^[A-Za-z0-9_]*$", self.username):
|
||||||
|
frappe.throw(_("Username can only contain alphabets, numbers and unedrscore."))
|
||||||
|
|
||||||
|
if underscore_condition:
|
||||||
|
frappe.throw(_("First and Last character of username cannot be Underscore(_)."))
|
||||||
|
|
||||||
|
if len(self.username) < 4:
|
||||||
|
frappe.throw(_("Username cannot be less than 4 characters"))
|
||||||
|
|
||||||
|
def get_username_from_first_name(self):
|
||||||
|
return frappe.scrub(self.first_name) + str(random.randint(0, 99))
|
||||||
|
|
||||||
|
def remove_illegal_characters(self):
|
||||||
|
return re.sub("[^\w]+", "", self.username).strip("_")
|
||||||
|
|
||||||
def get_authored_courses(self) -> int:
|
def get_authored_courses(self) -> int:
|
||||||
"""Returns the number of courses authored by this user.
|
"""Returns the number of courses authored by this user.
|
||||||
"""
|
"""
|
||||||
return frappe.get_all(
|
return frappe.get_all(
|
||||||
'LMS Course', {
|
'LMS Course', {
|
||||||
'owner': self.name
|
'owner': self.name,
|
||||||
|
'is_published': True
|
||||||
})
|
})
|
||||||
|
|
||||||
def get_palette(self):
|
def get_palette(self):
|
||||||
@@ -62,9 +111,16 @@ class CustomUser(User):
|
|||||||
|
|
||||||
def get_mentored_courses(self):
|
def get_mentored_courses(self):
|
||||||
""" Returns all courses mentored by this user """
|
""" Returns all courses mentored by this user """
|
||||||
return frappe.get_all("LMS Course Mentor Mapping",
|
mentored_courses = []
|
||||||
|
mapping = frappe.get_all("LMS Course Mentor Mapping",
|
||||||
{
|
{
|
||||||
"mentor": self.name
|
"mentor": self.name,
|
||||||
},
|
},
|
||||||
["name", "course"]
|
["name", "course"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
for map in mapping:
|
||||||
|
if frappe.db.get_value("LMS Course", map.course, "is_published"):
|
||||||
|
mentored_courses.append(map)
|
||||||
|
|
||||||
|
return mentored_courses
|
||||||
|
|||||||
@@ -6,3 +6,5 @@ community.patches.replace_member_with_user_in_batch_membership
|
|||||||
community.patches.replace_member_with_user_in_course_mentor_mapping
|
community.patches.replace_member_with_user_in_course_mentor_mapping
|
||||||
community.patches.replace_member_with_user_in_lms_message
|
community.patches.replace_member_with_user_in_lms_message
|
||||||
community.patches.replace_member_with_user_in_mentor_request
|
community.patches.replace_member_with_user_in_mentor_request
|
||||||
|
community.patches.v0_0.chapter_lesson_index_table
|
||||||
|
execute:frappe.delete_doc("DocType", "LMS Message")
|
||||||
|
|||||||
50
community/patches/v0_0/chapter_lesson_index_table.py
Normal file
@@ -0,0 +1,50 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
import frappe
|
||||||
|
|
||||||
|
def execute():
|
||||||
|
frappe.reload_doc("lms", "doctype", "lms_course")
|
||||||
|
frappe.reload_doc("lms", "doctype", "chapter")
|
||||||
|
frappe.reload_doc("lms", "doctype", "lesson")
|
||||||
|
frappe.reload_doc("lms", "doctype", "lessons")
|
||||||
|
frappe.reload_doc("lms", "doctype", "chapters")
|
||||||
|
|
||||||
|
update_chapters()
|
||||||
|
update_lessons()
|
||||||
|
|
||||||
|
def update_chapters():
|
||||||
|
courses = frappe.get_all("LMS Course", pluck="name")
|
||||||
|
for course in courses:
|
||||||
|
course_details = frappe.get_doc("LMS Course", course)
|
||||||
|
chapters = frappe.get_all("Chapter",
|
||||||
|
{
|
||||||
|
"course": course
|
||||||
|
},
|
||||||
|
["name"],
|
||||||
|
order_by= "index_"
|
||||||
|
)
|
||||||
|
for chapter in chapters:
|
||||||
|
course_details.append("chapters",
|
||||||
|
{
|
||||||
|
"chapter": chapter.name
|
||||||
|
})
|
||||||
|
|
||||||
|
course_details.save()
|
||||||
|
|
||||||
|
def update_lessons():
|
||||||
|
chapters = frappe.get_all("Chapter", pluck="name")
|
||||||
|
for chapter in chapters:
|
||||||
|
chapter_details = frappe.get_doc("Chapter", chapter)
|
||||||
|
lessons = frappe.get_all("Lesson",
|
||||||
|
{
|
||||||
|
"chapter": chapter
|
||||||
|
},
|
||||||
|
["name"],
|
||||||
|
order_by= "index_"
|
||||||
|
)
|
||||||
|
for lesson in lessons:
|
||||||
|
chapter_details.append("lessons",
|
||||||
|
{
|
||||||
|
"lesson": lesson.name
|
||||||
|
})
|
||||||
|
|
||||||
|
chapter_details.save()
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
@import "./style.css";
|
@import "./style.css";
|
||||||
@import "./vars.css";
|
@import "./vars.css";
|
||||||
@import "./style.less";
|
|
||||||
|
|||||||
@@ -22,6 +22,14 @@
|
|||||||
--control-bg: var(--gray-100);
|
--control-bg: var(--gray-100);
|
||||||
--muted-text: #4C5A67;
|
--muted-text: #4C5A67;
|
||||||
--button-background: #EEF0F2;
|
--button-background: #EEF0F2;
|
||||||
|
--text-xs: 11px;
|
||||||
|
--text-sm: 12px;
|
||||||
|
--text-md: 13px;
|
||||||
|
--text-base: 14px;
|
||||||
|
--text-lg: 16px;
|
||||||
|
--text-xl: 18px;
|
||||||
|
--text-2xl: 20px;
|
||||||
|
--text-3xl: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -76,82 +84,10 @@ img.profile-photo {
|
|||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
|
||||||
border: 1px dashed var(--text-color);
|
|
||||||
padding: 20px;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.msger-inputarea {
|
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
|
||||||
padding: 10px;
|
|
||||||
border-top: 2px solid #ddd;
|
|
||||||
background: #eee;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.msger-inputarea * {
|
|
||||||
padding: 10px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 3px;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.msger-input {
|
|
||||||
flex: 1;
|
|
||||||
background: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-section {
|
|
||||||
margin-left: 3%;
|
|
||||||
display: inline-block;
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display-4 {
|
|
||||||
color: #2D005A;
|
|
||||||
font-weight: 600;
|
|
||||||
line-height: 51px;
|
|
||||||
}
|
|
||||||
|
|
||||||
section {
|
section {
|
||||||
padding: 5rem 0 5rem 0;
|
padding: 5rem 0 5rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.messages-container {
|
|
||||||
margin: 0 auto;
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messages {
|
|
||||||
height: 450px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: flex-start;
|
|
||||||
padding: 8px;
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messages li {
|
|
||||||
background: #F7F5F5;
|
|
||||||
border-radius: 8px;
|
|
||||||
padding: 8px;
|
|
||||||
margin: 2px 8px 2px 0;
|
|
||||||
width: 40%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.messages li.ours {
|
|
||||||
align-self: flex-end;
|
|
||||||
margin: 2px 0 2px 8px;
|
|
||||||
background: var(--primary-color);
|
|
||||||
color: #fff
|
|
||||||
}
|
|
||||||
|
|
||||||
.message-para {
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.batch-header {
|
.batch-header {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border: 2px solid #ddd;
|
border: 2px solid #ddd;
|
||||||
@@ -191,33 +127,6 @@ input[type=checkbox] {
|
|||||||
appearance: auto;
|
appearance: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.partiallycomplete {
|
|
||||||
background: #FEF4E2;
|
|
||||||
color: #976417;
|
|
||||||
}
|
|
||||||
|
|
||||||
.partiallycomplete img {
|
|
||||||
background: #976417;
|
|
||||||
}
|
|
||||||
|
|
||||||
.complete {
|
|
||||||
background: #EAF5EE;
|
|
||||||
color: #38A160;
|
|
||||||
}
|
|
||||||
|
|
||||||
.complete img {
|
|
||||||
background: #38A160;
|
|
||||||
}
|
|
||||||
|
|
||||||
.incomplete {
|
|
||||||
background: #FEECEC;
|
|
||||||
color: #E24C4C;
|
|
||||||
}
|
|
||||||
|
|
||||||
.incomplete img {
|
|
||||||
background: #E24C4C;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-image {
|
.progress-image {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
@@ -234,6 +143,22 @@ input[type=checkbox] {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.default-image {
|
||||||
|
background-color: var(--avatar-frame-bg);
|
||||||
|
color: var(--avatar-frame-color);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.default-image-text {
|
||||||
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
|
align-self: center;
|
||||||
|
justify-content: normal;
|
||||||
|
font-size: 7rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.course-tags {
|
.course-tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -259,11 +184,12 @@ input[type=checkbox] {
|
|||||||
|
|
||||||
.common-page-style {
|
.common-page-style {
|
||||||
background: #F4F5F6;
|
background: #F4F5F6;
|
||||||
|
padding-bottom: 2rem;
|
||||||
|
min-height: 60vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.common-card-style {
|
.common-card-style {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -292,6 +218,12 @@ input[type=checkbox] {
|
|||||||
padding: 0px 24px 20px;
|
padding: 0px 24px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 350px) {
|
||||||
|
.course-card-content {
|
||||||
|
padding: 0px 10px 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.course-card-title {
|
.course-card-title {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
@@ -308,9 +240,10 @@ input[type=checkbox] {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-divider {
|
.card-divider {
|
||||||
border: 1px solid #F4F5F6;
|
border: 1px solid #F4F5F6;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-divider-dark {
|
.card-divider-dark {
|
||||||
@@ -358,7 +291,7 @@ input[type=checkbox] {
|
|||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.cards-parent {
|
.cards-parent {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(300px, 336px));
|
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||||
-moz-column-gap: 16px;
|
-moz-column-gap: 16px;
|
||||||
column-gap: 16px;
|
column-gap: 16px;
|
||||||
row-gap: 16px;
|
row-gap: 16px;
|
||||||
@@ -367,7 +300,7 @@ input[type=checkbox] {
|
|||||||
|
|
||||||
@media (max-width: 375px) {
|
@media (max-width: 375px) {
|
||||||
.cards-parent {
|
.cards-parent {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(100%, 312px));
|
grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
|
||||||
-moz-column-gap: 24px;
|
-moz-column-gap: 24px;
|
||||||
column-gap: 24px;
|
column-gap: 24px;
|
||||||
row-gap: 24px;
|
row-gap: 24px;
|
||||||
@@ -375,7 +308,7 @@ input[type=checkbox] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.courses-header {
|
.courses-header {
|
||||||
padding: 50px 30px 20px;
|
padding: 50px 20px 20px;
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
@@ -383,22 +316,10 @@ input[type=checkbox] {
|
|||||||
letter-spacing: -0.0175em
|
letter-spacing: -0.0175em
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-top-section {
|
@media (min-width: 576px) and (max-width: 992px) {
|
||||||
float: none;
|
.container {
|
||||||
margin: 0 auto;
|
padding-left: 1rem;
|
||||||
max-width: 1150px;
|
padding-right: 1rem;
|
||||||
padding-bottom: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.course-top-section {
|
|
||||||
max-width: 720px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
.course-top-section {
|
|
||||||
max-width: 342px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -476,27 +397,33 @@ input[type=checkbox] {
|
|||||||
--star-fill: #74808B;
|
--star-fill: #74808B;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.custom-checkbox>label>input {
|
.custom-checkbox {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.custom-checkbox>label>input {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.custom-checkbox>label>img {
|
.custom-checkbox>label>.empty-checkbox {
|
||||||
height: 20px;
|
height: 1.5rem;
|
||||||
width: 20px;
|
width: 1.5rem;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.custom-checkbox>label>input:checked+img {
|
.custom-checkbox>label>input:checked+.empty-checkbox {
|
||||||
background: url(/assets/community/images/Vector.png);
|
background: url(/assets/community/icons/tick.svg);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: 15px 15px;
|
}
|
||||||
object-fit: contain;
|
|
||||||
|
.quiz-label {
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-card-wide {
|
.course-card-wide {
|
||||||
height: fit-content;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
@@ -528,6 +455,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@@ -546,23 +474,10 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-home-page {
|
@media (max-width: 500px) {
|
||||||
max-width: 1150px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding-bottom: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.course-home-page {
|
.course-home-page {
|
||||||
max-width: 688px;
|
padding-right: 0;
|
||||||
}
|
padding-left: 0;
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
|
||||||
.course-home-page {
|
|
||||||
width: 100%;
|
|
||||||
padding-left: 0px;
|
|
||||||
padding-right: 0px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -570,6 +485,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 2;
|
flex: 2;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@@ -618,7 +534,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.13), 0px 0px 0.5px rgba(0, 0, 0, 0.5);
|
box-shadow: var(--btn-shadow);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -629,6 +545,11 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 135%;
|
line-height: 135%;
|
||||||
letter-spacing: -0.011em;
|
letter-spacing: -0.011em;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wide-button {
|
.wide-button {
|
||||||
@@ -654,6 +575,11 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-default {
|
||||||
|
background: #98A1A9;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.video-preview {
|
.video-preview {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
@@ -680,15 +606,18 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
|
|
||||||
.chapter-title {
|
.chapter-title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 0 .25rem .5rem;
|
margin: 0 .25rem 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapter-description {
|
.chapter-description {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
padding-right: 1rem;
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chapter-icon {
|
.chapter-icon {
|
||||||
@@ -696,14 +625,39 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.course-outline-instructor-parent {
|
.course-outline-instructor-parent {
|
||||||
display: flex;
|
display: grid;
|
||||||
justify-content: space-between;
|
grid-gap: 2rem;
|
||||||
|
grid-template-columns: 4fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.course-outline-instructor-parent {
|
||||||
|
grid-gap: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.course-outline-instructor-parent {
|
.course-outline-instructor-parent {
|
||||||
flex-direction: column;
|
padding: 0px 24px 0px;
|
||||||
padding: 0px 9px 0px;
|
grid-template-columns: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.profile-parent-section {
|
||||||
|
display: grid;
|
||||||
|
grid-gap: 2rem;
|
||||||
|
grid-template-columns: 4fr 1fr;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.profile-parent-section {
|
||||||
|
grid-gap: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.profile-parent-section {
|
||||||
|
grid-template-columns: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -756,6 +710,13 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
border-radius: .25rem;
|
border-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.course-content-parent .lesson-links {
|
||||||
|
padding: 0 0 0 1rem;
|
||||||
|
margin-bottom: 0.75rem;
|
||||||
|
font-size: 0.85rem;
|
||||||
|
line-height: 200%;
|
||||||
|
}
|
||||||
|
|
||||||
.chapter-content {
|
.chapter-content {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: .875rem;
|
margin-left: .875rem;
|
||||||
@@ -768,7 +729,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lessons {
|
.lessons {
|
||||||
margin: 12px 0px 16px;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-buttons {
|
.course-buttons {
|
||||||
@@ -892,14 +853,18 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.description-card {
|
.description-card {
|
||||||
padding: 24px;
|
padding: 1.5rem;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.overview-card {
|
.overview-card {
|
||||||
padding: 8px 24px 8px;
|
padding: 1.5rem;
|
||||||
width: 256px;
|
width: 256px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
display: grid;
|
||||||
|
-moz-column-gap: 1rem;
|
||||||
|
column-gap: 1rem;
|
||||||
|
row-gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
@@ -910,7 +875,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.overview-card {
|
.overview-card {
|
||||||
padding: 8px 9px 8px;
|
padding: 24px 26px 24px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -932,10 +897,6 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.overtime-item {
|
|
||||||
margin: 16px 0px 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.view-all-mentors {
|
.view-all-mentors {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -982,8 +943,24 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.quiz-footer {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.question {
|
.question {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
width: 688px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.question p {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.active-question .card-divider {
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark-links {
|
.dark-links {
|
||||||
@@ -995,20 +972,16 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
padding: 1rem 0.5rem 0;
|
padding: 1rem 0 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 135%;
|
||||||
|
color: var(--text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-details-outline {
|
.course-details-outline {
|
||||||
width: 352px;
|
margin-top: 1rem;
|
||||||
margin-top: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1025px) {
|
|
||||||
.course-details-outline {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.lesson-content-card {
|
.lesson-content-card {
|
||||||
@@ -1017,19 +990,20 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.course-content-parent {
|
.course-content-parent {
|
||||||
display: flex;
|
display: grid;
|
||||||
justify-content: space-between;
|
grid-gap: 2rem;
|
||||||
flex-wrap: wrap-reverse;
|
grid-template-columns: 2fr minmax(600px, 5fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 375px) {
|
@media (max-width: 1024px) {
|
||||||
.course-content-parent {
|
.course-content-parent {
|
||||||
justify-content: center;
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-content-parent .course-home-headings {
|
.course-content-parent .course-home-headings {
|
||||||
margin: 0px 0px 16px;
|
margin: 0px 0px 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lesson-pagination {
|
.lesson-pagination {
|
||||||
@@ -1039,13 +1013,12 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.lesson-pagination-parent {
|
.lesson-pagination-parent {
|
||||||
width: 736px;
|
margin-top: 1rem;
|
||||||
margin-top: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1025px) {
|
@media (max-width: 768px) {
|
||||||
.lesson-pagination-parent {
|
.lesson-pagination-parent {
|
||||||
width: 100%;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1053,28 +1026,6 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-details-page {
|
|
||||||
padding: 0px 0px 80px;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
max-width: 1120px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1025px) {
|
|
||||||
.course-details-page {
|
|
||||||
padding: 24px 0px 24px;
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.course-details-page {
|
|
||||||
padding: 24px 0px 24px;
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.active-lesson {
|
.active-lesson {
|
||||||
background-color: #EBF5FF;
|
background-color: #EBF5FF;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
@@ -1091,16 +1042,14 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.profile-page {
|
.profile-page {
|
||||||
max-width: 1150px;
|
|
||||||
margin: 0 auto;
|
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-banner {
|
.profile-banner {
|
||||||
width: 100%;
|
|
||||||
height: 248px;
|
height: 248px;
|
||||||
border-radius: 12px 12px 0px 0px;
|
border-radius: 12px 12px 0px 0px;
|
||||||
|
background-size: cover;
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
@@ -1109,6 +1058,11 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-about-section {
|
||||||
|
flex: 1;
|
||||||
|
margin-top: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
.profile-info {
|
.profile-info {
|
||||||
height: 68px;
|
height: 68px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
@@ -1143,7 +1097,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
line-height: 156%;
|
line-height: 156%;
|
||||||
letter-spacing: -0.0175em;
|
letter-spacing: -0.0175em;
|
||||||
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.64);
|
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.64);
|
||||||
padding: 20px;
|
padding: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 375px) {
|
@media (max-width: 375px) {
|
||||||
@@ -1167,7 +1121,7 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
box-shadow: 0px 1px 1px rgb(0 0 0 / 16%);
|
box-shadow: 0px 1px 1px rgb(0 0 0 / 16%);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-top: 25px;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 375px) {
|
@media (max-width: 375px) {
|
||||||
@@ -1183,6 +1137,19 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
left: 174px;
|
left: 174px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 165%;
|
line-height: 165%;
|
||||||
|
width: 85%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1200px) {
|
||||||
|
.profile-profession {
|
||||||
|
width: 75%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.profile-profession {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
@@ -1196,11 +1163,11 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
.profile-profession {
|
.profile-profession {
|
||||||
top: 5px;
|
top: 5px;
|
||||||
left: 70px;
|
left: 70px;
|
||||||
|
width: 75%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
float: right;
|
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1220,18 +1187,6 @@ div.custom-checkbox>label>input:checked+img {
|
|||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
.profile-courses {
|
|
||||||
padding: 0px 24px 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 360px) {
|
|
||||||
.profile-courses {
|
|
||||||
padding: 0px 10px 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress-text {
|
.progress-text {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 165%;
|
line-height: 165%;
|
||||||
@@ -1291,3 +1246,89 @@ pre {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown-source h1 {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-source h2 {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-source h3 {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-source h4 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread-card {
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
textarea.form-control {
|
||||||
|
height: 300px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.discussion-on-page textarea.form-control {
|
||||||
|
background-color: #FFFFFF;
|
||||||
|
color: inherit;
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-footer {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.comment-field {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thread-title {
|
||||||
|
font-size: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
.message-author {
|
||||||
|
color: #192734;
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.certificate-page .common-card-style {
|
||||||
|
flex-direction: column;
|
||||||
|
font-family: Inter;
|
||||||
|
color: black;
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
padding: 5rem;
|
||||||
|
background-image: url(/assets/community/images/certificate-background.png);
|
||||||
|
}
|
||||||
|
|
||||||
|
.certificate-heading {
|
||||||
|
font-size: 4rem;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.certificate-para {
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.certificate-page .common-card-style {
|
||||||
|
padding: 2rem;
|
||||||
|
font-size: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.certificate-heading {
|
||||||
|
font-size: 3rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 360px) {
|
||||||
|
.certificate-heading {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,307 +0,0 @@
|
|||||||
h2 {
|
|
||||||
margin: 20px 0px;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.teaser {
|
|
||||||
background: white;
|
|
||||||
border-radius: 9px;
|
|
||||||
border: 1px solid #C4C4C4;
|
|
||||||
|
|
||||||
.teaser-body {
|
|
||||||
padding: 20px;
|
|
||||||
box-shadow: 0px 5px 10px rgb(0 0 0 / 10%)
|
|
||||||
}
|
|
||||||
.teaser-footer {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sketch-teaser {
|
|
||||||
.teaser();
|
|
||||||
width: 220px;
|
|
||||||
margin-bottom: 30px;
|
|
||||||
margin-top: 30px;
|
|
||||||
|
|
||||||
svg {
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
.sketch-image {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
.sketch-footer {
|
|
||||||
border-top: 1px solid#C4C4C4;
|
|
||||||
padding: 10px;
|
|
||||||
background: #F6F6F6;
|
|
||||||
border-radius: 0px 0px 10px 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-teaser {
|
|
||||||
.teaser();
|
|
||||||
color: #444;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
margin-top: 20px;
|
|
||||||
|
|
||||||
h3, h4 {
|
|
||||||
color: black;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-body, .course-footer {
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-body {
|
|
||||||
min-height: 8em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-footer {
|
|
||||||
border-top: 1px solid #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
a, a:hover {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.anchor_style {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.anchor_style:hover {
|
|
||||||
text-decoration: none
|
|
||||||
}
|
|
||||||
|
|
||||||
section {
|
|
||||||
padding: 60px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
section h2 {
|
|
||||||
margin-bottom: 40px;
|
|
||||||
font-size: 48px;
|
|
||||||
line-height: 58px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
section.lightgray {
|
|
||||||
background: #F6F6F6;
|
|
||||||
}
|
|
||||||
|
|
||||||
#hero .jumbotron {
|
|
||||||
background: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chapter-teaser {
|
|
||||||
.teaser();
|
|
||||||
color: #444;
|
|
||||||
margin: 20px 0px;
|
|
||||||
|
|
||||||
h3, h4 {
|
|
||||||
color: black;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.field-width {
|
|
||||||
width: 40%;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-grouped-links {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-info {
|
|
||||||
border-top: 0px;
|
|
||||||
margin-top: 0px;
|
|
||||||
|
|
||||||
.footer-col-right {
|
|
||||||
padding-top: 1.8rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.web-footer {
|
|
||||||
border-top: 1px solid #E2E6E9;
|
|
||||||
padding: 0px;
|
|
||||||
padding: 2rem 0px;
|
|
||||||
margin-top: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.course-type {
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-size: 1.0em;
|
|
||||||
font-weight: bold;
|
|
||||||
color: var(--tag-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.instructor-title {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.instructor-subtitle {
|
|
||||||
font-size: 0.8em;
|
|
||||||
color: var(--text-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
// .mentors-wrapper {
|
|
||||||
// .gray-section();
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
.chapter-number {
|
|
||||||
background: var(--text-color);
|
|
||||||
color: white;
|
|
||||||
height: 24px;
|
|
||||||
min-width: 24px;
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
background: var(--sidebar-bg);
|
|
||||||
border: 1px solid var(--sidebar-border);
|
|
||||||
margin: 20px 0px;
|
|
||||||
border-radius: 10px;
|
|
||||||
padding: 1px 20px 20px 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar h3 {
|
|
||||||
margin-top: 20px;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-batch {
|
|
||||||
background: var(--sidebar-bg);
|
|
||||||
color: var(--text-color);
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar-batch a {
|
|
||||||
padding: 16px 8px 8px 16px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.sidebar .notice {
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
border: 1px dashed var(--text-color);
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar .notice a {
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
// LiveCode editor
|
|
||||||
|
|
||||||
.livecode-editor {
|
|
||||||
|
|
||||||
.CodeMirror {
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
background: #ffe;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
.CodeMirror-scroll {
|
|
||||||
max-height: 310px;
|
|
||||||
min-height: 310px;
|
|
||||||
}
|
|
||||||
.controls {
|
|
||||||
padding: 10px 0px;
|
|
||||||
}
|
|
||||||
canvas {
|
|
||||||
border: 5px solid #ddd;
|
|
||||||
position: relative;
|
|
||||||
z-index: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.output {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 1;
|
|
||||||
width: 300px;
|
|
||||||
left: 0px;
|
|
||||||
top: 0px;
|
|
||||||
background-color: rgba(255, 255, 255, 0);
|
|
||||||
max-height: 300px;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
word-wrap: break-word;
|
|
||||||
margin: 0px;
|
|
||||||
margin-left: 20px;
|
|
||||||
padding: 4px;
|
|
||||||
color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.canvas-wrapper {
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
.code-wrapper {
|
|
||||||
min-height: 50px;
|
|
||||||
}
|
|
||||||
.CodeMirror {
|
|
||||||
min-height: 50px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sketch-header {
|
|
||||||
input#sketch-title {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.lesson-teaser {
|
|
||||||
line-height: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#hero h1 {
|
|
||||||
color: black !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.lesson-page {
|
|
||||||
margin: 20px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.exercise-image svg {
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.svg-200 svg {
|
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.livecode-editor-small .livecode-editor {
|
|
||||||
.CodeMirror-scroll {
|
|
||||||
max-height: 160px;
|
|
||||||
min-height: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
canvas {
|
|
||||||
width: 150px;
|
|
||||||
height: 150px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mentor-dashboard {
|
|
||||||
margin-top: 20px;
|
|
||||||
|
|
||||||
.submission {
|
|
||||||
margin: 40px 0px 0px 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-preview-message {
|
|
||||||
width: fit-content;
|
|
||||||
margin: 50px 0px 50px;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
3
community/public/icons/like.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M13.0746 3.60967C12.7814 3.31071 12.4333 3.07355 12.0501 2.91174C11.6669 2.74994 11.2562 2.66666 10.8415 2.66666C10.4267 2.66666 10.016 2.74994 9.63283 2.91174C9.24966 3.07355 8.90152 3.31071 8.60831 3.60967L7.99979 4.22983L7.39126 3.60967C6.79899 3.00607 5.9957 2.66697 5.1581 2.66697C4.32051 2.66697 3.51721 3.00607 2.92494 3.60967C2.33267 4.21327 1.99994 5.03192 1.99994 5.88554C1.99994 6.73916 2.33267 7.55782 2.92494 8.16142L3.53347 8.78158L7.99979 13.3333L12.4661 8.78158L13.0746 8.16142C13.368 7.86259 13.6007 7.5078 13.7595 7.11729C13.9182 6.72679 13.9999 6.30824 13.9999 5.88554C13.9999 5.46284 13.9182 5.04429 13.7595 4.65379C13.6007 4.26329 13.368 3.90849 13.0746 3.60967V3.60967Z" stroke="#4C5A67" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 871 B |
5
community/public/icons/message.svg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M6.00001 3.00001H12L15.5 3C16.6046 3 17.5 3.89543 17.5 5V9.78889V12.2556C17.5 13.3601 16.6046 14.2556 15.5 14.2556H14.5C14.2239 14.2556 14 14.4794 14 14.7556V16.4507C14 16.8715 13.5119 17.1041 13.185 16.839L10.2754 14.4789C10.0972 14.3344 9.87483 14.2556 9.64544 14.2556H4.49997C3.39539 14.2556 2.49995 13.3601 2.49997 12.2555L2.50001 9.78889V5.00001C2.50001 3.89544 3.39544 3.00001 4.50001 3.00001L6.00001 3.00001Z" stroke="#1F272E" stroke-miterlimit="10" stroke-linecap="square"/>
|
||||||
|
<path d="M6 6.5H13" stroke="#1F272E" stroke-miterlimit="10" stroke-linecap="round"/>
|
||||||
|
<path d="M6 9H10" stroke="#1F272E" stroke-miterlimit="10" stroke-linecap="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 763 B |
4
community/public/icons/minus-circle-green.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" fill="#68D391" stroke="#68D391" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M8 12H16" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 425 B |
1
community/public/icons/minus-circle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-circle"><circle cx="12" cy="12" r="10"></circle><line x1="8" y1="12" x2="16" y2="12"></line></svg>
|
||||||
|
After Width: | Height: | Size: 309 B |
4
community/public/icons/small-add.svg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M8 4V12" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
<path d="M4 8H12" stroke="white" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 313 B |
@@ -1,3 +1 @@
|
|||||||
<svg class="icon">
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
||||||
<use href="#icon-tick"></use>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 58 B After Width: | Height: | Size: 262 B |
3
community/public/icons/wrong.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM6.0429 6.04289C6.43342 5.65237 7.06659 5.65237 7.45711 6.04289L10.0011 8.58692L12.5451 6.04294C12.9356 5.65242 13.5688 5.65242 13.9593 6.04294C14.3499 6.43347 14.3499 7.06663 13.9593 7.45716L11.4154 10.0011L13.9593 12.5451C14.3499 12.9356 14.3499 13.5688 13.9593 13.9593C13.5688 14.3499 12.9357 14.3499 12.5451 13.9593L10.0011 11.4154L7.45711 13.9594C7.06659 14.3499 6.43342 14.3499 6.0429 13.9594C5.65237 13.5689 5.65237 12.9357 6.0429 12.5452L8.58693 10.0011L6.0429 7.45711C5.65237 7.06658 5.65237 6.43342 6.0429 6.04289Z" fill="#F56B6B"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 808 B |
BIN
community/public/images/certificate-background.png
Normal file
|
After Width: | Height: | Size: 3.2 MiB |
7874
community/public/js/html2canvas.js
Normal file
32
community/templates/certificate.html
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
<div class="common-card-style">
|
||||||
|
<div class="certificate-heading">
|
||||||
|
Certificate of Completion
|
||||||
|
</div>
|
||||||
|
<div class="certificate-para">
|
||||||
|
This is to certify that <span class="font-weight-bold">{{ student.full_name }}</span> has successfully completed
|
||||||
|
<span class="font-weight-bold">{{ course.title }}</span> online course on
|
||||||
|
<span class="font-weight-bold">{{ frappe.utils.format_date(certificate.issue_date, "medium") }}</span>
|
||||||
|
</div>
|
||||||
|
<div style="display: flex; justify-content: space-between;" class="certificate-footer">
|
||||||
|
<div>
|
||||||
|
<div class="font-weight-bold">
|
||||||
|
Instructor:
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
{{ instructor.full_name }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="font-weight-bold">
|
||||||
|
Expiry Date:
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
{{ frappe.utils.format_date(certificate.expiry_date, "medium") }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<img src="{{ logo }}" style="height: 50px;">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/assets/community/js/html2canvas.js"></script>
|
||||||
19
community/templates/emails/lms_course_interest.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<div>
|
||||||
|
{% set site_link = "<a href='" + site_url + "'>" + app_name + "</a>" %}
|
||||||
|
<p>{{ _("Hi {0},").format(first_name) }}</p>
|
||||||
|
<br>
|
||||||
|
<p>{{ _("The course {0} is now available on {1}.").format(frappe.bold(title), app_name) }}</p>
|
||||||
|
<br>
|
||||||
|
<p>Click on the link below to start learning.</p>
|
||||||
|
<p style="margin: 15px 0px;">
|
||||||
|
<a href="{{ course_link }}" rel="nofollow" class="btn btn-primary">{{ _("Start Learning") }}</a>
|
||||||
|
</p>
|
||||||
|
<br>
|
||||||
|
<p>
|
||||||
|
{{ _("You can also copy-paste following link in your browser") }}<br>
|
||||||
|
<a href="{{ course_link }}">{{ site_url }}{{ course_link }}</a>
|
||||||
|
</p>
|
||||||
|
<br>
|
||||||
|
<p>Thanks and Regards,</p>
|
||||||
|
<p>{{ app_name }}</p>
|
||||||
|
</div>
|
||||||
@@ -1,9 +1,8 @@
|
|||||||
<div>
|
<div>
|
||||||
{% set site_link = "<a href='" + site_url + "'>" + site_url + "</a>" %}
|
{% set site_link = "<a href='" + site_url + "'>" + site_name + "</a>" %}
|
||||||
<p>{{_("Dear Community Member,")}}</p>
|
<p>{{_("Hi,")}}</p>
|
||||||
<p>{{_("Your Invite Request to be a part of {0} has
|
<p>{{_("Welcome to {0}!").format(site_name)}}</p>
|
||||||
been approved.").format(site_link)}}</p>
|
<p>Click on the link below to complete your sign up and set a new password</p>
|
||||||
<p>Click on the link below to complete your Sign up and set a new password</p>
|
|
||||||
<p style="margin: 15px 0px;">
|
<p style="margin: 15px 0px;">
|
||||||
<a href="{{ signup_form_link }}" rel="nofollow" class="btn btn-primary">{{ _("Complete Sign Up") }}</a>
|
<a href="{{ signup_form_link }}" rel="nofollow" class="btn btn-primary">{{ _("Complete Sign Up") }}</a>
|
||||||
</p>
|
</p>
|
||||||
@@ -14,5 +13,5 @@
|
|||||||
</p>
|
</p>
|
||||||
<br>
|
<br>
|
||||||
<p>Thanks and Regards,</p>
|
<p>Thanks and Regards,</p>
|
||||||
<p>Your Community.</p>
|
<p>{{site_name}}</p>
|
||||||
</div>
|
</div>
|
||||||
12
community/templates/message_card.html
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<div class="common-card-style thread-card mb-5">
|
||||||
|
<div class="mb-4">
|
||||||
|
{% set member = frappe.get_doc("User", message.owner) %}
|
||||||
|
{{ widgets.Avatar(member=member, avatar_class="avatar-small")}}
|
||||||
|
<a class="button-links" href="/{{ member.username }}">
|
||||||
|
<span class="message-author">{{ member.full_name }}</span>
|
||||||
|
</a>
|
||||||
|
<span class="muted-text pull-right">{{ frappe.utils.format_datetime(message.creation, "dd MMM hh:mm") }}</span>
|
||||||
|
</div>
|
||||||
|
<div class="card-divider"></div>
|
||||||
|
<div>{{ message.message }}</div>
|
||||||
|
</div>
|
||||||
@@ -1,33 +1,59 @@
|
|||||||
{% set last_submission = quiz.get_last_submission_details() %}
|
<div id="quiz-title" class="course-home-headings">{{ quiz.title }}</div>
|
||||||
{% if last_submission %}
|
|
||||||
<div class="mb-5 pull-right">
|
<div class="card-divider"></div>
|
||||||
<div class="text-muted">Last Submitted On: {{ frappe.utils.pretty_date(last_submission.creation) }}</div>
|
|
||||||
<div class="text-muted">Last Submission Score: {{ last_submission.score }}</div>
|
<div class="mt-5">
|
||||||
</div>
|
<form id="quiz-form">
|
||||||
{% endif %}
|
<div class="questions">
|
||||||
<h3 id="title" class="mb-5">{{ quiz.title }}</h3>
|
{% for question in quiz.questions %}
|
||||||
<form id="quiz-form">
|
<div class="question {% if loop.index == 1 %} active-question {% else %} hide {% endif %}"
|
||||||
{% for question in quiz.questions %}
|
data-question="{{ question.question }}" data-multi="{{ question.multiple}}" data-qt-index="{{ loop.index }}">
|
||||||
<div class="question mb-5" data-question="{{ question.question }}"
|
<p>{{ frappe.utils.md_to_html(question.question) }}</p>
|
||||||
data-multi="{{ question.multiple_correct_answers}}">
|
|
||||||
<p> {{ loop.index }}. {{ question.question }}</p>
|
{% if question.multiple %}
|
||||||
{% set options = [question.option_1, question.option_2, question.option_3, question.option_4] %}
|
<small class="font-weight-bold">Choose all answers that apply:</small>
|
||||||
{% for option in options %}
|
{% else %}
|
||||||
{% if option %}
|
<small class="font-weight-bold">Choose 1 answer:</small>
|
||||||
<div class="custom-checkbox mb-2">
|
{% endif %}
|
||||||
<label>
|
|
||||||
<input {% if question.multiple %} type="checkbox" {% else %} type="radio"
|
<div class="card-divider"></div>
|
||||||
name="{{ question.question | urlencode }}" {% endif %} class="option" value="{{ option | urlencode }}">
|
|
||||||
<img />
|
{% set options = [question.option_1, question.option_2, question.option_3, question.option_4] %}
|
||||||
</label>
|
|
||||||
<span class="label-area">{{ option }}</span>
|
{% for option in options %}
|
||||||
|
{% if option %}
|
||||||
|
|
||||||
|
<div class="custom-checkbox">
|
||||||
|
<label class="quiz-label">
|
||||||
|
<input class="option" value="{{ option | urlencode }}"
|
||||||
|
data-correct="{{ question['is_correct_' + loop.index | string] }}"
|
||||||
|
{% if question.multiple %} type="checkbox"
|
||||||
|
{% else %} type="radio" name="{{ question.question | urlencode }}" {% endif %}>
|
||||||
|
<img class="empty-checkbox mr-3"/>
|
||||||
|
</label>
|
||||||
|
<span class="label-area">{{ frappe.utils.md_to_html(option) }}</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% set explanation = question['explanation_' + loop.index | string] %}
|
||||||
|
{% if explanation %}
|
||||||
|
<small class="explanation muted-text hide">{{ explanation }}</small>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
<div class="card-divider"></div>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
<div class="quiz-footer">
|
||||||
{% endfor %}
|
<span class="font-weight-bold"> <span class="current-question">1</span> of {{ quiz.questions | length }}</span>
|
||||||
</div>
|
<button class="btn btn-primary pull-right" id="check" disabled>Check</button>
|
||||||
{% endfor %}
|
<button class="btn btn-primary hide" id="next">Next</button>
|
||||||
<button class="btn btn-secondary hide mb-5" id="try-again">Try Again</button>
|
<button class="btn btn-primary hide" id="summary">Summary</button>
|
||||||
<button class="btn btn-primary" id="submit-quiz">Submit</button>
|
</div>
|
||||||
<h4 class="success-message"></h4>
|
<div class="button is-secondary pull-right hide" id="try-again">Try Again</div>
|
||||||
<h5 class="score text-muted"></h5>
|
<h4 class="success-message"></h4>
|
||||||
</form>
|
<h5 class="score text-muted"></h5>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
{% extends "templates/base.html" %}
|
|
||||||
{% block title %}About{% endblock %}
|
|
||||||
{% block head_include %}
|
|
||||||
<meta name="description" content="Courses" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<div class="container">
|
|
||||||
{{ widgets.BatchTabs(course=course, batch=batch) }}
|
|
||||||
<div class="tab-content" id="about">
|
|
||||||
{{ CourseBasicDetail(course)}}
|
|
||||||
<div class="d-flex align-items-center">
|
|
||||||
<div class="col-lg-4 col-md-12">
|
|
||||||
<div class="sidebar">
|
|
||||||
{{ widgets.InstructorSection(instructor=course.get_instructor()) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% macro CourseBasicDetail(course) %}
|
|
||||||
<h2>{{course.title}}</h2>
|
|
||||||
<div class="course-description">
|
|
||||||
{{course.short_introduction}}
|
|
||||||
</div>
|
|
||||||
{% if course.video_link %}
|
|
||||||
<div class="preview-video">
|
|
||||||
<iframe width="560" height="315" src="{{course.video_link}}" title="YouTube video player" frameborder="0"
|
|
||||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
||||||
allowfullscreen></iframe>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
<h2>About the Course</h2>
|
|
||||||
<div>{{frappe.utils.md_to_html(course.description)}}</div>
|
|
||||||
{% endmacro %}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import frappe
|
|
||||||
from . import utils
|
|
||||||
|
|
||||||
def get_context(context):
|
|
||||||
utils.get_common_context(context)
|
|
||||||
@@ -1,48 +0,0 @@
|
|||||||
{% extends "templates/base.html" %}
|
|
||||||
|
|
||||||
{% block title %}Discuss{% endblock %}
|
|
||||||
{% block head_include %}
|
|
||||||
<meta name="description" content="Courses" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
{{ widgets.BatchTabs(course=course, membership=membership) }}
|
|
||||||
<div class="messages-container mt-5">
|
|
||||||
{{ widgets.BatchHeader(batch_name=batch.title, member_count=member_count)}}
|
|
||||||
<ol class="messages">
|
|
||||||
{{ Messages(messages) }}
|
|
||||||
</ol>
|
|
||||||
{{ TextArea() }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% macro Messages(messages) %}
|
|
||||||
{% for message in messages %}
|
|
||||||
<li class="{% if message.is_author %} ours {% endif %}">
|
|
||||||
<div class="d-flex justify-content-between">
|
|
||||||
<div class="font-weight-bold">
|
|
||||||
{{ message.author_name }}
|
|
||||||
</div>
|
|
||||||
<small class="">
|
|
||||||
{{ frappe.utils.format_datetime(message.creation, "dd-mm-yyyy HH:mm") }}
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
<div class="message-para">
|
|
||||||
{{ message.message }}
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
{% endmacro %}
|
|
||||||
|
|
||||||
{% macro TextArea() %}
|
|
||||||
<form class="msger-inputarea mb-1">
|
|
||||||
<input type="text" class="msger-input" placeholder="Write your message...">
|
|
||||||
<button type="submit" class="btn btn-primary msger-send-btn" data-batch="{{batch.name | urlencode }}">Send</button>
|
|
||||||
</form>
|
|
||||||
{% endmacro %}
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
frappe.ready(() => {
|
|
||||||
const assets = [
|
|
||||||
"/assets/frappe/js/lib/socket.io.min.js",
|
|
||||||
"/assets/frappe/js/frappe/socketio_client.js",
|
|
||||||
]
|
|
||||||
frappe.require(assets, () => {
|
|
||||||
if (window.dev_server) {
|
|
||||||
frappe.boot.socketio_port = "9000" //use socketio port shown when bench starts
|
|
||||||
}
|
|
||||||
frappe.socketio.init(9000);
|
|
||||||
})
|
|
||||||
|
|
||||||
setTimeout(() => {
|
|
||||||
var message_element = document.getElementsByClassName("messages")[0]
|
|
||||||
message_element.scrollTo(0, message_element.scrollHeight);
|
|
||||||
document.getElementsByClassName("messages-container")[0].scrollIntoView({block: "center"})
|
|
||||||
}, 300);
|
|
||||||
|
|
||||||
$(".msger-send-btn").click((e) => {
|
|
||||||
e.preventDefault();
|
|
||||||
var message = $(".msger-input").val().trim();
|
|
||||||
if (message) {
|
|
||||||
frappe.call({
|
|
||||||
"method": "community.lms.doctype.lms_batch.lms_batch.save_message",
|
|
||||||
"args": {
|
|
||||||
"batch": decodeURIComponent($(e.target).attr("data-batch")),
|
|
||||||
"message": message
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
$(".msger-input").val("");
|
|
||||||
}
|
|
||||||
})
|
|
||||||
})
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
import frappe
|
|
||||||
from . import utils
|
|
||||||
|
|
||||||
def get_context(context):
|
|
||||||
utils.get_common_context(context)
|
|
||||||
context.messages = context.batch.get_messages()
|
|
||||||
if not context.membership:
|
|
||||||
utils.redirect_to_lesson(context.course)
|
|
||||||
@@ -1,61 +0,0 @@
|
|||||||
{% extends "templates/base.html" %}
|
|
||||||
{% block title %} Batch {% endblock %}
|
|
||||||
|
|
||||||
{% block head_include %}
|
|
||||||
<meta name="description" content="Courses" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<div class="container mt-5">
|
|
||||||
{{ widgets.BatchTabs(course=course, membership=membership) }}
|
|
||||||
<div class="course-details mt-5">
|
|
||||||
{{ widgets.CourseOutline(course=course, batch=batch, show_link=membership, show_progress=True) }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if batch %}
|
|
||||||
<div class="w-25">
|
|
||||||
<h3>Batch Schedule</h3>
|
|
||||||
{{ widgets.RenderBatch(course=course, batch=batch) }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% if batch.description %}
|
|
||||||
<div class="mt-5">
|
|
||||||
<h3>Batch Details</h3>
|
|
||||||
{{ frappe.utils.md_to_html(batch.description) }}
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
{% if course.is_mentor(frappe.session.user) %}
|
|
||||||
{% set invite_link = frappe.utils.get_url() + "/courses/" + course.name + "/join?batch=" + batch.name %}
|
|
||||||
<div class="">
|
|
||||||
<h3> Invite Members </h3>
|
|
||||||
<a href="" class="" id="invite-link" data-link="{{ invite_link }}">Get Batch Invitation
|
|
||||||
Link</a>
|
|
||||||
<small id="copy-message" class="text-muted" style="display: none;">Copied to Clipboard.</small>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
frappe.ready(() => {
|
|
||||||
$("#invite-link").click((e) => {
|
|
||||||
e.preventDefault();
|
|
||||||
var link_element = $("#invite-link");
|
|
||||||
var input_element = document.createElement("input");
|
|
||||||
input_element.value = link_element.attr("data-link")
|
|
||||||
document.body.appendChild(input_element);
|
|
||||||
input_element.select();
|
|
||||||
document.execCommand("copy");
|
|
||||||
input_element.remove();
|
|
||||||
$("#copy-message").slideDown(function () {
|
|
||||||
setTimeout(function () {
|
|
||||||
$("#copy-message").slideUp();
|
|
||||||
}, 2000);
|
|
||||||
});
|
|
||||||
})
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
{% endblock %}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import frappe
|
|
||||||
from . import utils
|
|
||||||
|
|
||||||
def get_context(context):
|
|
||||||
utils.get_common_context(context)
|
|
||||||
@@ -1,13 +1,8 @@
|
|||||||
{% extends "templates/base.html" %}
|
{% extends "templates/base.html" %}
|
||||||
{% from "www/macros/livecode.html" import LiveCodeEditorJS, LiveCodeEditor with context %}
|
{% from "www/macros/livecode.html" import LiveCodeEditorJS, LiveCodeEditor with context %}
|
||||||
{% block title %}{{ lesson.title }}{% endblock %}
|
{% block title %} {{ lesson.title }} - {{ course.title }} {% endblock %}
|
||||||
|
|
||||||
{% block head_include %}
|
{% block head_include %}
|
||||||
<meta name="description" content="{{lesson.title}} - {{course.title}}" />
|
|
||||||
<meta name="keywords" content="{{lesson.title}} - {{course.title}}" />
|
|
||||||
<style>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
||||||
<link rel="stylesheet" href="/assets/css/lms.css">
|
<link rel="stylesheet" href="/assets/css/lms.css">
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/hljs-night-owl.css">
|
<link rel="stylesheet" href="/assets/frappe/css/hljs-night-owl.css">
|
||||||
@@ -21,7 +16,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="common-page-style">
|
<div class="common-page-style">
|
||||||
<div class="course-details-page">
|
<div class="container course-details-page">
|
||||||
{{ widgets.BreadCrumb(course=course, lesson=lesson) }}
|
{{ widgets.BreadCrumb(course=course, lesson=lesson) }}
|
||||||
<div class="course-content-parent">
|
<div class="course-content-parent">
|
||||||
<div class="course-details-outline">
|
<div class="course-details-outline">
|
||||||
@@ -30,8 +25,13 @@
|
|||||||
<div class="lesson-pagination-parent">
|
<div class="lesson-pagination-parent">
|
||||||
{{ LessonContent(lesson) }}
|
{{ LessonContent(lesson) }}
|
||||||
{% if membership %}
|
{% if membership %}
|
||||||
{{ pagination(prev_chap, prev_url, next_chap, next_url) }}
|
{{ pagination(prev_url, next_url) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% set title = lesson.title + " - " + course.title %}
|
||||||
|
{{ widgets.DiscussionMessage(doctype="Lesson", docname=lesson.name,
|
||||||
|
title=title, condition=membership, button_name="Start Learning",
|
||||||
|
redirect_to="/courses/" + course.name) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -47,23 +47,23 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if membership or lesson.include_in_preview %}
|
{% if membership or lesson.include_in_preview %}
|
||||||
<div class="common-card-style lesson-content-card">{{ lesson.render_html() }}</div>
|
<div class="common-card-style lesson-content-card markdown-source">{{ lesson.render_html() }}</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="no-preview-message">
|
<div class="common-card-style lesson-content-card">
|
||||||
<span>This lesson is not available for Preview. Please join the course to access this lesson.</span>
|
<span>This lesson is not available for Preview. Please join the course to access this lesson. <a
|
||||||
<a href="/courses/{{ course.name }}">Checkout Course Details.</a>
|
href="/courses/{{ course.name }}">Checkout Course Details.</a></span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro pagination(prev_chap, prev_url, next_chap, next_url) %}
|
{% macro pagination(prev_url, next_url) %}
|
||||||
<div class="lesson-pagination">
|
<div class="lesson-pagination">
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{% if prev_url %}
|
{% if prev_url %}
|
||||||
<a class="button is-secondary dark-links" href="{{ prev_url }}">
|
<a class="button is-secondary dark-links prev" href="{{ prev_url }}">
|
||||||
<img class="mr-2" src="/assets/community/icons/left-arrow.svg">
|
<img class="mr-2" src="/assets/community/icons/left-arrow.svg">
|
||||||
Prev
|
Prev
|
||||||
</a>
|
</a>
|
||||||
@@ -87,10 +87,14 @@
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
{% if next_url %}
|
{% if next_url %}
|
||||||
<a class="button is-primary" href="{{ next_url }}">
|
<a class="button is-primary next" href="{{ next_url }}">
|
||||||
Next
|
Next
|
||||||
<img class="ml-2" src="/assets/community/icons/side-arrow-white.svg">
|
<img class="ml-2" src="/assets/community/icons/side-arrow-white.svg">
|
||||||
</a>
|
</a>
|
||||||
|
{% elif course.enable_certification %}
|
||||||
|
<div class="button is-primary {% if course.get_course_progress() != 100 %} hide {% endif %}" id="certification">
|
||||||
|
Get Certificate
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +1,37 @@
|
|||||||
frappe.ready(() => {
|
frappe.ready(() => {
|
||||||
|
|
||||||
|
localStorage.removeItem($("#quiz-title").text());
|
||||||
|
|
||||||
save_current_lesson();
|
save_current_lesson();
|
||||||
|
|
||||||
|
$(".option").click((e) => {
|
||||||
|
enable_check(e);
|
||||||
|
})
|
||||||
|
|
||||||
$("#progress").click((e) => {
|
$("#progress").click((e) => {
|
||||||
mark_progress(e);
|
mark_progress(e);
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#submit-quiz").click((e) => {
|
$("#summary").click((e) => {
|
||||||
submit_quiz(e);
|
quiz_summary(e);
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#check").click((e) => {
|
||||||
|
check_answer(e);
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#next").click((e) => {
|
||||||
|
mark_active_question(e);
|
||||||
});
|
});
|
||||||
|
|
||||||
$("#try-again").click((e) => {
|
$("#try-again").click((e) => {
|
||||||
try_quiz_again(e);
|
try_quiz_again(e);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$("#certification").click((e) => {
|
||||||
|
create_certificate(e);
|
||||||
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
var save_current_lesson = () => {
|
var save_current_lesson = () => {
|
||||||
@@ -25,6 +43,28 @@ var save_current_lesson = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var enable_check = (e) => {
|
||||||
|
if ($(".option:checked").length && $("#check").attr("disabled")) {
|
||||||
|
$("#check").removeAttr("disabled");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
var mark_active_question = (e = undefined) => {
|
||||||
|
var current_index;
|
||||||
|
var next_index = 1;
|
||||||
|
if (e) {
|
||||||
|
e.preventDefault();
|
||||||
|
current_index = $(".active-question").attr("data-qt-index");
|
||||||
|
next_index = parseInt(current_index) + 1;
|
||||||
|
}
|
||||||
|
$(".question").addClass("hide").removeClass("active-question");
|
||||||
|
$(`.question[data-qt-index='${next_index}']`).removeClass("hide").addClass("active-question");
|
||||||
|
$(".current-question").text(`${next_index}`);
|
||||||
|
$("#check").removeClass("hide").attr("disabled", true);
|
||||||
|
$("#next").addClass("hide");
|
||||||
|
$(".explanation").addClass("hide");
|
||||||
|
}
|
||||||
|
|
||||||
var mark_progress = (e) => {
|
var mark_progress = (e) => {
|
||||||
var status = $(e.currentTarget).attr("data-progress");
|
var status = $(e.currentTarget).attr("data-progress");
|
||||||
frappe.call({
|
frappe.call({
|
||||||
@@ -35,8 +75,9 @@ var mark_progress = (e) => {
|
|||||||
status: status
|
status: status
|
||||||
},
|
},
|
||||||
callback: (data) => {
|
callback: (data) => {
|
||||||
if (data.message == "OK") {
|
change_progress_indicators(status, e);
|
||||||
change_progress_indicators(status, e);
|
if (data.message == 100 && !$(".next").length && $("#certification").hasClass("hide")) {
|
||||||
|
$("#certification").removeClass("hide");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -56,47 +97,91 @@ var change_progress_indicators = (status, e) => {
|
|||||||
$(e.currentTarget).text(label).attr("data-progress", data_progress);
|
$(e.currentTarget).text(label).attr("data-progress", data_progress);
|
||||||
}
|
}
|
||||||
|
|
||||||
var submit_quiz = (e) => {
|
var quiz_summary = (e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
var result = [];
|
var quiz_name = $("#quiz-title").text();
|
||||||
$('.question').each((i, element) => {
|
var total_questions = $(".question").length;
|
||||||
var options = $(element).find(".option");
|
|
||||||
var answers = [];
|
|
||||||
options.filter((i, op) => $(op).prop("checked")).each((i, elem) => answers.push(decodeURIComponent(elem.value)));
|
|
||||||
result.push({
|
|
||||||
"question": element.dataset.question,
|
|
||||||
"answer": answers
|
|
||||||
});
|
|
||||||
});
|
|
||||||
frappe.call({
|
frappe.call({
|
||||||
method: "community.lms.doctype.lms_quiz.lms_quiz.submit",
|
method: "community.lms.doctype.lms_quiz.lms_quiz.quiz_summary",
|
||||||
args: {
|
args: {
|
||||||
quiz: $("#title").text(),
|
"quiz": quiz_name,
|
||||||
result: result
|
"results": localStorage.getItem(quiz_name)
|
||||||
},
|
},
|
||||||
callback: (data) => {
|
callback: (data) => {
|
||||||
$("#submit-quiz").addClass("hide");
|
var message = data.message == total_questions ? "Excellent Work" : "You were almost there."
|
||||||
|
$(".question").addClass("hide");
|
||||||
|
$(".quiz-footer").addClass("hide");
|
||||||
|
$("#quiz-form").parent().prepend(
|
||||||
|
`<div class="text-center summary"><h2>${message} 👏 </h2>
|
||||||
|
<div class="font-weight-bold">${data.message}/${total_questions} correct.</div></div>`);
|
||||||
$("#try-again").removeClass("hide");
|
$("#try-again").removeClass("hide");
|
||||||
$(":input[type='checkbox']").prop("disabled", true);
|
|
||||||
$(":input[type='radio']").prop("disabled", true);
|
|
||||||
if (data.message == result.length) {
|
|
||||||
$(".success-message").text("Congratulations, you cleared the quiz!");
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
$(".success-message").text("Some of your answers weren't correct. You can give it another shot.");
|
|
||||||
}
|
|
||||||
$(".score").text(`Score: ${data.message}/${result.length}`);
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
var try_quiz_again = (e) => {
|
var try_quiz_again = (e) => {
|
||||||
e.preventDefault();
|
window.location.reload();
|
||||||
$(":input[type='checkbox']").prop("disabled", false);
|
}
|
||||||
$(":input[type='radio']").prop("disabled", false);
|
|
||||||
$("#quiz-form").trigger("reset");
|
var check_answer = (e) => {
|
||||||
$(".success-message").text("");
|
e.preventDefault();
|
||||||
$(".score").text("");
|
|
||||||
$("#submit-quiz").removeClass("hide");
|
var quiz_name = $("#quiz-title").text();
|
||||||
$("#try-again").addClass("hide");
|
var total_questions = $(".question").length;
|
||||||
|
var current_index = $(".active-question").attr("data-qt-index");
|
||||||
|
|
||||||
|
$(".explanation").removeClass("hide");
|
||||||
|
$("#check").addClass("hide");
|
||||||
|
current_index == total_questions ? $("#summary").removeClass("hide") : $("#next").removeClass("hide");
|
||||||
|
|
||||||
|
var [answer, is_correct] = parse_options();
|
||||||
|
add_to_local_storage(quiz_name, current_index, answer, is_correct)
|
||||||
|
}
|
||||||
|
|
||||||
|
var parse_options = () => {
|
||||||
|
var answer = [];
|
||||||
|
var is_correct = [];
|
||||||
|
$(".active-question input").each((i, element) => {
|
||||||
|
var correct = parseInt($(element).attr("data-correct"));
|
||||||
|
if ($(element).prop("checked")) {
|
||||||
|
answer.push(decodeURIComponent($(element).val()));
|
||||||
|
correct && is_correct.push(1);
|
||||||
|
correct ? add_icon(element, "check") : add_icon(element, "wrong");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
correct && is_correct.push(0);
|
||||||
|
correct ? add_icon(element, "minus-circle-green") : add_icon(element, "minus-circle");
|
||||||
|
}
|
||||||
|
})
|
||||||
|
return [answer, is_correct];
|
||||||
|
}
|
||||||
|
|
||||||
|
var add_icon = (element, icon) => {
|
||||||
|
$(element).parent().empty().html(`<img class="mr-3" src="/assets/community/icons/${icon}.svg">`);
|
||||||
|
}
|
||||||
|
|
||||||
|
var add_to_local_storage = (quiz_name, current_index, answer, is_correct) => {
|
||||||
|
var quiz_stored = JSON.parse(localStorage.getItem(quiz_name));
|
||||||
|
var quiz_obj = {
|
||||||
|
"question_index": current_index,
|
||||||
|
"answer": answer.join(),
|
||||||
|
"is_correct": is_correct
|
||||||
|
}
|
||||||
|
quiz_stored ? quiz_stored.push(quiz_obj) : quiz_stored = [quiz_obj]
|
||||||
|
localStorage.setItem(quiz_name, JSON.stringify(quiz_stored))
|
||||||
|
}
|
||||||
|
|
||||||
|
var create_certificate = (e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
course = $(".title").attr("data-course");
|
||||||
|
frappe.call({
|
||||||
|
method: "community.lms.doctype.lms_certification.lms_certification.create_certificate",
|
||||||
|
args: {
|
||||||
|
"course": course
|
||||||
|
},
|
||||||
|
callback: (data) => {
|
||||||
|
window.location.href = `/courses/${course}/${data.message}`;
|
||||||
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,29 +12,26 @@ def get_context(context):
|
|||||||
lesson_index = frappe.form_dict.get("lesson")
|
lesson_index = frappe.form_dict.get("lesson")
|
||||||
lesson_number = f"{chapter_index}.{lesson_index}"
|
lesson_number = f"{chapter_index}.{lesson_index}"
|
||||||
|
|
||||||
course_name = context.course.name
|
|
||||||
if not chapter_index or not lesson_index:
|
if not chapter_index or not lesson_index:
|
||||||
if context.batch:
|
if context.batch:
|
||||||
index_ = get_lesson_index(context.course, context.batch, frappe.session.user) or "1.1"
|
index_ = get_lesson_index(context.course, context.batch, frappe.session.user) or "1.1"
|
||||||
else:
|
else:
|
||||||
index_ = "1.1"
|
index_ = "1.1"
|
||||||
frappe.local.flags.redirect_location = context.course.get_learn_url(index_) + context.course.query_parameter
|
utils.redirect_to_lesson(context.course, index_)
|
||||||
raise frappe.Redirect
|
|
||||||
|
|
||||||
context.lesson = context.course.get_lesson(chapter_index, lesson_index)
|
context.lesson = get_current_lesson_details(lesson_number, context)
|
||||||
context.lesson_index = lesson_index
|
neighbours = context.course.get_neighbours(lesson_number, context.lessons)
|
||||||
context.chapter_index = chapter_index
|
context.next_url = get_learn_url(neighbours["next"], context.course)
|
||||||
|
context.prev_url = get_learn_url(neighbours["prev"], context.course)
|
||||||
|
|
||||||
outline = context.course.get_outline()
|
meta_info = context.lesson.title + " - " + context.course.title
|
||||||
prev_ = outline.get_prev(lesson_number)
|
context.metatags = {
|
||||||
next_ = outline.get_next(lesson_number)
|
"title": meta_info,
|
||||||
context.prev_chap = get_chapter_title(course_name, prev_)
|
"keywords": meta_info,
|
||||||
context.next_chap = get_chapter_title(course_name, next_)
|
"description": meta_info
|
||||||
context.next_url = context.course.get_learn_url(next_) and context.course.get_learn_url(next_) + context.course.query_parameter
|
}
|
||||||
context.prev_url = context.course.get_learn_url(prev_) and context.course.get_learn_url(prev_) + context.course.query_parameter
|
|
||||||
|
|
||||||
context.page_extensions = get_page_extensions()
|
context.page_extensions = get_page_extensions()
|
||||||
|
|
||||||
context.page_context = {
|
context.page_context = {
|
||||||
"course": context.course.name,
|
"course": context.course.name,
|
||||||
"batch": context.get("batch") and context.batch.name,
|
"batch": context.get("batch") and context.batch.name,
|
||||||
@@ -42,6 +39,15 @@ def get_context(context):
|
|||||||
"is_member": context.membership is not None
|
"is_member": context.membership is not None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def get_current_lesson_details(lesson_number, context):
|
||||||
|
details_list = list(filter(lambda x: cstr(x.number) == lesson_number, context.lessons))
|
||||||
|
if not len(details_list):
|
||||||
|
utils.redirect_to_lesson(context.course)
|
||||||
|
return details_list[0]
|
||||||
|
|
||||||
|
def get_learn_url(lesson_number, course):
|
||||||
|
return course.get_learn_url(lesson_number) and course.get_learn_url(lesson_number) + course.query_parameter
|
||||||
|
|
||||||
def get_chapter_title(course_name, lesson_number):
|
def get_chapter_title(course_name, lesson_number):
|
||||||
if not lesson_number:
|
if not lesson_number:
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -1,40 +0,0 @@
|
|||||||
{% extends "templates/base.html" %}
|
|
||||||
|
|
||||||
{% block title %}Members{% endblock %}
|
|
||||||
{% block head_include %}
|
|
||||||
<meta name="description" content="Courses" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
{{ widgets.BatchTabs(course=course, membership=membership) }}
|
|
||||||
{{ MembersList(members)}}
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
|
|
||||||
{% macro MembersList(members) %}
|
|
||||||
<div class="mt-5">
|
|
||||||
{% for member in members %}
|
|
||||||
<div class="d-flex align-items-center">
|
|
||||||
{{ widgets.Avatar(member=member, avatar_class="avatar-medium") }}
|
|
||||||
<div class="d-flex flex-column ml-2">
|
|
||||||
<div class="d-flex">
|
|
||||||
<a class="anchor_style ml-2" href="/{{member.username}}">
|
|
||||||
<div class="review-content">{{ member.full_name }}</div>
|
|
||||||
</a>
|
|
||||||
{% if course.is_mentor(member.name) %}
|
|
||||||
<div class="badge badge-success ml-2 align-self-start">Mentor</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% if loop.index != member_count %}
|
|
||||||
<hr>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endmacro %}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
import frappe
|
|
||||||
from . import utils
|
|
||||||
|
|
||||||
def get_context(context):
|
|
||||||
utils.get_common_context(context)
|
|
||||||
if not context.membership:
|
|
||||||
utils.redirect_to_lesson(context.course)
|
|
||||||
@@ -1,51 +0,0 @@
|
|||||||
{% extends "templates/base.html" %}
|
|
||||||
{% from "www/macros/livecode.html" import LiveCodeEditorJS, LiveCodeEditor with context %}
|
|
||||||
{% block title %}{{ course.title }} - Batch Dashboard{% endblock %}
|
|
||||||
|
|
||||||
{% block head_include %}
|
|
||||||
<meta name="description" content="{{course.title}} - Batch Dashboard" />
|
|
||||||
<meta name="keywords" content="{{course.title}} - Batch Dashboard" />
|
|
||||||
<style>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
|
||||||
<link rel="stylesheet" href="{{ livecode_url }}/static/codemirror/lib/codemirror.css">
|
|
||||||
<link rel="stylesheet" href="/assets/css/lms.css">
|
|
||||||
|
|
||||||
<script src="{{ livecode_url }}/static/codemirror/lib/codemirror.js"></script>
|
|
||||||
<script src="{{ livecode_url }}/static/codemirror/mode/python/python.js"></script>
|
|
||||||
<script src="{{ livecode_url }}/static/codemirror/keymap/sublime.js"></script>
|
|
||||||
|
|
||||||
<script src="{{ livecode_url }}/static/codemirror/addon/edit/matchbrackets.js"></script>
|
|
||||||
<script src="{{ livecode_url }}/static/codemirror/addon/comment/comment.js"></script>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
{{ widgets.BatchTabs(course=course, membership=membership) }}
|
|
||||||
<div class="mentor-dashboard">
|
|
||||||
<h3>Batch Progress</h3>
|
|
||||||
{% for exercise in report.exercises %}
|
|
||||||
<div class="exercise-submissions">
|
|
||||||
<h2>Exercise {{exercise.index_label}}: {{exercise.title}}</h2>
|
|
||||||
{% for s in report.get_submissions_of_exercise(exercise.name) %}
|
|
||||||
<div class="submission">
|
|
||||||
<h4><a href="/{{s.owner.username}}">{{s.owner.full_name}}</a></h4>
|
|
||||||
<div class="livecode-editor-small">
|
|
||||||
{{ LiveCodeEditor(name=s.name, code=s.solution, reset_code=s.solution) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
|
|
||||||
{%- block script %}
|
|
||||||
{{ super() }}
|
|
||||||
{{ LiveCodeEditorJS() }}
|
|
||||||
{% endblock %}
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
import frappe
|
|
||||||
from community.lms.models import Course
|
|
||||||
from collections import defaultdict
|
|
||||||
from . import utils
|
|
||||||
|
|
||||||
def get_context(context):
|
|
||||||
utils.get_common_context(context)
|
|
||||||
|
|
||||||
exercise_name = frappe.form_dict.get("exercise")
|
|
||||||
if exercise_name:
|
|
||||||
exercise = frappe.get_doc("Exercise", exercise_name)
|
|
||||||
else:
|
|
||||||
exercise = None
|
|
||||||
|
|
||||||
context.exercise = exercise
|
|
||||||
context.report = BatchReport(context.course, context.batch)
|
|
||||||
|
|
||||||
class BatchReport:
|
|
||||||
def __init__(self, course, batch):
|
|
||||||
self.submissions = get_submissions(course, batch)
|
|
||||||
self.exercises = self.get_exercises(course.name)
|
|
||||||
self.submissions_by_exercise = defaultdict(list)
|
|
||||||
for s in self.submissions:
|
|
||||||
self.submissions_by_exercise[s.exercise].append(s)
|
|
||||||
|
|
||||||
def get_exercises(self, course_name):
|
|
||||||
return frappe.get_all("Exercise", {"course": course_name, "lesson": ["!=", ""]}, ["name", "title", "index_label"], order_by="index_label")
|
|
||||||
|
|
||||||
def get_submissions_of_exercise(self, exercise_name):
|
|
||||||
return self.submissions_by_exercise[exercise_name]
|
|
||||||
|
|
||||||
def get_submissions(course, batch):
|
|
||||||
students = course.get_students(batch.name)
|
|
||||||
if not len(students):
|
|
||||||
return []
|
|
||||||
students_map = {s.email: s for s in students}
|
|
||||||
names, values = nparams("s", students_map.keys())
|
|
||||||
sql = """
|
|
||||||
select owner, exercise, name, solution, creation, image
|
|
||||||
from (
|
|
||||||
select owner, exercise, name, solution, creation, image,
|
|
||||||
row_number() over (partition by owner, exercise order by creation desc) as ix
|
|
||||||
from `tabExercise Submission`) as t
|
|
||||||
where t.ix=1 and owner IN {}
|
|
||||||
""".format(names)
|
|
||||||
|
|
||||||
data = frappe.db.sql(sql, values=values, as_dict=True)
|
|
||||||
for row in data:
|
|
||||||
row['owner'] = students_map[row['owner']]
|
|
||||||
return data
|
|
||||||
|
|
||||||
def nparams(name, values):
|
|
||||||
"""Creates n paramters from a list of values for a db query.
|
|
||||||
|
|
||||||
>>> nparams("name", ["a", "b])
|
|
||||||
("(%(name_1)s, %(name_2)s)", {"name_1": "a", "name_2": "b"})
|
|
||||||
"""
|
|
||||||
keys = [f"{name}_{i}" for i, _ in enumerate(values, start=1)]
|
|
||||||
param_names = [f"%({k})s" for k in keys]
|
|
||||||
param_values = dict(zip(keys, values))
|
|
||||||
joined_names = "(" + ", ".join(param_names) + ")"
|
|
||||||
return joined_names, param_values
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{% extends "templates/base.html" %}
|
|
||||||
{% block title %}Schedule{% endblock %}
|
|
||||||
|
|
||||||
{% block head_include %}
|
|
||||||
<meta name="description" content="Courses" />
|
|
||||||
<meta name="keywords" content="" />
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
|
||||||
<div class="container">
|
|
||||||
{{ widgets.BatchTabs(course=course, batch=batch) }}
|
|
||||||
<h3>
|
|
||||||
Schedule
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
{% endblock %}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
import frappe
|
|
||||||
from community.lms.models import Course
|
|
||||||
|
|
||||||
def get_context(context):
|
|
||||||
context.no_cache = 1
|
|
||||||
course_name = frappe.form_dict["course"]
|
|
||||||
batch_name = frappe.form_dict["batch"]
|
|
||||||
|
|
||||||
course = Course.find(course_name)
|
|
||||||
if not course:
|
|
||||||
context.template = "www/404.html"
|
|
||||||
return
|
|
||||||
|
|
||||||
batch = course.get_batch(batch_name)
|
|
||||||
if not batch:
|
|
||||||
frappe.local.flags.redirect_location = "/courses/" + course_name
|
|
||||||
raise frappe.Redirect
|
|
||||||
|
|
||||||
context.course = course
|
|
||||||
context.batch = batch
|
|
||||||
@@ -10,12 +10,12 @@ def get_common_context(context):
|
|||||||
except KeyError:
|
except KeyError:
|
||||||
batch_name = None
|
batch_name = None
|
||||||
|
|
||||||
course = Course.find(course_name)
|
course = frappe.get_doc("LMS Course", course_name)
|
||||||
if not course:
|
if not course:
|
||||||
context.template = "www/404.html"
|
context.template = "www/404.html"
|
||||||
return
|
return
|
||||||
context.course = course
|
context.course = course
|
||||||
|
context.lessons = course.get_lessons()
|
||||||
membership = course.get_membership(frappe.session.user, batch_name)
|
membership = course.get_membership(frappe.session.user, batch_name)
|
||||||
context.membership = membership
|
context.membership = membership
|
||||||
if membership:
|
if membership:
|
||||||
@@ -24,9 +24,6 @@ def get_common_context(context):
|
|||||||
if batch:
|
if batch:
|
||||||
context.batch = batch
|
context.batch = batch
|
||||||
|
|
||||||
context.members = course.get_mentors(membership.batch) + course.get_students(membership.batch)
|
|
||||||
context.member_count = len(context.members)
|
|
||||||
|
|
||||||
context.course.query_parameter = "?batch=" + membership.batch if membership and membership.batch else ""
|
context.course.query_parameter = "?batch=" + membership.batch if membership and membership.batch else ""
|
||||||
context.livecode_url = get_livecode_url()
|
context.livecode_url = get_livecode_url()
|
||||||
|
|
||||||
|
|||||||
23
community/www/courses/certificate.html
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{% extends "templates/base.html" %}
|
||||||
|
{% from "www/macros/common_macro.html" import MentorsSection %}
|
||||||
|
|
||||||
|
{% block title %} {{ student.full_name }} - {{ course.title }} {% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<div class="common-page-style">
|
||||||
|
<div class="container certificate-page">
|
||||||
|
|
||||||
|
<div class="breadcrumb">
|
||||||
|
<a class="dark-links" href="/courses">All Courses</a>
|
||||||
|
<img class="ml-1 mr-1" src="/assets/community/icons/chevron-right.svg">
|
||||||
|
<a class="dark-links" href="/courses/{{ course.name }}">{{ course.title }}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="comment-footer mb-5">
|
||||||
|
<div class="button is-secondary pull-right" id="export-as-pdf" data-certificate="{{ certificate.name }}"
|
||||||
|
data-certificate-name="{{ student.full_name }} - {{ course.title }}">Export</div>
|
||||||
|
</div>
|
||||||
|
{% include "community/templates/certificate.html" %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
29
community/www/courses/certificate.js
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
frappe.ready(() => {
|
||||||
|
|
||||||
|
if ($(document).width() <= 550) {
|
||||||
|
$(".certificate-footer").css("flex-direction", "column");
|
||||||
|
$(".certificate-footer").children().addClass("mb-5");
|
||||||
|
}
|
||||||
|
|
||||||
|
$("#export-as-pdf").click((e) => {
|
||||||
|
export_as_pdf(e);
|
||||||
|
})
|
||||||
|
})
|
||||||
|
|
||||||
|
var export_as_pdf = (e) => {
|
||||||
|
var button = $(e.currentTarget);
|
||||||
|
button.text(__("Exporting..."));
|
||||||
|
|
||||||
|
html2canvas(document.querySelector('.common-card-style'), {
|
||||||
|
scrollY: -window.scrollY,
|
||||||
|
scrollX: 0
|
||||||
|
}).then(function(canvas) {
|
||||||
|
let dataURL = canvas.toDataURL('image/png');
|
||||||
|
let a = document.createElement('a');
|
||||||
|
a.href = dataURL;
|
||||||
|
a.download = button.attr("data-certificate-name");
|
||||||
|
a.click();
|
||||||
|
}).finally(() => {
|
||||||
|
button.text(__("Export"))
|
||||||
|
});
|
||||||
|
}
|
||||||
31
community/www/courses/certificate.py
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
import frappe
|
||||||
|
|
||||||
|
def get_context(context):
|
||||||
|
context.no_cache = 1
|
||||||
|
|
||||||
|
try:
|
||||||
|
course_name = frappe.form_dict["course"]
|
||||||
|
certificate_name = frappe.form_dict["certificate"]
|
||||||
|
except KeyError:
|
||||||
|
redirect_to_course_list()
|
||||||
|
|
||||||
|
context.certificate = frappe.db.get_value("LMS Certification", certificate_name,
|
||||||
|
["name", "student", "issue_date", "expiry_date", "course"], as_dict=True)
|
||||||
|
|
||||||
|
if context.certificate.course != course_name:
|
||||||
|
redirect_to_course_list()
|
||||||
|
|
||||||
|
context.course = frappe.db.get_value("LMS Course", course_name,
|
||||||
|
["owner", "title", "name"], as_dict=True)
|
||||||
|
|
||||||
|
context.instructor = frappe.db.get_value("User", context.course.owner,
|
||||||
|
["full_name", "username"], as_dict=True)
|
||||||
|
|
||||||
|
context.student = frappe.db.get_value("User", context.certificate.student,
|
||||||
|
["full_name"], as_dict=True)
|
||||||
|
|
||||||
|
context.logo = frappe.db.get_single_value("Website Settings", "banner_image")
|
||||||
|
|
||||||
|
def redirect_to_course_list():
|
||||||
|
frappe.local.flags.redirect_location = "/courses"
|
||||||
|
raise frappe.Redirect
|
||||||
@@ -3,13 +3,11 @@
|
|||||||
{% block title %}{{ course.title }}
|
{% block title %}{{ course.title }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block head_include %}
|
{% block head_include %}
|
||||||
<meta name="description" content="Courses" />
|
|
||||||
<meta name="keywords" content="Courses {{course.title}}" />
|
|
||||||
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
<link rel="stylesheet" href="/assets/frappe/css/font-awesome.css">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="common-page-style">
|
<div class="common-page-style">
|
||||||
<div class="col course-home-page">
|
<div class="container course-home-page">
|
||||||
{{ widgets.BreadCrumb(course=course) }}
|
{{ widgets.BreadCrumb(course=course) }}
|
||||||
{{ CourseCardWide(course) }}
|
{{ CourseCardWide(course) }}
|
||||||
{{ CourseOutlineAndCreator(course) }}
|
{{ CourseOutlineAndCreator(course) }}
|
||||||
@@ -24,19 +22,25 @@
|
|||||||
|
|
||||||
{% macro CourseCardWide(course) %}
|
{% macro CourseCardWide(course) %}
|
||||||
<div class="common-card-style course-card-wide">
|
<div class="common-card-style course-card-wide">
|
||||||
<div class="course-image-wide" style="background-image: url({{ course.image }});">
|
<div class="course-image-wide {% if not course.image %} default-image {% endif %}"
|
||||||
|
{% if course.image %}style="background-image: url({{ course.image }});"{% endif %}>
|
||||||
<div class="course-tags">
|
<div class="course-tags">
|
||||||
{% for tag in course.get_tags() %}
|
{% for tag in course.get_tags() %}
|
||||||
<div class="course-card-pills">{{ tag }}</div>
|
<div class="course-card-pills">{{ tag }}</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if not course.image %}
|
||||||
|
<div class="default-image-text">{{ course.title[0] }}</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="course-card-wide-content">
|
<div class="course-card-wide-content">
|
||||||
<div class="course-card-wide-title">
|
<div class="course-info">
|
||||||
{{ course.title }}
|
<div class="course-card-wide-title">
|
||||||
</div>
|
{{ course.title }}
|
||||||
<div class="course-card-wide-intro">
|
</div>
|
||||||
{{ course.short_introduction }}
|
<div class="course-card-wide-intro">
|
||||||
|
{{ course.short_introduction }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="course-buttons">
|
<div class="course-buttons">
|
||||||
{% if not course.disable_self_learning and not membership %}
|
{% if not course.disable_self_learning and not membership %}
|
||||||
@@ -54,12 +58,22 @@
|
|||||||
Continue Learning <img class="ml-2" src="/assets/community/icons/white-arrow.svg" />
|
Continue Learning <img class="ml-2" src="/assets/community/icons/white-arrow.svg" />
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if course.upcoming %}
|
||||||
|
<button class="button wide-button is-default" id="notify-me" data-course="{{course.name | urlencode}}"
|
||||||
|
{% if is_user_interested %} disabled="disabled" title="Your interest has already been noted." {% endif %} >
|
||||||
|
Notify me when available
|
||||||
|
</button>
|
||||||
|
{% endif %}
|
||||||
{% if course.video_link %}
|
{% if course.video_link %}
|
||||||
<div class="button wide-button is-secondary video-preview">
|
<div class="button wide-button is-secondary video-preview">
|
||||||
Watch Video Preview
|
Watch Video Preview
|
||||||
<img class="ml-2" src="/assets/community/images/play.png" />
|
<img class="ml-2" src="/assets/community/images/play.png" />
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% set certificate = course.is_certified() %}
|
||||||
|
{% if certificate %}
|
||||||
|
<a class="button wide-button is-secondary dark-links" href="/courses/{{ course.name }}/{{ certificate }}">Get Certificate</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -88,34 +102,43 @@
|
|||||||
|
|
||||||
{% macro CourseOutlineAndCreator(course) %}
|
{% macro CourseOutlineAndCreator(course) %}
|
||||||
<div class="course-outline-instructor-parent">
|
<div class="course-outline-instructor-parent">
|
||||||
<div class="course-home-outline col">
|
<div class="course-home-outline">
|
||||||
{{ widgets.CourseOutline(course=course, membership=membership) }}
|
{{ widgets.CourseOutline(course=course, membership=membership) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="course-creator-progress-parent col-sm-auto">
|
<div class="course-creator-progress-parent">
|
||||||
<div class="course-creator-section">
|
<div class="course-creator-section">
|
||||||
<div class="course-home-headings">
|
<div class="course-home-headings">
|
||||||
Creator
|
Creator
|
||||||
</div>
|
</div>
|
||||||
{{ widgets.MemberCard(member=course.get_instructor(), show_course_count=True, dimension_class="member-card-large") }}
|
{{ widgets.MemberCard(member=course.get_instructor(), show_course_count=True, dimension_class="member-card-large") }}
|
||||||
</div>
|
</div>
|
||||||
{% if course.get_course_progress() %}
|
{% set progress = course.get_course_progress() %}
|
||||||
|
{% if progress %}
|
||||||
<div class="course-progress-section">
|
<div class="course-progress-section">
|
||||||
<div class="course-home-headings">
|
<div class="course-home-headings">
|
||||||
Your Progress
|
Your Progress
|
||||||
</div>
|
</div>
|
||||||
<div class="common-card-style progress-card">
|
<div class="common-card-style progress-card">
|
||||||
<p class="small-title">
|
<p class="small-title">
|
||||||
|
{% if progress != 100 %}
|
||||||
Great work so far!
|
Great work so far!
|
||||||
|
{% else %}
|
||||||
|
Excellent work on completing this course 👏
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<p class="progress-text">
|
<p class="progress-text">
|
||||||
|
{% if progress != 100 %}
|
||||||
Challenge yourself to complete the lessons and grow professionally.
|
Challenge yourself to complete the lessons and grow professionally.
|
||||||
|
{% else %}
|
||||||
|
You have reached a new level in your journey to success!
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
<div class="progress-percentage">
|
<div class="progress-percentage">
|
||||||
{{ frappe.utils.rounded(course.get_course_progress()) }}%
|
{{ frappe.utils.rounded(progress) }}%
|
||||||
</div>
|
</div>
|
||||||
<div class="progress">
|
<div class="progress">
|
||||||
<div class="progress-bar" role="progressbar" style="width: {{ course.get_course_progress() }}%"
|
<div class="progress-bar" role="progressbar" style="width: {{ progress }}%"
|
||||||
aria-valuenow="{{ course.get_course_progress() }}" aria-valuemin="0" aria-valuemax="100"></div>
|
aria-valuenow="{{ progress }}" aria-valuemin="0" aria-valuemax="100"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -151,7 +174,7 @@
|
|||||||
|
|
||||||
{% macro CourseDescriptionAndOverview(course) %}
|
{% macro CourseDescriptionAndOverview(course) %}
|
||||||
<div class="course-outline-instructor-parent">
|
<div class="course-outline-instructor-parent">
|
||||||
<div class="course-description-section col">
|
<div class="course-description-section">
|
||||||
<div class="course-home-headings">
|
<div class="course-home-headings">
|
||||||
Course Description
|
Course Description
|
||||||
</div>
|
</div>
|
||||||
@@ -161,7 +184,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% set avg_rating = course.get_average_rating() %}
|
{% set avg_rating = course.get_average_rating() %}
|
||||||
{% if course.get_students() | length or avg_rating %}
|
{% if course.get_students() | length or avg_rating %}
|
||||||
<div class="course-overview-section col-sm-auto">
|
<div class="course-overview-section">
|
||||||
<div class="course-home-headings">
|
<div class="course-home-headings">
|
||||||
Overview
|
Overview
|
||||||
</div>
|
</div>
|
||||||
@@ -183,55 +206,3 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro BatchSection(course) %}
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-lg-8 col-md-12">
|
|
||||||
{% if course.is_mentor(frappe.session.user) %}
|
|
||||||
{{ BatchSectionForMentors(course, course.get_batches(mentor=frappe.session.user)) }}
|
|
||||||
{% else %}
|
|
||||||
{{ BatchSectionForStudents(course, course.get_upcoming_batches()) }}
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endmacro %}
|
|
||||||
{% macro BatchSectionForMentors(course, mentor_batches) %}
|
|
||||||
<h2>Your Batches</h2>
|
|
||||||
|
|
||||||
{% if mentor_batches %}
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
{% for batch in mentor_batches %}
|
|
||||||
<div class="col-lg-4 col-md-6">
|
|
||||||
{{ widgets.RenderBatch(course=course, batch=batch, can_manage=True) }}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<a class="add-batch margin-bottom" href="/add-a-new-batch?new=1&course={{course.name}}">Add a new batch</a>
|
|
||||||
{% else %}
|
|
||||||
<div class="mentor_message">
|
|
||||||
<p>
|
|
||||||
You are a mentor for this course.
|
|
||||||
</p>
|
|
||||||
<a class="" href="/add-a-new-batch?new=1&course={{course.name}}">Create your first batch</a>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% endmacro %}
|
|
||||||
|
|
||||||
{% macro BatchSectionForStudents(course, upcoming_batches) %}
|
|
||||||
{% if upcoming_batches %}
|
|
||||||
<div class="mt-5">
|
|
||||||
<h3 class="upcoming">Upcoming Batches</h3>
|
|
||||||
<div class="row">
|
|
||||||
{% for batch in upcoming_batches %}
|
|
||||||
<div class="col-lg-4 col-md-6">
|
|
||||||
{{ widgets.RenderBatch(course=course, batch=batch, can_join=True) }}
|
|
||||||
</div>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
{% else %}
|
|
||||||
<div class="mt-5 upcoming">There are no Upcoming Batches for this course currently.</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
{% endmacro %}
|
|
||||||
|
|||||||
@@ -41,6 +41,10 @@ frappe.ready(() => {
|
|||||||
submit_review(e);
|
submit_review(e);
|
||||||
})
|
})
|
||||||
|
|
||||||
|
$("#notify-me").click((e) => {
|
||||||
|
notify_user(e);
|
||||||
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
var check_mentor_request = () => {
|
var check_mentor_request = () => {
|
||||||
@@ -165,6 +169,7 @@ var show_review_dialog = (e) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var rotate_chapter_icon = (e) => {
|
var rotate_chapter_icon = (e) => {
|
||||||
|
e.preventDefault();
|
||||||
var icon = $(e.currentTarget).children(".chapter-icon");
|
var icon = $(e.currentTarget).children(".chapter-icon");
|
||||||
if (icon.css("transform") == "none") {
|
if (icon.css("transform") == "none") {
|
||||||
icon.css("transform", "rotate(90deg)");
|
icon.css("transform", "rotate(90deg)");
|
||||||
@@ -209,3 +214,23 @@ var submit_review = (e) => {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var notify_user = (e) => {
|
||||||
|
e.preventDefault();
|
||||||
|
var course = decodeURIComponent($(e.currentTarget).attr("data-course"));
|
||||||
|
if (frappe.session.user == "Guest") {
|
||||||
|
window.location.href = `/login?redirect-to=/courses/${course}`;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
frappe.call({
|
||||||
|
method: "community.lms.doctype.lms_course_interest.lms_course_interest.capture_interest",
|
||||||
|
args: {
|
||||||
|
"course": course
|
||||||
|
},
|
||||||
|
callback: (data) => {
|
||||||
|
frappe.msgprint(__("Your interest has been noted. We'll notify you via email when this course becomes available."));
|
||||||
|
$("#notify-me").attr("disabled", true).attr("title", "Your interest has already been noted");
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import frappe
|
import frappe
|
||||||
from community.lms.models import Course
|
|
||||||
|
|
||||||
def get_context(context):
|
def get_context(context):
|
||||||
context.no_cache = 1
|
context.no_cache = 1
|
||||||
@@ -10,7 +9,7 @@ def get_context(context):
|
|||||||
frappe.local.flags.redirect_location = "/courses"
|
frappe.local.flags.redirect_location = "/courses"
|
||||||
raise frappe.Redirect
|
raise frappe.Redirect
|
||||||
|
|
||||||
course = Course.find(course_name)
|
course = frappe.get_doc("LMS Course", course_name)
|
||||||
if course is None:
|
if course is None:
|
||||||
frappe.local.flags.redirect_location = "/courses"
|
frappe.local.flags.redirect_location = "/courses"
|
||||||
raise frappe.Redirect
|
raise frappe.Redirect
|
||||||
@@ -19,3 +18,18 @@ def get_context(context):
|
|||||||
membership = course.get_membership(frappe.session.user)
|
membership = course.get_membership(frappe.session.user)
|
||||||
context.course.query_parameter = "?batch=" + membership.batch if membership and membership.batch else ""
|
context.course.query_parameter = "?batch=" + membership.batch if membership and membership.batch else ""
|
||||||
context.membership = membership
|
context.membership = membership
|
||||||
|
if context.course.upcoming:
|
||||||
|
context.is_user_interested = get_user_interest(context.course.name)
|
||||||
|
context.metatags = {
|
||||||
|
"title": course.title,
|
||||||
|
"image": course.image,
|
||||||
|
"description": course.short_introduction,
|
||||||
|
"keywords": course.title
|
||||||
|
}
|
||||||
|
|
||||||
|
def get_user_interest(course):
|
||||||
|
return frappe.db.count("LMS Course Interest",
|
||||||
|
{
|
||||||
|
"course": course,
|
||||||
|
"user": frappe.session.user
|
||||||
|
})
|
||||||
|
|||||||
@@ -2,15 +2,13 @@
|
|||||||
{% from "www/hackathons/macros/card.html" import null_card %}
|
{% from "www/hackathons/macros/card.html" import null_card %}
|
||||||
{% block title %}{{ 'Courses' }}{% endblock %}
|
{% block title %}{{ 'Courses' }}{% endblock %}
|
||||||
{% block head_include %}
|
{% block head_include %}
|
||||||
<meta name="description" content="{{ 'Courses' }}" />
|
|
||||||
<meta name="keywords" content="Courses" />
|
|
||||||
<style>
|
<style>
|
||||||
</style>
|
</style>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="common-page-style">
|
<div class="common-page-style">
|
||||||
<div class="col course-top-section">
|
<div class="container">
|
||||||
<div class="courses-header">
|
<div class="courses-header">
|
||||||
{{ 'All Courses' }}
|
{{ 'All Courses' }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,9 +3,15 @@ import frappe
|
|||||||
def get_context(context):
|
def get_context(context):
|
||||||
context.no_cache = 1
|
context.no_cache = 1
|
||||||
context.courses = get_courses()
|
context.courses = get_courses()
|
||||||
|
context.metatags = {
|
||||||
|
"title": "All Courses",
|
||||||
|
"image": frappe.db.get_single_value("Website Settings", "banner_image"),
|
||||||
|
"description": "This page lists all the courses published on our website",
|
||||||
|
"keywords": "All Courses, Courses, Learn"
|
||||||
|
}
|
||||||
|
|
||||||
def get_courses():
|
def get_courses():
|
||||||
course_names = frappe.get_all("LMS Course", pluck="name")
|
course_names = frappe.get_all("LMS Course", filters={"is_published": True}, pluck="name")
|
||||||
courses = []
|
courses = []
|
||||||
for course in course_names:
|
for course in course_names:
|
||||||
courses.append(frappe.get_doc("LMS Course", course))
|
courses.append(frappe.get_doc("LMS Course", course))
|
||||||
|
|||||||