Results 1 to 6 of 6
-
24th Mar 2012, 06:24 AM #1OPMemberWebsite's:
allskip.comLooking for Exam Result Script
Hello Guys, i'm looking for a script where Students can check their Result by the Roll No. and stuff
here is an example of what i'm looking for
Code:http://www.bspuplko.org/bsp/results.html
DevilLnC Reviewed by DevilLnC on . Looking for Exam Result Script Hello Guys, i'm looking for a script where Students can check their Result by the Roll No. and stuff here is an example of what i'm looking for http://www.bspuplko.org/bsp/results.html If someone has or know where to find this script please let me know.. :) Rating: 5
-
24th Mar 2012, 06:51 AM #2MemberWebsite's:
imdber.org justpaste.me
-
24th Mar 2012, 07:14 AM #3OPMemberWebsite's:
allskip.comMoodle ?????
-
24th Mar 2012, 02:03 PM #4Respected Member
-
7th Feb 2014, 10:47 AM #5Member
I am building an school website, i want to include exam result so every students can check their result.
-
7th Feb 2014, 02:04 PM #6
possible but it depends how you will export either in excel or word ? check below code for more info for xml pattern
Code:Dim xmlSource Dim xmlXForm Dim strErr Dim strResult Dim fso, file Dim strPath Const ForWriting = 2 Set xmlSource = CreateObject("MSXML.DOMDocument") Set xmlXForm = CreateObject("MSXML.DOMDocument") xmlSource.validateOnParse = True xmlXForm.validateOnParse = True xmlSource.async = False xmlXForm.async = False 'Example : xmlSource.Load "C:\QTP91\Results.Results.xml" xmlSource.Load "Your Report.xml file path" If Err.Number <> 0 Then strErr = Err.Description & vbCrLf strErr = strErr & xmlSource.parseError.reason & " line: " & _ xmlSource.parseError.Line & " col: " & _ xmlSource.parseError.linepos & _ " text: " & xmlSource.parseError.srcText MsgBox strErr, vbCritical, "Error loading the XML" End If ' This loads the XSLT transform 'Here you need to update your Xsl file 'Example xmlXForm.Load "C:\Qtp9.1\data\PDetails.Xsl" xmlXForm.Load "Your XSL file Path" If Err.Number <> 0 Then strErr = Err.Description & vbCrLf strErr = strErr & xmlSource.parseError.reason & " line: " & _ xmlSource.parseError.Line & " col: " & _ xmlSource.parseError.linepos & _ " text: " & xmlSource.parseError.srcText MsgBox strErr, vbCritical, "Error loading the Transform" End If strResult = xmlSource.transformNode(xmlXForm) If Err.Number <> 0 Then strErr = Err.Description & vbCrLf strErr = strErr & xmlSource.parseError.reason & _ " line: " & xmlSource.parseError.Line & _ " col: " & xmlSource.parseError.linepos & _ " text: " & xmlSource.parseError.srcText MsgBox strErr, vbCritical, "Error executing the Transform" End If Set fso = CreateObject("Scripting.FileSystemObject") 'Here you need to update your Output files strPath = "c:\TestReport.html" ' open the file Set file = fso.opentextfile(strPath, ForWriting, True) ' write the info to the file file.write strResult ' close and clean up file.Close
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Need help with google search result
By .nItIsH. in forum Webmaster DiscussionReplies: 4Last Post: 4th Mar 2012, 07:54 AM -
Why Google Result Going Down!!
By indianmoviefans.info in forum Webmaster DiscussionReplies: 13Last Post: 23rd Sep 2011, 08:00 AM -
help me i have exam
By elpirata in forum General DiscussionReplies: 8Last Post: 11th Jun 2011, 02:20 PM -
A doubt about php's preg_match result.
By PCManiac in forum Web Development AreaReplies: 15Last Post: 28th May 2011, 09:03 AM -
A exam taking script [URGENT]
By rajeshjsl in forum Webmaster DiscussionReplies: 0Last Post: 11th Oct 2010, 03:41 PM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...