تبليغ
سؤال
Trying to get a list of users in Moodle who have only passed any quiz (1 or more) (also have to pass the required passing score for that quiz). How would you do this? Seems a bit complicated. Not sure if ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
So I recently started working with chartjs. My goal is to create a progressive Line which plotts the sensor data. The Problem is it wont add the Axis title which makes it confusing to read. I tried everything in the documentation but it ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
So I have this button code <button class="card card-small" (click)="selection.value = 'download" tabindex="0"> <svg class="material-icons" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg> <span>Download</span> </button> How can i check if the button was clicked? Im new to Html And Angular And ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I have a function on my javascript with querySelector when I clicked the Logout button the querySelector throws an error. How do I ignore this error? Because It blocks my function Logout(). Here's my querySelector function const parent = document.querySelectorAll('.nav-link'); for (var i ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I have create a react app simply using react redux template npx create-react-app my-app --template redux. Now after I npm install @bokeh/bokehjs and import * as Bokeh from "@bokeh/bokehjs";. A bunch of error show up: WARNING in ./node_modules/@bokeh/bokehjs/build/js/lib/testing.js Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): Failed ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I need help with the JavaScript, I belive my html is good. <script> const resultsList = document.getElementById('results') new URLSearchParams(window.location.search).forEach((value, name) => { resultsList.append(`${name}: ${value}`) resultsList.append(document.creativeElement('br')) }) </script> Can someone please tell me what I am ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

تبليغ
سؤال
I am trying to change the background color of a button in css. The CSS link is working fine, the button changes color when I try to apply bootstrap or use DOM to change the color, but not when I ...

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء