EduTech & AI 인공지능 & IT관련 소식
엑셀에서 alt + F11눌러서 아래 코드를 삽입 후, 실행해보세요~!파일이 해당 위치에 시트별로 만들어집니다~ '엑셀에서 시트 파일로 저장하기 Sub Split_sheet() Dim path As String path = Application.ActiveWorkbook.PathApplication.ScreenUpdating = FalseApplication.DisplayAlerts = FalseFor Each sheet In ThisWorkbook.Sheets sheet.Copy Application.ActiveWorkbook.SaveAs Filename:=path & "\" & sheet.Name & ".xlsx" Application.ActiveWorkbook.Close FalseNextApplic..
http://xapi.vocab.pub/verbs/index.html VerbTitleDescriptionhttps://w3id.org/xapi/adl/verbs/abandoned"abandoned"@en"Indicates that the AU session was abnormally terminated by a learner's action (or due to a system failure)."@enhttp://activitystrea.ms/schema/1.0/accept"accepted"@en"Indicates that that the actor has accepted the object. For instance, a person accepting an award, or accepting an ass..
xAPI로, cloud.scorm.com에서 제공하는 샘플 코드입니다.아래 내용을 참고해서 C#코드를 작성하셔서 테스트해보세요~! xAPI : cloud.scorm.com https://cloud.scorm.com c#샘플코드 using HunetLRS.Base;using MySql.Data.MySqlClient;using System;using System.Collections.Generic;using System.Data.Common;using System.Linq;using System.Net;using System.Net.Http;using System.Web.Http;using TinCan;using TinCan.LRSResponses; namespace HunetLRS.Controllers{ ..