Moodle user enrollment from a CSV file - moodle

How to do bulk users enrollment from a CSV file to a Quiz inside moodle LMS?
and how to create groups and assign users from a CSV file to these groups?

You can enrol users in a course (with the quiz setup inside the course) using the plugin "block csv enrol"
(sorry I cannot paste the link here due to stackoverflow limitations)
There are 2 kinds of groups in moodle course groups and global groups (cohorts), you can upload users to moodle with a csv file setting up cohorts for all of them as suggested here:
https://docs.moodle.org/32/en/Upload_cohorts#File_format_for_the_upload_cohorts_file
This is a sample csv file
Then you can create course internal groups automatically (based on the cohort setup) using the plugin "enrol groupsync"
Hope this is what you were looking for.

Related

List out GitHub Organization Members UserName and Email to CSV/Excel

Is there a way to export the list of GitHub Organization Members UserName and Email in csv or excel. I need to get the list to clean up users who no longer using the repositories.
Go to https://github.com/orgs/<your-organization>/people, click the Export drop down, and choose CSV.
This feature was added in October 2021.
Further documentation.
GitHub doesn't provide an export functionality for organization members, but this can be easily scripted using a language like Ruby and the API. The REST API provides a paginated endpoint to list members, which you can call incrementally to get all the members, and then emit to a CSV format from your script.

How to migrate contacts to Teams?

I wanted to migrate my SkypeForBusiness contacts to MS Teams. I have already exported my contacts to txt file and here is the problem that i cannot find any option to import it to Teams as contacts. Using its API in PowerShell i can create team and add my contacts as users but it is not what i wanted to do. However this API does not provide functionality to add my email list which i have in txt file to my Teams contacts. Is there any possibility to import my contacts with groups to Microsoft Teams ?
Would appreciate every answer.
Thanks
If your admin migrates you from SfB, your contacts are migrated to Teams automatically. Perhaps your admin can do this for you.
Since this is how most users start using Teams for telephony, there hasn't been a huge demand for a standalone contacts import/export feature.
There is a feature request on UserVoice you can vote for if you like: https://microsoftteams.uservoice.com/forums/555103-public/suggestions/33116188-import-groups-contacts-from-skype-for-business

Online ticket booking using excel file to store user details instead of db using java

Hi could you please provide solution for how to register online ticket booking of user /new user and the register data should be save in excel file (ex userid colm1 seatno colm2) by dynamic way of user entering the value without creating fixed.

Transition from yahoo groups to google groups

A yahoo group I'm in is preparing for the possibility of yahoo's demise.
They are investigating the transition to google groups.
We do not want to give up either backlog or attribution of the 13,000 some posts.
Is there a way to transfer information, including users of individual posts from yahoo groups to google groups.
Alternately, is it possible from Yahoo groups to something like phpBB.
I am posting this in both Stack Exchange and in Google products forum.
While the question is an old one, others may be interested to know that using the Google Groups Migration API it is possible to upload the users and the data from Yahoo Groups.
Sequence:
Download your Yahoo Group data using Personal Groupware http://www.personalgroupware.com
Export the the data into your chosen database (e.g. MySql)
Upload the data using the Google Groups Migration API
https://developers.google.com/admin-sdk/groups-migration/v1/get-start/getting-started
You will not be able to transfer your group to Google.
The upload of group data follows this pattern:
Upload Users
Upload Subjects
Upload Replies
You will be stuck at 1) as you are unable to create the list of users on Google. You do not have write access to the Google user database.
For phpbb this will definitely be possible as you have full control of the database.

Alfresco Share - Can't find people as site manager after bulk upload

I create a lot of users (~350) using User CSV Uploader (/alfresco/service/api/people/upload) and then as site maneger i tried to invite some of this users, but i can't find them.
Steps:
create a list of users (using CSV template) - OK
upload the list - OK
check if the users exist - OK
as site manger and alfresco_administrator when i go to http//mydomain/share/page/site/mysite/invite and search for user (let's say TESTUSER) the user is listed and is allowed to be invited
as site manager (not alfresco_administrator) when i go to http//mydomain/share/page/site/mysite/invite and search for user TESTUSER the user is not listed
The user TESTUSER exist and was created using CSV upload.
I creat manualy another user TESTUSER2 and i follow steps 3,4 and 5. In this case this user TESTUSER2 is listed in both case.
My question is: There is a possibility to "reindex" all user or i need to create ~300 users manualy.
Right now LDAP or AD is not an option.
Alfresco 4.2c/Centos 6.4/SOLR (full reindex after 2 days)
Thank You!
Geo
are you able to find the persons via people finder /share/page/people-finder?
If not, are you able to find the persons when appending [hint:useCQ] (forces usage of DB instead of SearchIndex) to your people search term?
If you find the persons using this hint, then your Solr Index is not in sync.